Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

hgtk: util.sort was replaced with sorted()

Changeset 7c5a20bfc443

Parent 6b053ed83ab1

by Steve Borho

Changes to one file · Browse files at 7c5a20bfc443 Showing diff from parent 6b053ed83ab1 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
576
577
578
579
 
580
581
582
 
576
577
578
 
579
580
581
582
@@ -576,7 +576,7 @@
  cmdlist = cmdutil.findpossible(cmd, table)   if ui.verbose:   cmdlist = [' '.join(c[0]) for c in cmdlist.values()] - ui.write("%s\n" % "\n".join(util.sort(cmdlist))) + ui.write("%s\n" % "\n".join(sorted(cmdlist)))    globalopts = [   ('R', 'repository', '',