Show More
@@ -357,7 +357,7 b' class patchfile:' | |||||
357 |
|
357 | |||
358 | if len(cand) > 1: |
|
358 | if len(cand) > 1: | |
359 | # resort our list of potentials forward then back. |
|
359 | # resort our list of potentials forward then back. | |
360 |
cand.sort( |
|
360 | cand.sort(sorter) | |
361 | return cand |
|
361 | return cand | |
362 |
|
362 | |||
363 | def hashlines(self): |
|
363 | def hashlines(self): |
General Comments 0
You need to be logged in to leave comments.
Login now