Mercurial > hg
view README @ 9091:79a886bcf461
ignore: separate pattern extraction from match compilation
hgignore files have slightly different syntax from match objects,
e.g. syntax: foo headers, regexp: forms, and re being relre. Put
conversion from hgignore syntax into match syntax into a standalone
function so that it is easier to validate hgignore hunks externally.
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Thu, 09 Jul 2009 15:14:42 -0700 |
parents | 1de6e7e1bb9f |
children | 6219401643d1 |
line wrap: on
line source
Basic install: $ make # see install targets $ make install # do a system-wide install $ hg debuginstall # sanity-check setup $ hg # see help See http://mercurial.selenic.com/ for detailed installation instructions, platform-specific notes, and Mercurial user information.