##// END OF EJS Templates
help: properly document the default pattern...
Jordi Gutiérrez Hermoso -
r49352:823e906d default
parent child Browse files
Show More
@@ -1,8 +1,10 b''
1 1 Mercurial accepts several notations for identifying one or more files
2 2 at a time.
3 3
4 By default, Mercurial treats filenames as shell-style extended glob
5 patterns.
4 By default, Mercurial treats filenames verbatim without pattern
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 9 Alternate pattern notations must be specified explicitly.
8 10
General Comments 0
You need to be logged in to leave comments. Login now