diff hgext/convert/cvs.py @ 5528:6ffca2bf23da

merge with crew-stable
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Fri, 09 Nov 2007 21:24:25 -0200
parents 4d38e6970b8c 03496d4fa509
children 954e68e54dea
line wrap: on
line diff
--- 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)