[New-bugs-announce] [issue12341] Some additions to .hgignore

Sandro Tosi report at bugs.python.org
Wed Jun 15 18:42:17 CEST 2011


New submission from Sandro Tosi <sandro.tosi at gmail.com>:

following http://docs.python.org/devguide/coverage.html doc you'll end
up with several "new" files/dirs in your checkout:

- .coverage, used by coveragepy to save its info
- coverage/ , the symlink to coveragepy/coverage
- htmlcov/ , the dir where the coverage HTML pages are written

I think they should be added to .hgignore so that hg st won't show them, and the attached patch just does it. It's meant for 'default' but should there be no problem to backport it to previous branches.

----------
assignee: sandro.tosi
components: None
files: hgignore_additions-default.patch
keywords: patch
messages: 138386
nosy: sandro.tosi
priority: low
severity: normal
stage: patch review
status: open
title: Some additions to .hgignore
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file22371/hgignore_additions-default.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12341>
_______________________________________


More information about the New-bugs-announce mailing list