equal
deleted
inserted
replaced
121 o 0 - {} 199cc73e9a0b add aaa (draft) |
121 o 0 - {} 199cc73e9a0b add aaa (draft) |
122 |
122 |
123 |
123 |
124 Run evolve --all |
124 Run evolve --all |
125 |
125 |
|
126 $ hg stack |
|
127 ### topic: foo |
|
128 ### target: default (branch) |
|
129 s4$ add fff (current unstable) |
|
130 s3$ add eee (unstable) |
|
131 s2: add ddd |
|
132 s1: add ccc |
|
133 s0^ add bbb (base) |
|
134 |
126 $ hg evolve --all |
135 $ hg evolve --all |
127 move:[4] add eee |
136 move:[s3] add eee |
128 atop:[10] add ddd |
137 atop:[s2] add ddd |
129 move:[11] add fff |
138 move:[s4] add fff |
130 working directory is now at 070c5573d8f9 |
139 working directory is now at 070c5573d8f9 |
131 $ hg log -G |
140 $ hg log -G |
132 @ 13 - {foo} 070c5573d8f9 add fff (draft) |
141 @ 13 - {foo} 070c5573d8f9 add fff (draft) |
133 | |
142 | |
134 o 12 - {foo} 42b49017ff90 add eee (draft) |
143 o 12 - {foo} 42b49017ff90 add eee (draft) |