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 |
|
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