hgext/convert/git.py
changeset 5521 03496d4fa509
parent 5481 003d1f174fe1
child 5528 6ffca2bf23da
child 5984 9451a941c536
--- a/hgext/convert/git.py	Fri Nov 09 20:21:35 2007 -0200
+++ b/hgext/convert/git.py	Fri Nov 09 20:21:35 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)
         self.path = path
 
     def getheads(self):