view .hgignore @ 1107:0f16e11b2c2b stable

layouts: fix crash when importing hgext_hgsubversion This change was introduced in 4a92eb1484ba and fixed importing issues for mercurial < 2.8. Unfortunately, this broke imports for newer versions of mercurial that have hgsubversion installed in sys.path. We now wrap the import in a try-block to catch this ImportError.
author Sean Farley <sean.michael.farley@gmail.com>
date Thu, 06 Feb 2014 14:30:05 -0600
parents e42a05915edf
children 60324fc7e4d7
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
.noseids
tests/fixtures/temp