##// END OF EJS Templates
convert: get rid of ugly use of hasattr
convert: get rid of ugly use of hasattr

File last commit:

r2987:12d1475b default
r5018:c7623d2b default
Show More
.hgignore
28 lines | 298 B | text/plain | TextLexer
Bryan O'Sullivan
Switch to new syntax for .hgignore files....
r1270 syntax: glob
*.elc
*.orig
*.rej
*~
Vadim Gelfer
contrib: add restricted shell.
r2341 *.o
Bryan O'Sullivan
Switch to new syntax for .hgignore files....
r1270 *.so
*.pyc
*.swp
*.prof
Vadim Gelfer
let run-tests run optional code coverage tests....
r2068 tests/.coverage*
Thomas Arendsen Hein
Ignore annotated coverage output of run-tests.py -C
r2151 tests/annotated
Bryan O'Sullivan
Switch to new syntax for .hgignore files....
r1270 tests/*.err
build
Vadim Gelfer
contrib: add restricted shell.
r2341 contrib/hgsh/hgsh
Bryan O'Sullivan
Switch to new syntax for .hgignore files....
r1270 dist
doc/*.[0-9]
Thomas Arendsen Hein
Ignore generated documentation
r1817 doc/*.[0-9].gendoc.txt
Bryan O'Sullivan
Switch to new syntax for .hgignore files....
r1270 doc/*.[0-9].{x,ht}ml
MANIFEST
patches
mercurial/__version__.py
Lee Cantey
Ignore .DS_Store directories...
r2987 .DS_Store
Bryan O'Sullivan
Switch to new syntax for .hgignore files....
r1270
syntax: regexp
Thomas Arendsen Hein
Ignore test error files, protect dot in .pc/
r794 ^\.pc/
Marco Barisione
The line used to ignore the setup file for win32 is a regexp but it was after a "syntax: glob"
r2385 Output/Mercurial-[0-9.]*.exe