diff README @ 2768:85e5a56db776

fold: add support for the -D and -U options
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 23 Jul 2017 07:32:54 +0200
parents 4b5caa509df8
children b96349ae3e2a
line wrap: on
line diff
--- a/README	Sun Jul 23 16:39:21 2017 +0200
+++ b/README	Sun Jul 23 07:32:54 2017 +0200
@@ -126,6 +126,8 @@
 
   - amend: add a --extract flag to move change back to the working copy
     (same as uncommit, but accessible through the amend commit)
+  - uncommit: add support for --current-date and --current-user option
+  - fold: 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,