This is an archive of the discontinued Mercurial Phabricator instance.

rebase: delete obsolete internal "keepopen" option
ClosedPublic

Authored by martinvonz on Mar 7 2018, 1:23 PM.

Details

Summary

The option was apparently introduced for use by the "pbranch"
extension, see f2558a8228be (rebase: add option to not commit after a
collapsing, 2010-02-07). However, it doesn't seem like it was ever
used by that extension (according to hg grep in a clone of
https://bitbucket.org/parren/hg-pbranch/), so let's delete it.

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

martinvonz created this revision.Mar 7 2018, 1:23 PM
martinvonz edited the summary of this revision. (Show Details)Mar 7 2018, 1:32 PM
indygreg accepted this revision.Mar 7 2018, 4:12 PM
This revision is now accepted and ready to land.Mar 7 2018, 4:12 PM
This revision was automatically updated to reflect the committed changes.