hgext/largefiles/lfcommands.py
branchstable
changeset 16231 ce292f1379ba
parent 15909 8435fa20dff9
child 16247 d87d9d8a8e03
--- a/hgext/largefiles/lfcommands.py	Wed Mar 07 23:21:11 2012 +0000
+++ b/hgext/largefiles/lfcommands.py	Thu Mar 08 13:35:27 2012 -0600
@@ -309,7 +309,7 @@
             newdata.append('%s %s\n' % (node.hex(revmap[newid]),
                 name))
         except KeyError:
-            ui.warn(_('no mapping for id %s\n' % id))
+            ui.warn(_('no mapping for id %s\n') % id)
             continue
     return ''.join(newdata)