[PATCH 2 of 4 stable] phases: fix typo in warning message

Wagner Bruna wagner.bruna+mercurial at gmail.com
Fri Jan 20 10:01:19 CST 2012


# HG changeset patch
# User Wagner Bruna <wbruna at softwareexpress.com.br>
# Date 1327071433 7200
# Branch stable
# Node ID 66c586029f97fcb7c4f0089dc83b5b23fa0c5ee4
# Parent  de187b8c9c8a163f4cbb4709761dde70398fd731
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:


More information about the Mercurial-devel mailing list