Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 8760:bf17aeafb869
Spell Mercurial as a proper noun
author | timeless <timeless@gmail.com> |
---|---|
date | Tue, 09 Jun 2009 09:25:31 -0400 |
parents | 25e9c71b89de |
children | 0289f384e1e5 |
line wrap: on
line diff
--- a/mercurial/commands.py Tue Jun 09 11:55:32 2009 -0500 +++ b/mercurial/commands.py Tue Jun 09 09:25:31 2009 -0400 @@ -1728,7 +1728,7 @@ wp = repo.parents() if opts.get('exact'): if not nodeid or not p1: - raise util.Abort(_('not a mercurial patch')) + raise util.Abort(_('not a Mercurial patch')) p1 = repo.lookup(p1) p2 = repo.lookup(p2 or hex(nullid))