Message10923

Author kiilerix
Recipients Ringding, abuehl, astratto, djc, dsp, friedrich, kupfer, mg, mjnelson, morisgi, mpm, parren, sjtai, tonfa
Date 2009-11-08.17:16:29
Content
mpm committed a fix in f8ca4035a949 to appear in 1.4. It addresses the
reported cases in the requested way.

The ancestor of a file f in two changesets is no longer simply found in the
filelog: 

If a file with the name f is found in the changesets ancestor then that is
used - no matter if it is related or not. 

If no such file exists then the old method is used - it works in the filelog
and can follow renames but might still show the problematic behaviour
discussed here.
History
Date User Action Args
2009-11-08 17:16:29kiilerixsetrecipients: + mpm, tonfa, kupfer, mg, parren, djc, abuehl, astratto, dsp, Ringding, sjtai, mjnelson, morisgi, friedrich
2009-11-08 17:16:29kiilerixsetmessageid: <1257700589.77.0.51981265648.issue1327@mercurial.selenic.com>
2009-11-08 17:16:29kiilerixlinkissue1327 messages
2009-11-08 17:16:29kiilerixcreate