to ".git/hg/.shared" will solve this problem
and create a shared local mercurial repository for non local remotes.
The initial dot circumvents a name clash problem should a remote be
called "shared".
Signed-off-by: Joern Hees
Mentored-by: Antoine Pelisse
Thanks-to: Junio C
to ".git/hg/.shared" will solve this problem
and create a shared local mercurial repository for non local remotes.
The initial dot circumvents a name clash problem should a remote be
called "shared".
Signed-off-by: Joern Hees
Mentored-by: Antoine Pelisse
---
contrib/remote-help
ir to dirname causes shared_path ==
.git/hg//hg. The call to hg.share with local_path ==
.git/hg//clone works again.
Signed-off-by: Joern Hees
---
contrib/remote-helpers/git-remote-hg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/remote-helpers/git-remote-hg
b/contrib/remot
6796d49 introduced a bug by making shared_path == ".git/hg' which
will most likely exist already, causing a new remote never to be
cloned and subsequently causing hg.share to fail with error msg:
"mercurial.error.RepoError: repository .git/hg not found"
Changing gitdir to dirname causes shared_pat
4 matches
Mail list logo