# HG changeset patch # User Wagner Bruna # Date 2012-01-20 14:57:13 # Node ID b9c7ac40575706aeac2be47e928c06d3e30bcd86 # Parent cd42f77d30c451bd74c2636f91afeb475cea4fdb phases: fix typo in warning message diff --git a/mercurial/phases.py b/mercurial/phases.py --- a/mercurial/phases.py +++ b/mercurial/phases.py @@ -276,7 +276,7 @@ def analyzeremotephases(repo, subset, ro 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: