Mercurial > hg-stable
changeset 2648:f47432ae5376
spelling fix
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Fri, 21 Jul 2006 02:31:59 +0200 |
parents | 46182568b4ce |
children | 3b53fa20dda8 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Fri Jul 21 01:40:07 2006 +0200 +++ b/mercurial/commands.py Fri Jul 21 02:31:59 2006 +0200 @@ -2675,7 +2675,7 @@ if p1 == nullid: raise util.Abort(_('no revision to tag')) if p2 != nullid: - raise util.Abort(_('outstanding uncommited merges')) + raise util.Abort(_('outstanding uncommitted merges')) r = hex(p1) repo.tag(name, r, opts['local'], opts['message'], opts['user'],