[PATCH] help: FIX: fileset foo.lst was named files.lst

arne_bab at web.de arne_bab at web.de
Fri Jul 1 15:56:16 CDT 2011


# HG changeset patch
# User Arne Babenhauserheide <bab at draketo.de>
# Date 1309553436 -7200
# Branch stable
# Node ID b8b10dcc231892d4b712a43d056ff4c0f83db456
# Parent  24ecdbe7c5c80fe24786a71c33e3706ed747ee88
help: FIX: 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*)"
 


More information about the Mercurial-devel mailing list