##// END OF EJS Templates
transplant: do not rollback on patching error (issue3379)...
transplant: do not rollback on patching error (issue3379) Otherwise, all transplanted revisions are gone and the failing one cannot be fixed (unless it is the first one). I do not know what is the expected behaviour with rollback, probably something pull-like. Non-conflicting cases should work as previously. But something like: $ hg transplant r1 r2 commiting r1 as c1 failing r2 $ hg transplant --continue committing r2 as c2 $ hg rollback would reset the repository to its state before the "transplant --continue" instead of the whole transplant session. To fix this we might need a way to open an existing journal file, not sure this is worth the pain.

File last commit:

r16438:28a90cdf default
r16507:1f020021 stable
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer