doc/hg.1.txt
changeset 629 2fdf3b1659b9
parent 627 b6c42714d900
child 631 a287f6cd9c6b
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