Issue 12341: Some additions to .hgignore (original) (raw)

Issue12341

Created on 2011-06-15 16:42 by sandro.tosi, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
hgignore_additions-default.patch sandro.tosi,2011-06-15 16:42 review
hgignore_additions-default-v2.patch sandro.tosi,2011-06-16 15:58 review
Messages (8)
msg138386 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2011-06-15 16:42
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.
msg138435 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-06-16 14:02
See also #12255.
msg138456 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2011-06-16 15:58
Awesome, in a 3 line patch I managed to add an error... nice :)
msg139034 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-06-25 09:38
New changeset eaaa073a9a42 by Ezio Melotti in branch '3.2': #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi. http://hg.python.org/cpython/rev/eaaa073a9a42
msg139087 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-06-25 15:29
Please backport.
msg139088 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-06-25 15:38
New changeset ef306bd1d122 by Ezio Melotti in branch 'default': #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi. http://hg.python.org/cpython/rev/ef306bd1d122
msg139089 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2011-06-25 15:39
Fixed during the EuroPython sprint, thanks for the patch!
msg139105 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-06-25 17:31
New changeset ee9eb4e05180 by Ezio Melotti in branch '2.7': #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi. http://hg.python.org/cpython/rev/ee9eb4e05180
History
Date User Action Args
2022-04-11 14:57:18 admin set github: 56550
2011-06-25 17:31:11 python-dev set messages: +
2011-06-25 15:39:59 ezio.melotti set status: open -> closednosy: + ezio.melottimessages: + resolution: fixedstage: patch review -> resolved
2011-06-25 15:38:59 python-dev set messages: +
2011-06-25 15:29:32 eric.araujo set messages: + versions: + Python 2.7, Python 3.2
2011-06-25 09:38:31 python-dev set nosy: + python-devmessages: +
2011-06-16 17:33:39 brett.cannon set nosy: + brett.cannon
2011-06-16 15:58:39 sandro.tosi set files: + hgignore_additions-default-v2.patchmessages: +
2011-06-16 14:02:47 eric.araujo set nosy: + eric.araujomessages: +
2011-06-15 16:44:48 michael.foord set nosy: + michael.foord
2011-06-15 16:42:16 sandro.tosi create