Show More
@@ -134,7 +134,7 b' HIDEABLE_FLAG = 32 # Phases that are hi' | |||||
134 | public, draft, secret = range(3) |
|
134 | public, draft, secret = range(3) | |
135 | internal = INTERNAL_FLAG | HIDEABLE_FLAG |
|
135 | internal = INTERNAL_FLAG | HIDEABLE_FLAG | |
136 | archived = HIDEABLE_FLAG |
|
136 | archived = HIDEABLE_FLAG | |
137 | allphases = range(internal + 1) |
|
137 | allphases = list(range(internal + 1)) | |
138 | trackedphases = allphases[1:] |
|
138 | trackedphases = allphases[1:] | |
139 | # record phase names |
|
139 | # record phase names | |
140 | cmdphasenames = [b'public', b'draft', b'secret'] # known to `hg phase` command |
|
140 | cmdphasenames = [b'public', b'draft', b'secret'] # known to `hg phase` command |
General Comments 0
You need to be logged in to leave comments.
Login now