hgext/convert/hg.py
changeset 9136 31177742f54a
parent 8693 68e0a55eee6e
child 9432 fef209e65757
--- a/hgext/convert/hg.py	Tue Jul 14 20:24:16 2009 +0200
+++ b/hgext/convert/hg.py	Mon Jul 13 09:50:26 2009 +0900
@@ -183,7 +183,7 @@
             tagparent = nullid
 
         try:
-            oldlines = sorted(parentctx['.hgtags'].data().splitlines(1))
+            oldlines = sorted(parentctx['.hgtags'].data().splitlines(True))
         except:
             oldlines = []