view .hgignore @ 2930:a01c5994015c beta

smarter calculation of showed associated changeset in file source view - before rhodecode showed TIP changeset when initially displaing file source as description of associated commit this can be misleading. Now smart calculate last commit of a file, and show specific commits when switching from history view
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 17 Oct 2012 20:46:54 +0200
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$