diff README @ 1478:9603aa1ecdfd

evolve: add a command to split commits Before this patch, to split commit one had to use prune. This patch adds a new command called split that prompts the user interactively to split a given changeset with record/crecord.
author Laurent Charignon <lcharignon@fb.com>
date Thu, 18 Jun 2015 16:48:53 -0700
parents c79bdc856350
children aca2495425a6
line wrap: on
line diff
--- a/README	Mon Aug 03 11:29:27 2015 -0700
+++ b/README	Thu Jun 18 16:48:53 2015 -0700
@@ -51,6 +51,10 @@
 Changelog
 =========
 
+5.2.0 --
+
+- split: add a new command to split changesets
+
 5.2.0 -- 2015-06-25
 
 - evolve: gain a --rev option to control what revisions to evolve (issue4391)