D847: dirstate: use keyword arguments to clarify status()'s callers

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Sat Sep 30 02:17:38 EDT 2017


yuja accepted this revision.
yuja added inline comments.
This revision is now accepted and ready to land.

INLINE COMMENTS

> overrides.py:1222
> +    unsure, s = lfdirstate.status(matchmod.always(repo.root, repo.getcwd()),
> +                                  subrepos=[], ignores=False, clean=False,
> +                                  unknown=False)

s/ignores/ignored/

Fixed in flight.

REPOSITORY
  rHG Mercurial

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

To: martinvonz, #hg-reviewers, quark, yuja
Cc: yuja, mercurial-devel


More information about the Mercurial-devel mailing list