equal
deleted
inserted
replaced
118 Mercurial. They are the "mercurial-x.y" branches. They are used to apply |
118 Mercurial. They are the "mercurial-x.y" branches. They are used to apply |
119 expected test change only, no code change should happen there. |
119 expected test change only, no code change should happen there. |
120 |
120 |
121 Changelog |
121 Changelog |
122 ========= |
122 ========= |
|
123 |
|
124 6.6.0 - in progress |
|
125 ------------------- |
|
126 |
|
127 - amend: add a --extract flag to move change back to the working copy |
|
128 (same as uncommit, but accessible through the amend commit) |
|
129 - split: now properly refuse to split public changeset |
|
130 - commands: unify and improve the pre-rewrite validation and error message |
|
131 - uncommit: add support for --current-date and --current-user option |
|
132 - fold: add support for --current-date and --current-user option |
|
133 - metaedit: add support for --current-date and --current-user option |
|
134 - split add support for --current-date and --current-user option |
|
135 |
|
136 - topic: add --age option to sort topic by the most recently touched, |
|
137 - topic: add a 't0' to access the root of a topic while keeping it active, |
|
138 - topic: allow 'hg prev' to me move to 't0', |
|
139 - topic: add a config option to enforce topic on new commit |
|
140 (experimental.enforce-topic) |
123 |
141 |
124 6.5.0 -- 2017-07-02 |
142 6.5.0 -- 2017-07-02 |
125 ------------------- |
143 ------------------- |
126 |
144 |
127 features: |
145 features: |