README
branchstable
changeset 3183 884a3b8aadd6
parent 2791 cf09d608ff0c
child 2804 bae174e0e0ac
--- a/README	Sun Jul 09 15:01:32 2017 +0300
+++ b/README	Tue Jul 25 02:29:28 2017 +0200
@@ -121,6 +121,24 @@
 Changelog
 =========
 
+6.6.0 - in progress
+-------------------
+
+  - amend: add a --extract flag to move change back to the working copy
+    (same as uncommit, but accessible through the amend commit)
+  - split: now properly refuse to split public changeset
+  - commands: unify and improve the pre-rewrite validation and error message
+  - uncommit: add support for --current-date and --current-user option
+  - fold: add support for --current-date and --current-user option
+  - metaedit: add support for --current-date and --current-user option
+  - split add support for --current-date and --current-user option
+
+  - topic: add --age option to sort topic by the most recently touched,
+  - topic: add a 't0' to access the root of a topic while keeping it active,
+  - topic: allow 'hg prev' to me move to 't0',
+  - topic: add a config option to enforce topic on new commit
+    (experimental.enforce-topic)
+
 6.5.0 -- 2017-07-02
 -------------------