This is an archive of the discontinued Mercurial Phabricator instance.

histedit: removing the experimental config 'histeditng'
ClosedPublic

Authored by singhsrb on Oct 4 2017, 6:24 PM.

Details

Summary

This config has been around for about 2 years now. So, it can be
assumed to be stable. Therefore, I am removing the config. This also makes the
test 'test-histedit-base.t' compatible with chg.

Test Plan
  • Ran the test 'test-histedit-base.t' with and without '--chg' option.
  • Ran all the other tests without '--chg' option.
  • Checked the output of 'hg help histedit'.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

singhsrb created this revision.Oct 4 2017, 6:24 PM
singhsrb edited the test plan for this revision. (Show Details)Oct 4 2017, 6:38 PM
singhsrb updated this revision to Diff 2440.
quark accepted this revision.Oct 4 2017, 7:14 PM
quark added a subscriber: quark.
quark added inline comments.
hgext/histedit.py
796

You can use the decorator here:

@action(....)

just like line 819.

1613

And this becomes unnecessary.

durin42 requested changes to this revision.Oct 5 2017, 11:05 AM
durin42 added a subscriber: durin42.
durin42 added inline comments.
hgext/histedit.py
796

Please do this, then I think you're good to go.

This revision now requires changes to proceed.Oct 5 2017, 11:05 AM

I totally missed the decorator. Thanks guys!

singhsrb updated this revision to Diff 2488.Oct 5 2017, 5:55 PM

Updating D942: Addressing the review comments and adding some documentation.

singhsrb edited the test plan for this revision. (Show Details)Oct 5 2017, 5:58 PM
singhsrb updated this revision to Diff 2489.

Updating D942: Modified test plan to account for documentation.

durin42 accepted this revision.Oct 5 2017, 6:45 PM
This revision is now accepted and ready to land.Oct 5 2017, 6:45 PM
This revision was automatically updated to reflect the committed changes.