D7506: phabricator: add a "phabstatus" show view

dlax (Denis Laxalde) phabricator at mercurial-scm.org
Thu Dec 12 02:49:30 EST 2019


dlax added a comment.


  In D7506#111947 <https://phab.mercurial-scm.org/D7506#111947>, @spectral wrote:
  
  > I don't think `from . import show` works generally.
  
  I did that because `test-check-module-imports.t` complained otherwise when using `from hgext import show`:
  
    hgext/phabricator.py:89: import should be relative: hgext
  
  Also, there's already a similar `from . import rebase` in `hgext/split.py` so I thought that relative import was fine.
  
  I'm happy to change if there's a solution, though.

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, pulkit
Cc: spectral, mharbison72, mjpieters, Kwan, mercurial-devel


More information about the Mercurial-devel mailing list