mercurial/phases.py
changeset 15821 e3ee8bf5d0cc
parent 15818 57241845a4bb
child 15892 592b3d1742a1
--- a/mercurial/phases.py	Wed Jan 04 01:12:31 2012 +0100
+++ b/mercurial/phases.py	Wed Jan 04 01:02:16 2012 +0100
@@ -104,6 +104,7 @@
 
 allphases = public, draft, secret = range(3)
 trackedphases = allphases[1:]
+phasenames = ['public', 'draft', 'secret']
 
 def readroots(repo):
     """Read phase roots from disk"""