From 6324bcab406b667e2deaccc13a40c2bd52cc5288 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 11 Apr 2013 07:23:15 -0500 Subject: [PATCH] remote-hg: document location of stored hg repository Signed-off-by: Simon Ruderich Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- git-remote-hg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git-remote-hg b/git-remote-hg index 90f6383..e97b7bc 100755 --- a/git-remote-hg +++ b/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