diff -r cc19b6400dae -r 3de3d85069fd README --- a/README Tue Sep 30 10:27:54 2014 -0500 +++ b/README Sun Nov 02 15:06:00 2014 +0000 @@ -57,8 +57,14 @@ Changelog ========= -4.2.0 -- +5.0.1 -- +- amend: fix --logfile argument +- evolve: preserve branch change when evolving + +5.0.0 -- 2014-10-22 + +- drop compat with Mercurial pre 3.2 - uncommit: add a --rev argument - evolve: add a `working directory now at xxxxxxxxxx` message - evolve: automatically translate obsolete hashes when evolving @@ -66,6 +72,11 @@ - prune: work around a massive slowdown from lazy revset - grab: "fix" the grab alias on window +- fix an issue where prune performance were quadratic with the number of + changesets pruned. +- pull: use discovery to pull less obsmarkers through bundle2 + + 4.1.0 -- 2014-08-08 - amend: add -D/--current-date option