[issue2385] with subrepos, Pull -u may not give us the same files as clone.

Raphael bugs at mercurial.selenic.com
Sat Sep 18 01:24:49 UTC 2010


New submission from Raphael <bertocher at gmail.com>:

Pull+up should give us exactly the same files as clone.
Currently it does not, that is:

On "server" machine we have two repositories:
 - Project
 - Sub

with the following "Project/.hgsub":
  Sub = ../Sub

I clone Project to "pro1".
Someone clones Sub and then commits a change XXX.
I do pull -u in "pro1".
I do clone Project to "pro2".

If this is done, "pro1" won't have change XXX while "pro2" does.

If you don't call it a bug, please explain with details why.

----------
messages: 13648
nosy: rbertoche
priority: bug
status: unread
title: with subrepos, Pull -u may not give us the same files as clone.

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2385>
____________________________________________________


More information about the Mercurial-devel mailing list