D7607: phabricator: add the "Changes Planned" status name

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Thu Dec 12 04:24:40 UTC 2019


mharbison72 created this revision.
Herald added subscribers: mercurial-devel, Kwan.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  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.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D7607

AFFECTED FILES
  hgext/phabricator.py

CHANGE DETAILS

diff --git a/hgext/phabricator.py b/hgext/phabricator.py
--- a/hgext/phabricator.py
+++ b/hgext/phabricator.py
@@ -1268,6 +1268,7 @@
     b'needsrevision',
     b'closed',
     b'abandoned',
+    b'changesplanned',
 }
 
 



To: mharbison72, #hg-reviewers
Cc: Kwan, mercurial-devel


More information about the Mercurial-devel mailing list