changeset 31286:f8df87018ae9

help: fix example of revs() fileset
author Yuya Nishihara <yuya@tcha.org>
date Thu, 09 Mar 2017 11:01:03 +0900
parents 1937671105bc
children 16539e32ebe0
files mercurial/help/filesets.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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::