help: fileset foo.lst was named files.lst

This commit is contained in:
Arne Babenhauserheide 2011-07-01 22:50:36 +02:00
parent cbe28b44a5
commit 81729d0d3f

View File

@ -58,7 +58,7 @@ Some sample queries:
hg revert "set:copied() and binary() and size('>1M')"
- Remove files listed in files.lst that contain the letter a or b::
- Remove files listed in foo.lst that contain the letter a or b::
hg remove "set: 'listfile:foo.lst' and (**a* or **b*)"