phases: Add a third phase for secret changeset
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Sun, 18 Dec 2011 23:16:46 +0100
changeset 15696 0cb45fef99ba
parent 15695 1b9dcf2eb011
child 15697 21eb048edc19
phases: Add a third phase for secret changeset
mercurial/phases.py
--- a/mercurial/phases.py	Mon Dec 19 11:29:39 2011 +0100
+++ b/mercurial/phases.py	Sun Dec 18 23:16:46 2011 +0100
@@ -99,7 +99,7 @@
 from node import nullid, bin, hex, short
 from i18n import _
 
-allphases = range(2)
+allphases = range(3)
 trackedphases = allphases[1:]
 
 def readroots(repo):