Mercurial > hg
changeset 6487:9e3bddb5fae2
hg.1: bogus escaping of .hg* not needed anymore
Revert ba40e267762b, 1c1ef561d541 workarounds.
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Sun, 06 Apr 2008 13:13:31 +0200 |
parents | 960bc707ea10 |
children | 119dff2cd592 |
files | doc/hg.1.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/hg.1.txt Mon Apr 07 09:02:04 2008 +0200 +++ b/doc/hg.1.txt Sun Apr 06 13:13:31 2008 +0200 @@ -91,11 +91,11 @@ FILES ----- - repo/.hgignore:: + .hgignore:: This file contains regular expressions (one per line) that describe file names that should be ignored by hg. For details, see hgignore(5). - repo/.hgtags:: + .hgtags:: This file contains changeset hash values and text tag names (one of each separated by spaces) that correspond to tagged versions of the repository contents.