# HG changeset patch # User Arne Babenhauserheide # Date 2011-07-01 20:50:36 # Node ID 968c301a1005fc78ae2e0f4e46d5a6f150da3477 # Parent 24ecdbe7c5c80fe24786a71c33e3706ed747ee88 help: fileset foo.lst was named files.lst diff --git a/mercurial/help/filesets.txt b/mercurial/help/filesets.txt --- a/mercurial/help/filesets.txt +++ b/mercurial/help/filesets.txt @@ -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*)"