D6502: state: moved cmdutil.STATES and utilities to state.py

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Tue Jun 18 11:29:11 EDT 2019


martinvonz added inline comments.

INLINE COMMENTS

> cmdutil.py:623
>  def morestatus(repo, fm):
> -    statetuple = _getrepostate(repo)
> +    statetuple = statemod._getrepostate(repo)
>      label = 'status.morestatus'

Should drop the `_` from `_getrepostate` since it's no longer private.

REPOSITORY
  rHG Mercurial

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

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

To: taapas1128, #hg-reviewers, pulkit
Cc: martinvonz, mercurial-devel


More information about the Mercurial-devel mailing list