##// END OF EJS Templates
obsolescence: add test for the "branch replacement" logic during push, case D6...
obsolescence: add test for the "branch replacement" logic during push, case D6 Mercurial checks for the introduction of new heads on push. Evolution comes into play to detect if existing branches on the server are being replaced by some of the new one we push. The current code for this logic is very basic (eg: issue4354) and was poorly tested. We have a better implementation coming in the evolve extension fixing these issues and with more serious tests coverage. In the process of upstreaming this improved logic, we start with adding the test case that are already passing with the current implementation. Once they are all in, we'll upstream the better implementation and the extra test cases. See inline documentation for details about the test case added in this changeset.

File last commit:

r30346:9cc438bf default
r31989:85a22bc0 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer