Mercurial > hg-stable
changeset 15946:b9c7ac405757 stable
phases: fix typo in warning message
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Fri, 20 Jan 2012 12:57:13 -0200 |
parents | cd42f77d30c4 |
children | bdd1ed80e26e |
files | mercurial/phases.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/phases.py Fri Jan 20 12:04:45 2012 -0200 +++ b/mercurial/phases.py Fri Jan 20 12:57:13 2012 -0200 @@ -276,7 +276,7 @@ phase = int(phase) if phase == 0: if node != nullid: - msg = _('ignoring inconsistense public root from remote: %s') + msg = _('ignoring inconsistent public root from remote: %s') repo.ui.warn(msg, nhex) elif phase == 1: if node in nodemap: