##// END OF EJS Templates
cleanupnodes: update comment to drop mention of filtering...
Boris Feld -
r40077:ca9d0c93 default
parent child Browse files
Show More
@@ -979,7 +979,7 b' def cleanupnodes(repo, replacements, ope'
979 # unnecessary. That's the "if s or not isobs(n)" check below.
979 # unnecessary. That's the "if s or not isobs(n)" check below.
980 # Also sort the node in topology order, that might be useful for
980 # Also sort the node in topology order, that might be useful for
981 # some obsstore logic.
981 # some obsstore logic.
982 # NOTE: the filtering and sorting might belong to createmarkers.
982 # NOTE: the sorting might belong to createmarkers.
983 torev = unfi.changelog.rev
983 torev = unfi.changelog.rev
984 sortfunc = lambda ns: torev(ns[0][0])
984 sortfunc = lambda ns: torev(ns[0][0])
985 rels = []
985 rels = []
General Comments 0
You need to be logged in to leave comments. Login now