# HG changeset patch # User Yuya Nishihara # Date 2017-03-09 02:01:03 # Node ID f8df87018ae9039de19eaadc2ea10017a9311276 # Parent 1937671105bc213f540e6dd862bbabb14b6fdd0b help: fix example of revs() fileset diff --git a/mercurial/help/filesets.txt b/mercurial/help/filesets.txt --- a/mercurial/help/filesets.txt +++ b/mercurial/help/filesets.txt @@ -71,7 +71,7 @@ Some sample queries: - 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::