hgext/convert/git.py
changeset 5528 6ffca2bf23da
parent 5498 4d38e6970b8c
parent 5521 03496d4fa509
child 6001 30d2fecaab76
--- 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')