# HG changeset patch # User Yuya Nishihara # Date 1489024863 -32400 # Node ID f8df87018ae9039de19eaadc2ea10017a9311276 # Parent 1937671105bc213f540e6dd862bbabb14b6fdd0b help: fix example of revs() fileset diff -r 1937671105bc -r f8df87018ae9 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::