D7506: phabricator: add a "phabstatus" show view

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Fri Nov 22 23:41:21 EST 2019


mharbison72 added a comment.


  In D7506#110288 <https://phab.mercurial-scm.org/D7506#110288>, @mharbison72 wrote:
  
  > I'm not sure why, but this version seems to also show obsolete revisions.  I've got a bunch of `x` and `*` nodes in hg-committed right now.  I didn't see that before, although that was on a different clone that I don't have access to now.
  
  After further review, the obsolete revisions have unstable children going way back, so that's why they show.  But I'm super confused by the output.  This isn't the whole output, but the middle or so that corresponds to the latest(!) commits:
  
    : : : : | | : | | : : | o  d77be1 filemerge: fix a missing attribute usage
    : : : : | | : | | : : | |  https://phab.mercurial-scm.org/D7465 Needs Review
    : : : : | | : | | : : | | o  ef1696 makefile: use Python 3 by default (BC)
    : : : : | | : | | : : | |/   https://phab.mercurial-scm.org/D7258 Accepted
    +-+-+-------+-------+-+---o  640bae cleanup: update references to /help/ that should now be /helptext/
    : : : : | | : | | : : | |    https://phab.mercurial-scm.org/D7472 Closed
    : : : : | | : | | : : | | o  20a3bf rust-dirs: address failing tests for `dirs` impl with a temporary fix
    : : : : | | : | | : : | | |  https://phab.mercurial-scm.org/D7503 Closed
    : : : : | | : | | : : | | | o  e8373b (@) windows: further build fixes for the WiX installer
    : : : : | | : | | : : | | | |  https://phab.mercurial-scm.org/D7509 Closed
    : : : : | | : | | : : | | | | o  347b42 logcmdutil: call _exthook() in changesettemplater
    : : : : | | : | | : : | | | | |  https://phab.mercurial-scm.org/D7505 Needs Review
    : : : : | | : | | : : | | | | | o  4b1de5 phabricator: add a "phabstatus" show view
    : : : : | | : | | : : | | | | | |  https://phab.mercurial-scm.org/D7506 Needs Review
    : : : : | | : | | : : | | | | | | @  f6920a phabricator: add a "phabstatus" template keyword
    : : : : | | : | | : : | | | | | | |  https://phab.mercurial-scm.org/D7507 Needs Review
    +-+-+-------o---+---+ | | | | | | |  ce20b8 format: format commands.py, which recently regressed
    : : : : | |  / / / / / / / / / / /   https://phab.mercurial-scm.org/D7064 Closed
  
  Show work looks like (truncated to latest):
  
    $ hg show work
    @  f6920a phabricator: add a "phabstatus" template keyword
    o  4b1de5 phabricator: add a "phabstatus" show view
    o  347b42 logcmdutil: call _exthook() in changesettemplater
    o  e8373b (@) windows: further build fixes for the WiX installer
    o  20a3bf rust-dirs: address failing tests for `dirs` impl with a temporary fix
    o  640bae cleanup: update references to /help/ that should now be /helptext/
    o    7eb701 merge with stable
    |\
    | o    88a306 (stable) singlehead: making config item a bool again
    | :\
    | : \
    | : :\
    | : : : o  06aac2 xxx-pytype: annotate various things flagged for future examination
    +-------o  6c9c22 webutil: drop an extra parameter on `join()`
    | : : : o  ef1696 makefile: use Python 3 by default (BC)
    | : : : | o  d77be1 filemerge: fix a missing attribute usage
    | : : : |/
    +-------o  538726 filemerge: drop a default argument to appease pytype
  
  And show stack looks like:
  
    $ hg show stack
      @  f6920 phabricator: add a "phabstatus" template keyword
      o  4b1de phabricator: add a "phabstatus" show view
      o  347b4 logcmdutil: call _exthook() in changesettemplater
      o  e8373 (@) windows: further build fixes for the WiX installer
      o  20a3b rust-dirs: address failing tests for `dirs` impl with a temporary fix
      o  640ba cleanup: update references to /help/ that should now be /helptext/
     /   (stack base)
    o  7eb70 merge with stable
  
  Is the goal to limit to the current stack, or all non public commits?  I can see a use case for both.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7506/new/

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

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


More information about the Mercurial-devel mailing list