help: fileset foo.lst was named files.lst stable
authorArne Babenhauserheide <bab@draketo.de>
Fri, 01 Jul 2011 22:50:36 +0200
branchstable
changeset 14829 968c301a1005
parent 14827 24ecdbe7c5c8
child 14830 35f5cfdd0427
help: fileset foo.lst was named files.lst
mercurial/help/filesets.txt
--- a/mercurial/help/filesets.txt	Fri Jul 01 13:54:27 2011 -0500
+++ b/mercurial/help/filesets.txt	Fri Jul 01 22:50:36 2011 +0200
@@ -58,7 +58,7 @@
 
     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*)"