view .hgignore @ 861:6fc7f74f0cf6

stupid: force non-incremental mode for unrelated branches creation Apparently, svn < 1.7 was already taking this path since it could not diff unrelated branches. svn >= 1.7 learnt to do that but supporting it in the regular stupid mode needs some work. Be lazy for now.
author Patrick Mezard <patrick@mezard.eu>
date Thu, 19 Apr 2012 15:08:07 +0200
parents d4b3b8370b3c
children fd9397c863d4
line wrap: on
line source

syntax:glob
build
*.pyc
*.pyo
.DS_Store
*.swp
*~
.coverage
cover
*.py,cover
MANIFEST
dist
*.egg-info
hgsubversion/__version__.py
nbproject
.project
.pydevproject
.settings
*.orig