comparison mercurial/help/filesets.txt @ 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 6ab8b17adc03
children 8b611944eb84
comparison
equal deleted inserted replaced
14827:24ecdbe7c5c8 14829:968c301a1005
56 56
57 - Revert copies of large binary files:: 57 - Revert copies of large binary files::
58 58
59 hg revert "set:copied() and binary() and size('>1M')" 59 hg revert "set:copied() and binary() and size('>1M')"
60 60
61 - Remove files listed in files.lst that contain the letter a or b:: 61 - Remove files listed in foo.lst that contain the letter a or b::
62 62
63 hg remove "set: 'listfile:foo.lst' and (**a* or **b*)" 63 hg remove "set: 'listfile:foo.lst' and (**a* or **b*)"
64 64
65 See also :hg:`help patterns`. 65 See also :hg:`help patterns`.