D1191: obsfate: makes successorsetverb takes the markers as argument

krbullock (Kevin Bullock) phabricator at mercurial-scm.org
Thu Oct 19 15:23:31 EDT 2017


krbullock requested changes to this revision.
krbullock added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> templater.py:1011
>      """Compute obsfate related information based on successors (EXPERIMENTAL)"""
> -    if len(args) != 1:
> +    if len(args) != 2:
>          # i18n: "obsfateverb" is a keyword

Needs an update to the `@templatefunc(...)` decoration above too.

REPOSITORY
  rHG Mercurial

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

To: lothiraldan, #hg-reviewers, krbullock
Cc: krbullock, mercurial-devel


More information about the Mercurial-devel mailing list