hgext/convert/cvs.py
branchstable
changeset 10939 9f6731b03906
parent 10800 49c109d037dd
child 11134 33010ff1fd6f
--- a/hgext/convert/cvs.py	Sun Apr 18 15:47:49 2010 +0200
+++ b/hgext/convert/cvs.py	Sun Apr 18 15:47:49 2010 +0200
@@ -19,7 +19,7 @@
 
         cvs = os.path.join(path, "CVS")
         if not os.path.exists(cvs):
-            raise NoRepo("%s does not look like a CVS checkout" % path)
+            raise NoRepo(_("%s does not look like a CVS checkout") % path)
 
         checktool('cvs')