comparison README @ 328:c046b083a5e0 stable 0.3.0

README: minor changelog update
author Pierre-Yves David <pierre-yves.david@logilab.fr>
date Wed, 27 Jun 2012 15:14:17 +0200
parents 43a686709ded
children c2223b3f611a
comparison
equal deleted inserted replaced
327:c017ad874dfc 328:c046b083a5e0
44 ================== 44 ==================
45 45
46 0.3.0 -- 46 0.3.0 --
47 47
48 - obsolete: Add "latecomer" error detection (stabilize does not handle resolution yet) 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 49 - evolve: Introduce a new `uncommit` command to remove change from a changeset
50 - rebase: allow the use of --keep again 50 - rebase: allow the use of --keep again
51 - commit: --amend option create obsolete marker (but still strip) 51 - commit: --amend option create obsolete marker (but still strip)
52 - obsolete: fewer marker are created when collapsing revision. 52 - obsolete: fewer marker are created when collapsing revision.
53 - revset: add successors, allsuccessors, precursors, all precursors and hidden 53 - revset: add successors, allsuccessors, precursors, all precursors and hidden
54 - evolve: add `prune` alias to `kill`. 54 - evolve: add `prune` alias to `kill`.
55 - stabilize: clearly state that stabilize does nto handle conflict
55 56
56 0.2.0 -- 2012-06-20 57 0.2.0 -- 2012-06-20
57 58
58 - stabilize: improve choice of the next changeset to stabilize 59 - stabilize: improve choice of the next changeset to stabilize
59 - stabilize: improve resolution of several corner case 60 - stabilize: improve resolution of several corner case