Mercurial > hg
annotate tests/test-mq-qfold.out @ 9302:73bec717b825
help: improve "hg help revisions"
Add info about branch names, and other clarifications.
author | Stuart W Marks <smarks@smarks.org> |
---|---|
date | Sun, 02 Aug 2009 19:21:47 -0700 |
parents | 2ff17c4de1da |
children | 561ff8d9e4f0 |
rev | line source |
---|---|
8426 | 1 % init |
2 adding a | |
3 % fold in the middle of the queue | |
4 now at: p1 | |
5 --- a/a | |
6 +++ b/a | |
7 @@ -1,1 +1,2 @@ | |
8 a | |
9 +a | |
10 p1 | |
11 p3 | |
12 --- a/a | |
13 +++ b/a | |
14 @@ -1,1 +1,3 @@ | |
15 a | |
16 +a | |
17 +b | |
18 % fold with local changes | |
19 abort: local changes found, refresh first | |
20 --- a/a | |
21 +++ b/a | |
22 @@ -1,1 +1,3 @@ | |
23 a | |
24 +a | |
25 +b |