view .hgignore @ 3692:5f9f4ece4b52 beta

added __eq__ operation on vcs Repository objects - eq compare if objects are same class and have the same path - fixes some issues introduced after @LazyProperty was removed from scm_instance
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 05 Apr 2013 19:42:07 +0200
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$