cleanupnodes: update comment to drop mention of filtering
authorBoris Feld <boris.feld@octobus.net>
Wed, 03 Oct 2018 11:59:47 +0200
changeset 40041 ca9d0c93acea
parent 40040 67b93cd847fb
child 40042 208303a8172c
cleanupnodes: update comment to drop mention of filtering Since changeset 1857f50a9643 drop the filtering, we should not longer mention it in code comment.
mercurial/scmutil.py
--- 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 = []