projects
/
hvutilities.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
709ea4d
)
git-hg-sub-import: Affiche les traces pour subpaths seulement en mode debug
author
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 28 Jun 2013 20:55:59 +0000
(16:55 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 31 Jul 2013 18:05:42 +0000
(14:05 -0400)
scripts/git-hg-sub-import
patch
|
blob
|
history
diff --git
a/scripts/git-hg-sub-import
b/scripts/git-hg-sub-import
index
64b1035
..
9789578
100755
(executable)
--- a/
scripts/git-hg-sub-import
+++ b/
scripts/git-hg-sub-import
@@
-24,8
+24,10
@@
hg_subpaths_config() {
sp_src=${sp_src//\\/} # Remove windows separator (LSI)
sp_dst=${subpaths//*=/}
- echo "sp_src = $sp_src"
- echo "sp_dst = $sp_dst"
+ if [ -n "${debug}" ]; then
+ echo "sp_src = $sp_src"
+ echo "sp_dst = $sp_dst"
+ fi
fi
}