# HG changeset patch # User Matt Harbison # Date 2019-12-12 04:16:42 # Node ID 74ec6ca0eb75dbbd1ee8dae2baf87fa53ebdf55b # Parent 229215fc1c1c8c55d9edd47737a00283f89efec6 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 diff --git a/hgext/phabricator.py b/hgext/phabricator.py --- a/hgext/phabricator.py +++ b/hgext/phabricator.py @@ -1268,6 +1268,7 @@ def _confirmbeforesend(repo, revs, oldma b'needsrevision', b'closed', b'abandoned', + b'changesplanned', }