##// END OF EJS Templates
changegroup: key off changelogdone...
Gregory Szorc -
r39014:d2ab0db8 default
parent child Browse files
Show More
@@ -633,7 +633,7 b' class cgpacker(object):'
633 # order that they're introduced in dramatis personae by the
633 # order that they're introduced in dramatis personae by the
634 # changelog, so what we do is we sort the non-changelog histories
634 # changelog, so what we do is we sort the non-changelog histories
635 # by the order in which they are used by the changelog.
635 # by the order in which they are used by the changelog.
636 if self._ellipses and self._clnodetorev:
636 if self._ellipses and self._changelogdone:
637 key = lambda n: self._clnodetorev[lookup(n)]
637 key = lambda n: self._clnodetorev[lookup(n)]
638 return [store.rev(n) for n in sorted(nodelist, key=key)]
638 return [store.rev(n) for n in sorted(nodelist, key=key)]
639
639
General Comments 0
You need to be logged in to leave comments. Login now