[issue258] tag handling is wrong

Alexis S. L. Carvalho alexis at cecm.usp.br
Fri May 19 10:35:47 CDT 2006


If you have a revision graph like:

a----B----c----D----e
           \
            \--f----g

where you only change a file (e.g. .hgtags) in revisions "B" and "D",
even though "g" is a head of the repo, it doesn't point to a head of the
filelog.

I don't think storing deletion records in the filelog would help this
case.

Alexis


More information about the Mercurial mailing list