##// END OF EJS Templates
convert: fix syncing deletes from p2 merge commit...
convert: fix syncing deletes from p2 merge commit Recently we fixed converting merges to correctly sync changes from p2. We missed the case of deletes though (so p2 deleted a file that p1 had not yet deleted, and the file does not belong to the source). The fix is to detect when p2 doesn't have the file, so we just sync it as a delete to p1 in the merge. Updated the test, and verified it failed before the fix.

File last commit:

r1360:7d439981 default
r26078:5ca58734 default
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
# placeholder