diff CHANGELOG @ 3599:5a796d753427

evolve: kill `--obsolete` and `--old-obsolete` flags for graft Evolve extension used to add the couple of flags to `hg graft` command for reasons I don't know but they were deprecated. For the functionality of `hg graft --old-obsolete`, we have `hg grab` now which can do that. One more reason to kill this is that we have logic to parse the graftstate, whereas in core, we are going to change how state files are read and write. Tweaked the tests a bit to use `hg grab` instead of these flags to make rest of the test output consistent. Replaced an entry of `hg graft -O` in doc by `hg grab`.
author Pulkit Goyal <7895pulkit@gmail.com>
date Thu, 15 Mar 2018 00:09:24 +0530
parents dd0d2e90e653
children ca9fd36b4528
line wrap: on
line diff
--- a/CHANGELOG	Thu Mar 22 00:56:48 2018 +0100
+++ b/CHANGELOG	Thu Mar 15 00:09:24 2018 +0530
@@ -5,6 +5,7 @@
 -------------------
 
   * drop support for Mercurial 4.1
+  * `--obsolete` and `--old-obsolete` flags for `hg graft` are dropped
 
 7.3.0 -- 2018-03-21
 ---------------------