Excerpts from Martin von Zweigbergk's message of 2017-07-07 22:59:55 -0700:
> I just checked that the obsmarkers are produced in deterministic order
> (independent of dict iteration order). However, bookmarks get moved in
> dict iteration order. Maybe we should make sure that's also
> deterministic? Can probably move the sorting you do for obsmarkers a
> bit earlier and reuse that sorted list of tuples.

Good point. I guess it is not causing problems since no test tests the
"moving bookmarks" debug message. But "debugobsolete" does rely on marker
orders. Maybe we need to make the debug message exposed somewhere and fix
the sorting.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to