mercurial/__init__.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Tue, 20 Mar 2007 22:09:55 -0300
changeset 4255 ef1f1a4b2efb
parent 0 9117c6561b0b
permissions -rw-r--r--
glob:<directory> patterns match the files in that directory. This makes the behaviour of glob: patterns more consistent: hg status glob:dir and hg status -I glob:dir will match the same files. It's also consistent with the fact that {rel,}path patterns recursively match the contents of a directory.