changeset 14829:968c301a1005 stable

help: fileset foo.lst was named files.lst
author Arne Babenhauserheide <bab@draketo.de>
date Fri, 01 Jul 2011 22:50:36 +0200
parents 24ecdbe7c5c8
children 35f5cfdd0427
files mercurial/help/filesets.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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*)"