README
changeset 1136 e9900a4af996
parent 1107 1c227ecb744d
child 1140 b7d85cd8ec7b
equal deleted inserted replaced
1135:db16c4ad15d0 1136:e9900a4af996
    55 
    55 
    56 
    56 
    57 Changelog
    57 Changelog
    58 =========
    58 =========
    59 
    59 
    60 5.0.0 --
    60 5.0.0 -- 2014-10-22
    61 
    61 
    62 - drop compat with Mercurial pre 3.2
    62 - drop compat with Mercurial pre 3.2
    63 
       
    64 4.2.0 --
       
    65 
       
    66 - uncommit: add a --rev argument
    63 - uncommit: add a --rev argument
    67 - evolve: add a `working directory now at xxxxxxxxxx` message
    64 - evolve: add a `working directory now at xxxxxxxxxx` message
    68 - evolve: automatically translate obsolete hashes when evolving
    65 - evolve: automatically translate obsolete hashes when evolving
    69 - properly skip marker creating if patch apply cleanly
    66 - properly skip marker creating if patch apply cleanly
    70 - prune: work around a massive slowdown from lazy revset
    67 - prune: work around a massive slowdown from lazy revset
    71 - grab: "fix" the grab alias on window
    68 - grab: "fix" the grab alias on window
       
    69 
       
    70 - fix an issue where prune performance were quadratic with the number of
       
    71   changesets pruned.
       
    72 - pull: use discovery to pull less obsmarkers through bundle2
       
    73 
    72 
    74 
    73 4.1.0 -- 2014-08-08
    75 4.1.0 -- 2014-08-08
    74 
    76 
    75 - amend: add -D/--current-date option
    77 - amend: add -D/--current-date option
    76 - amend: add -U/--current-user option
    78 - amend: add -U/--current-user option