diff hgext/convert/git.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 30d2fecaab76
line wrap: on
line diff
--- a/hgext/convert/git.py	Wed Nov 07 21:13:56 2007 -0600
+++ b/hgext/convert/git.py	Fri Nov 09 21:24:25 2007 -0200
@@ -30,7 +30,7 @@
         if os.path.isdir(path + "/.git"):
             path += "/.git"
         if not os.path.exists(path + "/objects"):
-            raise NoRepo("couldn't open GIT repo %s" % path)
+            raise NoRepo("%s does not look like a Git repo" % path)
 
         checktool('git-rev-parse', 'git')