mercurial/helptext/patterns.txt
changeset 48523 823e906d879d
parent 43632 2e017696181f
child 50695 1c31b343e514
equal deleted inserted replaced
48520:791f5d5f7a96 48523:823e906d879d
     1 Mercurial accepts several notations for identifying one or more files
     1 Mercurial accepts several notations for identifying one or more files
     2 at a time.
     2 at a time.
     3 
     3 
     4 By default, Mercurial treats filenames as shell-style extended glob
     4 By default, Mercurial treats filenames verbatim without pattern
     5 patterns.
     5 matching, relative to the current working directory. Note that your
       
     6 system shell might perform pattern matching of its own before passing
       
     7 filenames into Mercurial.
     6 
     8 
     7 Alternate pattern notations must be specified explicitly.
     9 Alternate pattern notations must be specified explicitly.
     8 
    10 
     9 .. note::
    11 .. note::
    10 
    12