branch | stable |
changeset 17979 | b3ec0b5fd777 |
parent 17671 | fdd0fc046cf1 |
child 18002 | 9bc5873e52af |
--- a/mercurial/phases.py Mon Nov 26 17:48:39 2012 -0600 +++ b/mercurial/phases.py Sun Nov 25 20:39:37 2012 +0100 @@ -103,7 +103,7 @@ import errno from node import nullid, nullrev, bin, hex, short from i18n import _ -import util +import util, error import obsolete allphases = public, draft, secret = range(3)