# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 1517250749 -19800 # Node ID af2602c354d8a125fffa2f3acd449726fdadfc3d # Parent a7cac3fcc49ddc547a85ff7d8fb25d7a94961b85 evolve: add entry in CHANGELOG about fixed behavior of `hg evolve --continue` diff -r a7cac3fcc49d -r af2602c354d8 CHANGELOG --- a/CHANGELOG Tue Jan 30 00:00:45 2018 +0530 +++ b/CHANGELOG Tue Jan 30 00:02:29 2018 +0530 @@ -7,6 +7,7 @@ * grab: new command to grab a changeset, put in on wdir parent and update to it * resolve: shows how to continue evolve after resolving all conflicts + * evolve: `--continue` flag now continue evolving all the remaining revisions 7.2.2 -- (in-progress) ----------------------