Mercurial > hg-stable
changeset 40042:ca9d0c93acea
cleanupnodes: update comment to drop mention of filtering
Since changeset 1857f50a9643 drop the filtering, we should not longer mention it
in code comment.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 03 Oct 2018 11:59:47 +0200 |
parents | 67b93cd847fb |
children | 208303a8172c |
files | mercurial/scmutil.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 = []