view .hgignore @ 2924:fcbcef60be02 beta

graph: fix counting of "heads" for graph, condense graph into more narrow lines instead of trying to increase its width (past certain width produces really bad html layout)
author Aras Pranckevicius <aras@unity3d.com>
date Mon, 15 Oct 2012 16:33:57 +0300
parents b5c57e2176dc
children 63e58ef80ef1 33d63f5cc48c
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
Paste*.egg

syntax: regexp
^rcextensions
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^rhodecode\.db$
^test\.db$
^RhodeCode\.egg-info$
^rc\.ini$
^fabfile.py
^\.rhodecode$