##// 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 + hg init
1 + hg init
2 + hg add a b
2 + hg add a b
3 + hg commit -m commit #0 -d 0 0
3 + hg commit -m commit #0 -d 0 0
4 + hg commit -mcomment #1 -d 0 0
4 + hg commit -mcomment #1 -d 0 0
5 + hg update 0
5 + hg update 0
6 + hg commit -A -mcomment #2 -d 0 0
6 + hg commit -A -mcomment #2 -d 0 0
7 removing b
7 removing b
8 + hg update 1
8 + hg update 1
9 this update spans a branch affecting the following files:
9 this update spans a branch affecting the following files:
10 b
10 b
11 aborting update spanning branches!
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