Mercurial > hg
comparison mercurial/keepalive.py @ 45085:a0192a03216d
rebase: remove now unnecessary logic to allow empty commit when branch changes
This was a workaround for a bug in the empty commit check in repo.commit(),
where the parent branch name was incorrectly compared with the wdir branch name
instead of the branch name passed via `extra`. The bug was fixed in D8724.
The workaround was introduced in b2415e94b2f5.
Differential Revision: https://phab.mercurial-scm.org/D8725
author | Manuel Jacob <me@manueljacob.de> |
---|---|
date | Thu, 09 Jul 2020 07:00:32 +0200 |
parents | 9f70512ae2cf |
children | 49f8ba4febec |
comparison
equal
deleted
inserted
replaced
45084:07b3166e94ca | 45085:a0192a03216d |
---|