D4057: narrowspec: use sparse.parseconfig() to parse narrowspec file (BC)

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Fri Aug 3 13:05:57 EDT 2018


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

INLINE COMMENTS

> narrowspec.py:145
> +    includepats, excludepats, __ = sparse.parseconfig(repo.ui, spec, 'narrow')
> +    if __:
> +        raise error.Abort(_("including other spec files using '%include' is not"

I'll rename this to `profiles` in flight

REPOSITORY
  rHG Mercurial

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

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


More information about the Mercurial-devel mailing list