Mercurial > hg
view relnotes/next @ 48979:9120c0cd935c stable
unamend: abort if commit was not created by `hg [un]amend`
`hg unamend` can currently undo any kind of rewrite, as long as it has
an obsmarker. However, that has quite unexpected results if you run it
after e.g. `hg rebase` (expecting it to behave like a generic `hg
undo` command), because it updates to the predecessor and leaves the
old changes in the working copy. I think it's better to allow `hg
unamend` only after `hg amend` (and after `hg unamend` because that's
documented as being supported).
Differential Revision: https://phab.mercurial-scm.org/D12390
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Mon, 21 Mar 2022 14:21:10 -0700 |
parents | f0081a551f37 |
children | a974c52fb79a |
line wrap: on
line source
= Mercurial XXX = == New Features == == Default Format Change == These changes affect newly created repositories (or new clones) done with Mercurial XXX. == New Experimental Features == == Bug Fixes == == Backwards Compatibility Changes == == Internal API Changes == == Miscellaneous ==