On 25 Jul 2013, at 23:10, Antoine Pelisse <apeli...@gmail.com> wrote:

> On Thu, Jul 25, 2013 at 10:40 PM, Felipe Contreras
> <felipe.contre...@gmail.com> 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

yupp, might work, but holding you liable to the same optimality restriction you 
imposed on me before:
This will still refetch the whole repo once if it was cloned from a local hg 
repo first (they don't have a clone subdir).
Shouldn't we then also go through the additional effort and copy the .hg dir 
from local remotes when a "remote remote" is added and there's no other remote 
remote?

j

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to