hgext/convert/git.py
branchstable
changeset 10938 02d6149a480b
parent 10282 08a0f04b56bd
child 10939 9f6731b03906
--- a/hgext/convert/git.py	Wed Apr 14 11:59:53 2010 +0530
+++ b/hgext/convert/git.py	Sun Apr 18 15:47:49 2010 +0200
@@ -35,7 +35,7 @@
         if os.path.isdir(path + "/.git"):
             path += "/.git"
         if not os.path.exists(path + "/objects"):
-            raise NoRepo("%s does not look like a Git repo" % path)
+            raise NoRepo("%s does not look like a Git repository" % path)
 
         checktool('git', 'git')