equal
deleted
inserted
replaced
124 6.6.0 - in progress |
124 6.6.0 - in progress |
125 ------------------- |
125 ------------------- |
126 |
126 |
127 - amend: add a --extract flag to move change back to the working copy |
127 - amend: add a --extract flag to move change back to the working copy |
128 (same as uncommit, but accessible through the amend commit) |
128 (same as uncommit, but accessible through the amend commit) |
|
129 |
|
130 - topic: add --age option to sort topic by the most recently touched, |
129 - topic: add a 't0' to access the root of a topic while keeping it active, |
131 - topic: add a 't0' to access the root of a topic while keeping it active, |
130 - topic: allow 'hg prev' to me move to 't0', |
132 - topic: allow 'hg prev' to me move to 't0', |
131 - topic: add a config option to enforce topic on new commit |
133 - topic: add a config option to enforce topic on new commit |
132 (experimental.enforce-topic) |
134 (experimental.enforce-topic) |
133 |
135 |