mercurial/commands.py
branchstable
changeset 12067 a4fbbe0fbc38
parent 11881 2da0cf99b642
child 12070 fddacca3202e
child 12083 ebfc46929f3e
--- a/mercurial/commands.py	Thu Aug 26 23:11:03 2010 +0200
+++ b/mercurial/commands.py	Sun Aug 29 22:37:58 2010 +0200
@@ -846,7 +846,7 @@
         lookup = r.lookup
     elif len(args) == 2:
         if not repo:
-            raise util.Abort(_("There is no Mercurial repository here "
+            raise util.Abort(_("there is no Mercurial repository here "
                                "(.hg not found)"))
         rev1, rev2 = args
         r = repo.changelog
@@ -2105,7 +2105,7 @@
     """
 
     if not repo and not source:
-        raise util.Abort(_("There is no Mercurial repository here "
+        raise util.Abort(_("there is no Mercurial repository here "
                            "(.hg not found)"))
 
     hexfunc = ui.debugflag and hex or short