did evolve+histedit screw up some changesets??
Craig Ozancin
c.ozancin at gmail.com
Wed Aug 10 19:59:03 UTC 2022
First lets clear up a misunderstanding when doing hg log -G. Obsolete
changes are marked with a x. These will only show when using the --hidden
option. However, unstable changesets are also marked with an x. In this
case they will show in the log -G output. They mean that the changeset has
become unstable due to evolve changes. They can usually be resolve by
running hg evolve.
I am pretty sure this is what you are seeing. Unfortunately this can be
very confusing. I updated my templates to use different colors for the two
conditions (red for obsolete and red background for
unstable) to make it much easier to identify.
Craig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20220810/226d854d/attachment.html>
More information about the Mercurial
mailing list