Mercurial > public > mercurial-scm > hg-stable
diff hgext/win32mbcs.py @ 44301:830eae18b2f3
rebase: abort if the user tries to rebase the working copy
I think it's more correct to treat `hg rebase -r 'wdir()' -d foo`
as `hg co -m foo`, but I'm instead making it error out. That's partly
because it's probably what the user wanted (in the case I heard from a
user, they had done `hg rebase -s f` where `f` resolved to `wdir()`)
and partly because I don't want to think about more complicated cases
where the user specifies the working copy together with other commits.
Differential Revision: https://phab.mercurial-scm.org/D8057
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 31 Jan 2020 10:53:50 -0800 |
parents | 66210a20f727 |
children | 89a2afe31e82 |