##// END OF EJS Templates
phases: Add a third phase for secret changeset
Pierre-Yves David -
r15696:0cb45fef default
parent child Browse files
Show More
@@ -99,7 +99,7 b' import errno'
99 from node import nullid, bin, hex, short
99 from node import nullid, bin, hex, short
100 from i18n import _
100 from i18n import _
101
101
102 allphases = range(2)
102 allphases = range(3)
103 trackedphases = allphases[1:]
103 trackedphases = allphases[1:]
104
104
105 def readroots(repo):
105 def readroots(repo):
General Comments 0
You need to be logged in to leave comments. Login now