##// END OF EJS Templates
patch: fix sort() comparator argument...
Jim Hague -
r5547:77799674 default
parent child Browse files
Show More
@@ -357,7 +357,7 b' class patchfile:'
357 357
358 358 if len(cand) > 1:
359 359 # resort our list of potentials forward then back.
360 cand.sort(cmp=sorter)
360 cand.sort(sorter)
361 361 return cand
362 362
363 363 def hashlines(self):
General Comments 0
You need to be logged in to leave comments. Login now