On Thu, Jul 25, 2013 at 10:40 PM, Felipe Contreras <felipe.contreras@xxxxxxxxx> wrote: > 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) Cheers, Antoine -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html