mercurial/help/filesets.txt
changeset 31286 f8df87018ae9
parent 31193 4140d49d2efb
child 35741 73432eee0ac4
--- a/mercurial/help/filesets.txt	Fri Aug 05 14:24:53 2016 +0200
+++ b/mercurial/help/filesets.txt	Thu Mar 09 11:01:03 2017 +0900
@@ -71,7 +71,7 @@
 
 - Revert files that were added to the working directory::
 
-    hg revert "set:wdir(added())"
+    hg revert "set:revs('wdir()', added())"
 
 - Remove files listed in foo.lst that contain the letter a or b::