Differences between revisions 10 and 11
Revision 10 as of 2008-03-25 15:40:19
Size: 157
Editor: abuehl
Comment: inline from attached file
Revision 11 as of 2008-03-25 16:06:51
Size: 590
Editor: abuehl
Comment: quote from hgbook about "**" pattern
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Quote from "7.4.1 Shell-style glob patterns" in [http://hgbook.red-bean.com/hgbookch7.html chapter 7] of the [http://hgbook.red-bean.com/hgbook.html 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.

The .hgrc file

See revision tagged 1.0 of [http://www.selenic.com/hg/?f=-1;style=raw;file=doc/hgrc.5.txt hgrc.5.txt] below.

Quote from "7.4.1 Shell-style glob patterns" in [http://hgbook.red-bean.com/hgbookch7.html chapter 7] of the [http://hgbook.red-bean.com/hgbook.html 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.

[inline:hgrc.5.txt]

.hgrc (last edited 2017-11-07 22:48:11 by YuyaNishihara)