README
branchstable
changeset 330 c2223b3f611a
parent 328 c046b083a5e0
child 425 1b2757c1bd91
equal deleted inserted replaced
329:786fdc90c8d2 330:c2223b3f611a
    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(), allprecursors(),
       
    54              latecomer() and hidden()
    54 - evolve:    add `prune` alias to `kill`.
    55 - evolve:    add `prune` alias to `kill`.
    55 - stabilize: clearly state that stabilize does nto handle conflict
    56 - stabilize: clearly state that stabilize does nto handle conflict
       
    57 - template:  add an {obsolete} keyword
    56 
    58 
    57 0.2.0 -- 2012-06-20
    59 0.2.0 -- 2012-06-20
    58 
    60 
    59 - stabilize: improve choice of the next changeset to stabilize
    61 - stabilize: improve choice of the next changeset to stabilize
    60 - stabilize: improve resolution of several corner case
    62 - stabilize: improve resolution of several corner case