##// END OF EJS Templates
merge: improve clarity of table in update docstring
Augie Fackler -
r26821:27683c63 stable
parent child Browse files
Show More
@@ -1116,15 +1116,15 b' def update(repo, node, branchmerge, forc'
1116
1116
1117 This logic is tested by test-update-branches.t.
1117 This logic is tested by test-update-branches.t.
1118
1118
1119 -c -C dirty rev | linear same cross
1119 -c -C dirty rev | linear same cross
1120 n n n n | ok (1) x
1120 n n n n | ok (1) x
1121 n n n y | ok ok ok
1121 n n n y | ok ok ok
1122 n n y n | merge (2) (2)
1122 n n y n | merge (2) (2)
1123 n n y y | merge (3) (3)
1123 n n y y | merge (3) (3)
1124 n y * * | --- discard ---
1124 n y * * | discard discard discard
1125 y n y * | --- (4) ---
1125 y n y * | (4) (4) (4)
1126 y n n * | --- ok ---
1126 y n n * | ok ok ok
1127 y y * * | --- (5) ---
1127 y y * * | (5) (5) (5)
1128
1128
1129 x = can't happen
1129 x = can't happen
1130 * = don't-care
1130 * = don't-care
General Comments 0
You need to be logged in to leave comments. Login now