phabricator: add the "Changes Planned" status name
authorMatt Harbison <matt_harbison@yahoo.com>
Wed, 11 Dec 2019 23:16:42 -0500
changeset 43857 74ec6ca0eb75
parent 43856 229215fc1c1c
child 43858 b0867b7751ba
phabricator: add the "Changes Planned" status name I noticed this when coloring the status output. But it looks like status names are also used in the pseudo revset language as well, and abort when parsing a name not in this list. Differential Revision: https://phab.mercurial-scm.org/D7607
hgext/phabricator.py
--- a/hgext/phabricator.py	Wed Dec 11 15:23:54 2019 -0800
+++ b/hgext/phabricator.py	Wed Dec 11 23:16:42 2019 -0500
@@ -1268,6 +1268,7 @@
     b'needsrevision',
     b'closed',
     b'abandoned',
+    b'changesplanned',
 }