##// END OF EJS Templates
Update output for test-merge5.
Bryan O'Sullivan -
r819:77e121a0 default
parent child Browse files
Show More
@@ -1,12 +1,12 b''
1 1 + hg init
2 2 + hg add a b
3 3 + hg commit -m commit #0 -d 0 0
4 4 + hg commit -mcomment #1 -d 0 0
5 5 + hg update 0
6 6 + hg commit -A -mcomment #2 -d 0 0
7 7 removing b
8 8 + hg update 1
9 9 this update spans a branch affecting the following files:
10 10 b
11 11 aborting update spanning branches!
12 (use update -m to perform a branch merge)
12 (use update -m to merge across branches or -C to lose changes)
General Comments 0
You need to be logged in to leave comments. Login now