##// END OF EJS Templates
fetch: switch the default parent used for a merge...
fetch: switch the default parent used for a merge This treats newly pulled changes as authoritative, and local changes as the "satellite" changes. The prior default behaviour is still available, via the --switch-parent option.

File last commit:

r5346:8838fe5a default
r6206:0b6f1249 default
Show More
test-debugindexdot.out
7 lines | 55 B | text/plain | TextLexer
/ tests / test-debugindexdot.out
digraph G {
-1 -> 0
0 -> 1
0 -> 2
2 -> 3
1 -> 3
}