view .hgignore @ 3553:72c8917108ee beta

journal: don't show "error" popup when navigating away from page while lazy info is loading The "error" box would pop up in the Journal view when quickly pointing and clicking a link while the info was loading. This fix might prevent showing valid error messages in some browsers.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 19 Mar 2013 22:50:28 +0100
parents 33d63f5cc48c
children a5f0bc867edc bd39c1f70e35
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$