Re: [PATCH] remote-hg: fix hg sharedpath when git clone is moved

2013-11-23 Thread Antoine Pelisse
On Sat, Nov 23, 2013 at 5:32 PM, Felipe Contreras wrote: > On Sat, Nov 23, 2013 at 6:38 AM, Antoine Pelisse wrote: >> remote-hg is using a mercurial shared clone to store all remotes objects >> in one place. Unfortunately, the sharedpath is stored as an absolute >> path by mercurial, creating a d

Re: [PATCH] remote-hg: fix hg sharedpath when git clone is moved

2013-11-23 Thread Felipe Contreras
On Sat, Nov 23, 2013 at 6:38 AM, Antoine Pelisse wrote: > remote-hg is using a mercurial shared clone to store all remotes objects > in one place. Unfortunately, the sharedpath is stored as an absolute > path by mercurial, creating a dependency on the location of the git > repository. Whenever the

Re: [PATCH] remote-hg: fix hg sharedpath when git clone is moved

2013-11-23 Thread Antoine Pelisse
On Sat, Nov 23, 2013 at 1:38 PM, Antoine Pelisse wrote: > remote-hg is using a mercurial shared clone to store all remotes objects > in one place. Unfortunately, the sharedpath is stored as an absolute > path by mercurial, creating a dependency on the location of the git > repository. Whenever the

[PATCH] remote-hg: fix hg sharedpath when git clone is moved

2013-11-23 Thread Antoine Pelisse
remote-hg is using a mercurial shared clone to store all remotes objects in one place. Unfortunately, the sharedpath is stored as an absolute path by mercurial, creating a dependency on the location of the git repository. Whenever the git repository is moved, the sharedpath must be updated to refle