diff README @ 1058:00bc31523074

uncommit: add a --rev argument The uncommit command now taks a --rev argument. This lets restore the file content in the current commit to another revision (instead of just is parent content). This still does not touch the working directory content.\ This allow the longly awaited: hg uncommit --hidden --rev 'precursors(.)'
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 15 Aug 2014 00:46:23 -0700
parents bfa9d535f436
children d1baf69b935c
line wrap: on
line diff
--- a/README	Thu Aug 14 15:26:55 2014 -0700
+++ b/README	Fri Aug 15 00:46:23 2014 -0700
@@ -57,6 +57,10 @@
 Changelog
 =========
 
+4.2.0 --
+
+- uncommit: add a --rev argument
+
 4.1.0 -- 2014-08-08
 
 - amend: add -D/--current-date option