hgext/largefiles/lfcommands.py
branchstable
changeset 20868 5db105f216c3
parent 20063 8a021cd38719
child 21083 20b0c49c032c
--- a/hgext/largefiles/lfcommands.py	Tue Apr 01 02:46:03 2014 +0900
+++ b/hgext/largefiles/lfcommands.py	Tue Apr 01 02:46:03 2014 +0900
@@ -303,14 +303,14 @@
         try:
             id, name = line.split(' ', 1)
         except ValueError:
-            ui.warn(_('skipping incorrectly formatted tag %s\n'
-                % line))
+            ui.warn(_('skipping incorrectly formatted tag %s\n')
+                % line)
             continue
         try:
             newid = node.bin(id)
         except TypeError:
-            ui.warn(_('skipping incorrectly formatted id %s\n'
-                % id))
+            ui.warn(_('skipping incorrectly formatted id %s\n')
+                % id)
             continue
         try:
             newdata.append('%s %s\n' % (node.hex(revmap[newid]),