diff --git a/mercurial/phases.py b/mercurial/phases.py index bdd1ed80e26e58b575a56fd84aa1eab63056795e_bWVyY3VyaWFsL3BoYXNlcy5weQ==..53685676951202b8b83df1f5e185735228b9e474_bWVyY3VyaWFsL3BoYXNlcy5weQ== 100644 --- a/mercurial/phases.py +++ b/mercurial/phases.py @@ -147,7 +147,7 @@ missing = [node for node in nodes if node not in nodemap] if missing: for mnode in missing: - msg = _('Removing unknown node %(n)s from %(p)i-phase boundary') + msg = 'Removing unknown node %(n)s from %(p)i-phase boundary' repo.ui.debug(msg, {'n': short(mnode), 'p': phase}) nodes.symmetric_difference_update(missing) repo._dirtyphases = True