This is an archive of the discontinued Mercurial Phabricator instance.

cmdutil: remove redundant commitfunc parameter in amend (API)
AbandonedPublic

Authored by singhsrb on Aug 31 2017, 10:01 PM.

Details

Reviewers
durham
Group Reviewers
hg-reviewers
Summary

Since the redundant commit during the amend has been been removed, there is no
need for commit callback function in amend now. Therefore, this commit removes
the unused parameter "commmitfunc" which was being used for this purpose.

Test Plan

Ensured that all the tests pass

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

singhsrb created this revision.Aug 31 2017, 10:01 PM
durham accepted this revision.Sep 1 2017, 2:54 PM
singhsrb abandoned this revision.Sep 5 2017, 9:00 PM

Rebased this revision onto the 'hg-commited' repo. Please see review D635 instead.