Message6764

Author mpm
Recipients ThomasAH, abuehl, djc, fgsch, gabrielgi
Date 2008-08-13.18:23:47
Content
Note this line:

 ancestor fdedead1b396 local fdedead1b396+ remote fdedead1b396

The trouble here is really that we're updating from revision 'tip+' in the
working directory to revision 'tip'. That is, we're going backwards in time. And
the merge logic for going backwards is very different from the logic going
forward. If we go backwards in time, it's quite natural to reinstate deleted
files and so we do.

So the problem seems to actually be that we shouldn't try to update in this
case, not that there's anything wrong with the merge logic itself.

Updating title.
History
Date User Action Args
2008-08-13 18:23:55mpmsetmessageid: <1218651835.65.0.748736717217.issue1212@selenic.com>
2008-08-13 18:23:55mpmsetrecipients: + ThomasAH, djc, abuehl, gabrielgi, fgsch
2008-08-13 18:23:50mpmlinkissue1212 messages
2008-08-13 18:23:47mpmcreate