hgext/convert/cvsps.py
changeset 6762 f67d1468ac50
parent 6699 386561a5179a
child 6956 12472a240398
--- a/hgext/convert/cvsps.py	Fri Jun 27 14:53:30 2008 -0500
+++ b/hgext/convert/cvsps.py	Fri Jun 27 18:28:45 2008 -0500
@@ -297,8 +297,7 @@
         if store:
             # clean up the results and save in the log.
             store = False
-            e.tags = [scache(x) for x in tags.get(e.revision, [])]
-            e.tags.sort()
+            e.tags = util.sort([scache(x) for x in tags.get(e.revision, [])])
             e.comment = scache('\n'.join(e.comment))
 
             revn = len(e.revision)
@@ -468,9 +467,7 @@
             for tag in e.tags:
                 tags[tag] = True
         # remember tags only if this is the latest changeset to have it
-        tagnames = [tag for tag in tags if globaltags[tag] is c]
-        tagnames.sort()
-        c.tags = tagnames
+        c.tags = util.sort([tag for tag in tags if globaltags[tag] is c])
 
     # Find parent changesets, handle {{mergetobranch BRANCHNAME}}
     # by inserting dummy changesets with two parents, and handle