hgext/convert/cvs.py
changeset 5528 6ffca2bf23da
parent 5498 4d38e6970b8c
parent 5521 03496d4fa509
child 5539 954e68e54dea
--- a/hgext/convert/cvs.py	Wed Nov 07 21:13:56 2007 -0600
+++ b/hgext/convert/cvs.py	Fri Nov 09 21:24:25 2007 -0200
@@ -11,7 +11,7 @@
 
         cvs = os.path.join(path, "CVS")
         if not os.path.exists(cvs):
-            raise NoRepo("couldn't open CVS repo %s" % path)
+            raise NoRepo("%s does not look like a CVS checkout" % path)
 
         for tool in ('cvsps', 'cvs'):
             checktool(tool)