From: Simon Ruderich Date: Thu, 11 Apr 2013 12:23:15 +0000 (-0500) Subject: remote-hg: document location of stored hg repository X-Git-Tag: v1.8.3-rc0~38^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b21ec24a54c412d3a4f1d5d5d32370876ec5327;p=thirdparty%2Fgit.git remote-hg: document location of stored hg repository Signed-off-by: Simon Ruderich Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- diff --git a/contrib/remote-helpers/git-remote-hg b/contrib/remote-helpers/git-remote-hg index e3d7f77879..0db4ccae53 100755 --- 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