author | Martin Geisler <mg@lazybytes.net> |
Wed, 11 Nov 2009 21:29:35 +0100 | |
changeset 9834 | 655ac26ad63e |
parent 9833 | 5e936f248501 |
child 9835 | 6a07e74370d7 |
--- a/doc/hgignore.5.txt Wed Nov 11 21:16:20 2009 +0100 +++ b/doc/hgignore.5.txt Wed Nov 11 21:29:35 2009 +0100 @@ -33,7 +33,7 @@ root directory, or any prefix path of that path, is matched against any pattern in ``.hgignore``. -For example, say we have an an untracked file, ``file.c``, at +For example, say we have an untracked file, ``file.c``, at ``a/b/file.c`` inside our repository. Mercurial will ignore ``file.c`` if any pattern in ``.hgignore`` matches ``a/b/file.c``, ``a/b`` or ``a``.