##// END OF EJS Templates
help: fix example of revs() fileset
Yuya Nishihara -
r31286:f8df8701 default
parent child Browse files
Show More
@@ -71,7 +71,7 b' Some sample queries:'
71 71
72 72 - Revert files that were added to the working directory::
73 73
74 hg revert "set:wdir(added())"
74 hg revert "set:revs('wdir()', added())"
75 75
76 76 - Remove files listed in foo.lst that contain the letter a or b::
77 77
General Comments 0
You need to be logged in to leave comments. Login now