# HG changeset patch # User Pierre-Yves David # Date 2011-12-18 22:16:46 # Node ID 0cb45fef99ba14c3cba823edba604d9867158aeb # Parent 1b9dcf2eb011a5fe6279f469b56e992cef2d6d8b phases: Add a third phase for secret changeset diff --git a/mercurial/phases.py b/mercurial/phases.py --- a/mercurial/phases.py +++ b/mercurial/phases.py @@ -99,7 +99,7 @@ import errno from node import nullid, bin, hex, short from i18n import _ -allphases = range(2) +allphases = range(3) trackedphases = allphases[1:] def readroots(repo):