This is an archive of the discontinued Mercurial Phabricator instance.

shelve: remove rebase.clearstatus()
ClosedPublic

Authored by navaneeth.suresh on Jun 28 2019, 1:37 PM.

Details

Summary

This is a follow-up patch to c829749e7639. After this, shelve will be
no longer dependent on rebase. This removes rebase.clearstatus() from
shelve.

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 added inline comments.
hgext/shelve.py
654–655

Looks like this should also be remove. The place where we renamed rebasestate to unshelverebasestate was also removed in D3693. Don't forget to do the same further down.

navaneeth.suresh marked an inline comment as done.Jun 28 2019, 2:01 PM
navaneeth.suresh updated this revision to Diff 15699.
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.