hgext3rd/topic/constants.py
author |
Martin von Zweigbergk <martinvonz@google.com> |
|
Mon, 09 Dec 2019 11:09:11 -0800 |
changeset 5343 |
ebfd0d875600 |
parent 4814 |
48b30ff742cb
|
permissions |
-rw-r--r-- |
evolve: handle relocation during divergence resolution producing no changes
When resolving divergence and the two divergent commits have different
parents, we start by rebasing one of them to have the same parent as
the other. That step can result in no changes to commit. When it does,
we would crash with a TypeError before this patch.
This patch fixes it by instead creating an empty commit in that
scenario. The existing code then continues to attempt to merge it,
which produces no changes, and no commit is created on top. The other
side of the divergence is marked as successor as usual, so orphans
from the side that became empty will be evolved to the right place
(see test).
4814
48b30ff742cb
python3: use format-source to run byteify-strings in .py files
Raphaël Gomès <rgomes@octobus.net>
diff
changeset
|
1 |
extrakey = b'topic' |
48b30ff742cb
python3: use format-source to run byteify-strings in .py files
Raphaël Gomès <rgomes@octobus.net>
diff
changeset
|
2 |
changekey = b'_rewrite_noise' |