D942: histedit: removing the experimental config 'histeditng'

quark (Jun Wu) phabricator at mercurial-scm.org
Wed Oct 4 19:14:32 EDT 2017


quark accepted this revision.
quark added inline comments.

INLINE COMMENTS

> histedit.py:796
>  
>  class base(histeditaction):
>  

You can use the decorator here:

  @action(....)

just like line 819.

> histedit.py:1613
> +
> +    globals()['base'] = action(['base', 'b'],
> +        _('checkout changeset and apply further changesets from there')

And this becomes unnecessary.

REPOSITORY
  rHG Mercurial

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

To: singhsrb, #hg-reviewers, quark
Cc: quark, mercurial-devel


More information about the Mercurial-devel mailing list