equal
deleted
inserted
replaced
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 - split: now properly refuse to split public changeset |
129 - split: now properly refuse to split public changeset |
|
130 - commands: unify and improve the pre-rewrite validation and error message |
130 - uncommit: add support for --current-date and --current-user option |
131 - uncommit: add support for --current-date and --current-user option |
131 - fold: add support for --current-date and --current-user option |
132 - fold: add support for --current-date and --current-user option |
132 - metaedit: add support for --current-date and --current-user option |
133 - metaedit: add support for --current-date and --current-user option |
133 - split add support for --current-date and --current-user option |
134 - split add support for --current-date and --current-user option |
134 |
135 |