Antoine Pelisse [off-list ref] writes:
On Thu, Jul 25, 2013 at 10:40 PM, Felipe Contreras
[off-list ref] wrote:
quoted
That's true. Maybe something like:
for x in repos:
local_hg = os.path.join(shared_path, x, 'clone', '.hg')
if os.path.exists(local_hg):
shutil.copytree(local_hg, hg_path)
break
I think that would work, but I think the patch from Joern Hees would
have to be reverted first (as it's merged in next)
The expectation is that not all things in 'next' today will be in
1.8.4 anyway, so it is perfectly OK to revert it as needed.
Thanks.