Show More
@@ -104,6 +104,7 b' from i18n import _' | |||||
104 |
|
104 | |||
105 | allphases = public, draft, secret = range(3) |
|
105 | allphases = public, draft, secret = range(3) | |
106 | trackedphases = allphases[1:] |
|
106 | trackedphases = allphases[1:] | |
|
107 | phasenames = ['public', 'draft', 'secret'] | |||
107 |
|
108 | |||
108 | def readroots(repo): |
|
109 | def readroots(repo): | |
109 | """Read phase roots from disk""" |
|
110 | """Read phase roots from disk""" |
General Comments 0
You need to be logged in to leave comments.
Login now