comparison doc/hg.1.txt @ 629:2fdf3b1659b9

Clarify man page entry for locate a little. # HG changeset patch # User Bryan O'Sullivan <bos@serpentine.com> # Node ID 13b74665cbdf735a91f231956d0fe73e446340ea # Parent fb74eaa2b5b763ad5591b2e51dbb377bf8342064 Clarify man page entry for locate a little.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 05 Jul 2005 18:22:22 -0800
parents b6c42714d900
children a287f6cd9c6b
comparison
equal deleted inserted replaced
628:8d7f6e68828a 629:2fdf3b1659b9
182 182
183 init:: 183 init::
184 Initialize a new repository in the current directory. 184 Initialize a new repository in the current directory.
185 185
186 locate [options] [patterns]:: 186 locate [options] [patterns]::
187 Print all files under Mercurial control whose names or paths match 187 Print all files under Mercurial control whose basenames match the
188 the given patterns. 188 given patterns.
189 189
190 Patterns are shell-style globs. To restrict searches to specific 190 Patterns are shell-style globs. To restrict searches to specific
191 directories, use the "-i <pat>" option. To eliminate particular 191 directories, use the "-i <pat>" option. To eliminate particular
192 directories from searching, use the "-x <pat>" option. 192 directories from searching, use the "-x <pat>" option.
193 193