equal
deleted
inserted
replaced
38 http://hg-lab.logilab.org/wip/mutable-history/ |
38 http://hg-lab.logilab.org/wip/mutable-history/ |
39 |
39 |
40 Make sure to check lastest draft changeset before submitting new changeset. |
40 Make sure to check lastest draft changeset before submitting new changeset. |
41 |
41 |
42 |
42 |
|
43 Changelog |
|
44 ================== |
|
45 |
|
46 0.3.0 -- |
|
47 |
|
48 - obsolete: Add "latecomer" error detection (stabilize does not handle resolution yet) |
|
49 - evolve: Introduce a new `uncommit` command to remove change from a changeset |
|
50 - rebase: allow the use of --keep again |
|
51 - commit: --amend option create obsolete marker (but still strip) |
|
52 - obsolete: fewer marker are created when collapsing revision. |
|
53 - revset: add successors, allsuccessors, precursors, all precursors and hidden |
|
54 - evolve: add `prune` alias to `kill`. |
|
55 |
|
56 0.2.0 -- 2012-06-20 |
|
57 |
|
58 - stabilize: improve choice of the next changeset to stabilize |
|
59 - stabilize: improve resolution of several corner case |
|
60 - rebase: handle removing empty changesets |
|
61 - rebase: handle --collapse |
|
62 - evolve: add `obsolete` alias to `kill` |
|
63 - evolve: add `evolve` alias to `stabilize` |
|
64 |
|
65 |