Mercurial > public > mercurial-scm > hg
diff mercurial/help/filesets.txt @ 31286:f8df87018ae9
help: fix example of revs() fileset
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 09 Mar 2017 11:01:03 +0900 |
parents | 4140d49d2efb |
children | 73432eee0ac4 |
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::