equal
deleted
inserted
replaced
132 $ hg revert alpha |
132 $ hg revert alpha |
133 $ hg topic |
133 $ hg topic |
134 * topicflag |
134 * topicflag |
135 |
135 |
136 Make a topic |
136 Make a topic |
|
137 |
137 $ hg topic narf |
138 $ hg topic narf |
138 $ hg topics |
139 $ hg topics |
139 * narf |
140 * narf |
|
141 $ hg topics -v |
|
142 * narf (on branch: , 0 changesets) |
|
143 $ hg stack |
|
144 ### topic: narf |
|
145 ### branch: |
|
146 |
|
147 Add commits to topic |
|
148 |
140 $ echo topic work >> alpha |
149 $ echo topic work >> alpha |
141 $ hg ci -m 'start on narf' |
150 $ hg ci -m 'start on narf' |
142 $ hg co .^ |
151 $ hg co .^ |
143 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
152 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
144 $ hg topic fran |
153 $ hg topic fran |