changeset 43857:74ec6ca0eb75

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
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 11 Dec 2019 23:16:42 -0500
parents 229215fc1c1c
children b0867b7751ba
files hgext/phabricator.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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',
 }