hgext/convert/monotone.py
changeset 8026 683d8ebcf434
parent 7973 db3a68fd9387
child 8051 718c8f01feb2
--- a/hgext/convert/monotone.py	Wed Apr 08 19:32:16 2009 +0200
+++ b/hgext/convert/monotone.py	Tue Apr 07 22:47:56 2009 +0200
@@ -154,7 +154,9 @@
                 if self.mtnisdir(toname, rev):
                     renamed = self.mtnrenamefiles(self.files, fromname, toname)
                     for tofile, fromfile in renamed.items():
-                        self.ui.debug (_("copying file in renamed dir from '%s' to '%s'") % (fromfile, tofile), '\n')
+                        self.ui.debug (_("copying file in renamed directory "
+                                         "from '%s' to '%s'")
+                                       % (fromfile, tofile), '\n')
                         files[tofile] = rev
                     for fromfile in renamed.values():
                         files[fromfile] = rev