README
branchstable
changeset 425 1b2757c1bd91
parent 330 c2223b3f611a
child 478 13ccb68b728d
equal deleted inserted replaced
418:18a0d96ed559 425:1b2757c1bd91
    41 
    41 
    42 
    42 
    43 Changelog
    43 Changelog
    44 ==================
    44 ==================
    45 
    45 
    46 0.3.0 --
    46 0.7 -- 2012-08-06
    47 
    47 
    48 - obsolete: Add "latecomer" error detection (stabilize does not handle resolution yet)
    48 - hook: work around insanely huge value in obsolete pushkey call
       
    49 - pushkey: properly handle abort during obsolete markers push
       
    50 - amend: wrap the whole process in a single transaction.
       
    51 - evolve: tweak and add EOL to kill warning
       
    52 - obsolete: fix doc, rebase no longer aborts with --keep
       
    53 - obsolete/evolve: fix grammar in prerequisite messages
       
    54 - evolve: avoid duplication in graft wrapper
       
    55 - evolve: graft --continue is optional, test
       
    56 
       
    57 0.6 -- 2012-07-31
       
    58 
       
    59 - obsolete: change warning output to match mercurial core on
       
    60 - qsync: ignore unexistent nodes
       
    61 - make compat server both compatible with "dump" and "dump%i" version
       
    62 
       
    63 0.5 -- 2012-07-16
       
    64 
       
    65 - obsolete: Detect conflicting changeset!
       
    66 - obsolete: adapt to core: marker are written in transaction now
       
    67 - evolve: add the solve alias to obsolete
       
    68 - doc: big update of terms and summary of the concept
       
    69 - evolve: switch the official name for "kill" to prune
       
    70 
       
    71 
       
    72 0.4.1 -- 2012-07-10
       
    73 
       
    74 - [convert] properly exclude null successors from convertion
       
    75 - Ignore buggy marker in newerversion
       
    76 
       
    77 
       
    78 0.4.0 -- 2012-07-06
       
    79 
       
    80 - obsolete: public changeset are no longer latecomer.
       
    81 - obsolete: move to official binary format
       
    82 - adapt for new mercurial
       
    83 - obsolete: we are not compatible with 2.1 any more
       
    84 
       
    85 0.3.0 -- 2012-06-27
       
    86 
       
    87 - 
       
    88 - obsolete:  Add "latecomer" error detection (stabilize does not handle resolution yet)
    49 - evolve:    Introduce a new `uncommit` command to remove change from a changeset
    89 - evolve:    Introduce a new `uncommit` command to remove change from a changeset
    50 - rebase:    allow the use of --keep again
    90 - rebase:    allow the use of --keep again
    51 - commit:    --amend option create obsolete marker (but still strip)
    91 - commit:    --amend option create obsolete marker (but still strip)
    52 - obsolete:  fewer marker are created when collapsing revision.
    92 - obsolete:  fewer marker are created when collapsing revision.
    53 - revset:    add, successors(), allsuccessors(), precursors(), allprecursors(),
    93 - revset:    add, successors(), allsuccessors(), precursors(), allprecursors(),