git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2594a79
)
remote-hg: document location of stored hg repository
author
Simon Ruderich
<redacted>
Thu, 11 Apr 2013 12:23:15 +0000
(07:23 -0500)
committer
Junio C Hamano
<redacted>
Thu, 11 Apr 2013 17:46:48 +0000
(10:46 -0700)
Signed-off-by: Simon Ruderich <redacted>
Signed-off-by: Felipe Contreras <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/remote-helpers/git-remote-hg
patch
|
blob
|
history
diff --git
a/contrib/remote-helpers/git-remote-hg
b/contrib/remote-helpers/git-remote-hg
index e3d7f778797247b6f49a710904ca004f6bd90834..0db4ccae537ffbd0b8c47f0a050ded88e3d0d40c 100755
(executable)
--- a/
contrib/remote-helpers/git-remote-hg
+++ b/
contrib/remote-helpers/git-remote-hg
@@
-8,6
+8,9
@@
# Just copy to your ~/bin, or anywhere in your $PATH.
# Then you can clone with:
# git clone hg::/path/to/mercurial/repo/
+#
+# For remote repositories a local clone is stored in
+# "$GIT_DIR/hg/origin/clone/.hg/".
from mercurial import hg, ui, bookmarks, context, util, encoding, node, error
git clone https://git.99rst.org/PROJECT