hgext/convert/monotone.py
branchstable
changeset 10938 02d6149a480b
parent 10282 08a0f04b56bd
child 11134 33010ff1fd6f
--- a/hgext/convert/monotone.py	Wed Apr 14 11:59:53 2010 +0530
+++ b/hgext/convert/monotone.py	Sun Apr 18 15:47:49 2010 +0200
@@ -20,7 +20,8 @@
         self.ui = ui
         self.path = path
 
-        norepo = NoRepo (_("%s does not look like a monotone repo") % path)
+        norepo = NoRepo(_("%s does not look like a monotone repository")
+                        % path)
         if not os.path.exists(os.path.join(path, '_MTN')):
             # Could be a monotone repository (SQLite db file)
             try: