Mercurial > utils
changeset 50:32c034b3e55d
Added info where reps stay.
author | Oleksander Gavenko <gavenko_a@3g.ua> |
---|---|
date | Sun, 23 Mar 2008 15:20:22 +0200 |
parents | f68307dcf350 |
children | 7034bc332397 |
files | hg/hgsyncee |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hg/hgsyncee Sun Mar 23 15:18:09 2008 +0200 +++ b/hg/hgsyncee Sun Mar 23 15:20:22 2008 +0200 @@ -128,6 +128,11 @@ exit 1; fi +MSG="Path to etalon reps set: $HG_PUSH_DIR" +PrintLog INFO +MSG="Path to intermediate reps set: $HG_PULL_DIR" +PrintLog INFO + for dir in `find . -mindepth 1 -maxdepth 1 -type d`; do dir=${dir##*/} MSG="Visit to $dir proj."