This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sandro.tosi
Recipients sandro.tosi
Date 2011-06-15.16:42:16
SpamBayes Score 1.3756471e-05
Marked as misclassified No
Message-id <1308156137.45.0.893152397766.issue12341@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-06-15 16:42:17sandro.tosisetrecipients: + sandro.tosi
2011-06-15 16:42:17sandro.tosisetmessageid: <1308156137.45.0.893152397766.issue12341@psf.upfronthosting.co.za>
2011-06-15 16:42:16sandro.tosilinkissue12341 messages
2011-06-15 16:42:16sandro.tosicreate