# HG changeset patch # User Pierre-Yves David # Date 1414015297 25200 # Node ID e9900a4af99687861a08d5a57d25ce8b20b366bb # Parent db16c4ad15d0118a74e0fa39e82dc2b8b1f275e6 README: update for 5.0 release diff -r db16c4ad15d0 -r e9900a4af996 README --- a/README Wed Oct 22 14:58:06 2014 -0700 +++ b/README Wed Oct 22 15:01:37 2014 -0700 @@ -57,12 +57,9 @@ Changelog ========= -5.0.0 -- +5.0.0 -- 2014-10-22 - drop compat with Mercurial pre 3.2 - -4.2.0 -- - - uncommit: add a --rev argument - evolve: add a `working directory now at xxxxxxxxxx` message - evolve: automatically translate obsolete hashes when evolving @@ -70,6 +67,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