Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
remote-hg: make sure fake bookmarks are updated
[gitweb.git]
/
contrib
/
remote-helpers
/
test-hg-bidi.sh
diff --git
a/contrib/remote-helpers/test-hg-bidi.sh
b/contrib/remote-helpers/test-hg-bidi.sh
index 1d6198243667c655639781019d8d608e0791e00b..fe38e49bc1c5f744ca871846a51471d1f6733ccd 100755
(executable)
--- a/
contrib/remote-helpers/test-hg-bidi.sh
+++ b/
contrib/remote-helpers/test-hg-bidi.sh
@@
-30,6
+30,7
@@
git_clone () {
hg_clone () {
(
hg init $2 &&
+ hg -R $2 bookmark -i master &&
cd $1 &&
git push -q "hg::$PWD/../$2" 'refs/tags/*:refs/tags/*' 'refs/heads/*:refs/heads/*'
) &&