##// END OF EJS Templates
subrepo: fix for merge inconsistencies...
subrepo: fix for merge inconsistencies Merging ancestors with children is allowed if they are on different named branches. This did not work for subrepo merges before. To fix this inconsistency, the mergefunc() will now use the simple update path only if both versions are on the same named branch. If not, they get merged into a new changeset, just as if you did the merge from the subrepo's root directly.
Friedrich Kastner-Masilko -
r16196:8ae7626d stable
Show More