( )⚙ D3965 histedit: drop --no-backup option

This is an archive of the discontinued Mercurial Phabricator instance.

histedit: drop --no-backup option
ClosedPublic

Authored by khanchi97 on Jul 19 2018, 1:52 PM.

Details

Summary

Dropping this option because now we have a better option
than passing --no-backup flag every time, now user can
set a config in hgrc:

[ui]
history-editing-backup = False

This config aims to operate on every history editing command and
it is still work in progress. As yuya suggessted it probably to
late to add full support this config, so making this as
an experimental config.

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.

Event Timeline

khanchi97 created this revision.Jul 19 2018, 1:52 PM
durin42 accepted this revision.Jul 19 2018, 1:55 PM
This revision is now accepted and ready to land.Jul 19 2018, 1:55 PM
This revision was automatically updated to reflect the committed changes.