# HG changeset patch # User Wagner Bruna # Date 1327071433 7200 # Node ID b9c7ac40575706aeac2be47e928c06d3e30bcd86 # Parent cd42f77d30c451bd74c2636f91afeb475cea4fdb phases: fix typo in warning message diff -r cd42f77d30c4 -r b9c7ac405757 mercurial/phases.py --- 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: