This is an archive of the discontinued Mercurial Phabricator instance.

histedit: use self.stateobj to check whether interrupted histedit exists
ClosedPublic

Authored by pulkit on Jun 30 2018, 11:10 AM.

Details

Summary

self.stateobj is an instance of state.cmdstate() class which has an .exists()
function which is used to check whether there exists an interrupted statefile or
not.

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.