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-hg-git.sh
diff --git
a/contrib/remote-helpers/test-hg-hg-git.sh
b/contrib/remote-helpers/test-hg-hg-git.sh
index 7e3967f5b6f0c19939bf1c0c30be0d756ec6aa04..4c71c45d0aff731e96701c553f26fe078a4ab6f4 100755
(executable)
--- a/
contrib/remote-helpers/test-hg-hg-git.sh
+++ b/
contrib/remote-helpers/test-hg-hg-git.sh
@@
-35,6
+35,7
@@
git_clone_git () {
hg_clone_git () {
(
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/*'
) &&