help: fix example of revs() fileset
authorYuya Nishihara <yuya@tcha.org>
Thu, 09 Mar 2017 11:01:03 +0900
changeset 31286 f8df87018ae9
parent 31285 1937671105bc
child 31287 16539e32ebe0
help: fix example of revs() fileset
mercurial/help/filesets.txt
--- 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::