This is an archive of the discontinued Mercurial Phabricator instance.

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

Authored by singhsrb on Sep 5 2017, 8:55 PM.

Details

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
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.