diff README @ 1296:23819e1d61fd stable

evolve: add -i flag to amend command The -i flag was missing because it is not a global flag of the commit command. We can't make it a global flag yet as it is used in many places where it would not be appropriate so we just add it for this occurrence. Also, we only want to add it when commit supports it (otherwise it wouldn't work with older versions of mercurial)
author Laurent Charignon <lcharignon@fb.com>
date Thu, 23 Apr 2015 17:45:46 -0700
parents 12d5c9eaa86d
children 1218ad94a351
line wrap: on
line diff
--- a/README	Wed Apr 29 10:20:04 2015 -0700
+++ b/README	Thu Apr 23 17:45:46 2015 -0700
@@ -54,6 +54,7 @@
 5.1.5 --
 
 - minor documentation cleanup
+- support -i option for `hg amend` if commit supports it (3.4)
 
 5.1.4 -- 2015-04-23