changeset 40041 | ca9d0c93acea |
parent 39923 | 61f39a892168 |
child 40087 | 1d09ba0d2ed3 |
--- a/mercurial/scmutil.py Wed Sep 26 18:04:46 2018 -0700 +++ b/mercurial/scmutil.py Wed Oct 03 11:59:47 2018 +0200 @@ -979,7 +979,7 @@ # unnecessary. That's the "if s or not isobs(n)" check below. # Also sort the node in topology order, that might be useful for # some obsstore logic. - # NOTE: the filtering and sorting might belong to createmarkers. + # NOTE: the sorting might belong to createmarkers. torev = unfi.changelog.rev sortfunc = lambda ns: torev(ns[0][0]) rels = []