cleanupnodes: update comment to drop mention of filtering
Since changeset
1857f50a9643 drop the filtering, we should not longer mention it
in code comment.
--- 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 = []