Show More
@@ -622,7 +622,7 b' def createchangeset(ui, log, fuzz=60, me' | |||||
622 | # Sort changesets by date |
|
622 | # Sort changesets by date | |
623 |
|
623 | |||
624 | odd = set() |
|
624 | odd = set() | |
625 |
def cscmp(l, r |
|
625 | def cscmp(l, r): | |
626 | d = sum(l.date) - sum(r.date) |
|
626 | d = sum(l.date) - sum(r.date) | |
627 | if d: |
|
627 | if d: | |
628 | return d |
|
628 | return d |
General Comments 0
You need to be logged in to leave comments.
Login now