diff hgext/convert/monotone.py @ 10938:02d6149a480b stable

convert: write "repository" instead of "repo" We should strive to avoid slang in our messages to the users.
author Martin Geisler <mg@lazybytes.net>
date Sun, 18 Apr 2010 15:47:49 +0200
parents 08a0f04b56bd
children 33010ff1fd6f
line wrap: on
line diff
--- 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: