This page is an incomplete stub. Please help improve this page by expanding it, following our wiki style guidelines. |
This page is proposed for deletion. See our wiki cleanup plan for more information. |
The .hgrc file
See https://www.mercurial-scm.org/doc/hgrc.5.html
Quote from "7.4.1 Shell-style glob patterns" in chapter 7 of the hgbook:
- The “⋆” character matches any string, within a single directory.
- The “⋆⋆” pattern matches any string, and crosses directory boundaries. It’s not a standard Unix glob token, but it’s accepted by several popular Unix shells, and is very useful.