[Python-Dev] [Python-checkins] cpython: Added Doc/tools/ subdirs to .hgignore.
Zachary Ware
zachary.ware+pydev at gmail.com
Fri Mar 14 16:52:28 CET 2014
More information about the Python-Dev mailing list
Fri Mar 14 16:52:28 CET 2014
- Previous message: [Python-Dev] [Python-checkins] cpython: Added Doc/tools/ subdirs to .hgignore.
- Next message: [Python-Dev] [Python-checkins] cpython: Added Doc/tools/ subdirs to .hgignore.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Mar 14, 2014 at 10:10 AM, Benjamin Peterson <benjamin at python.org> wrote: > On Fri, Mar 14, 2014, at 07:20 AM, vinay.sajip wrote: >> diff --git a/.hgignore b/.hgignore >> --- a/.hgignore >> +++ b/.hgignore >> @@ -24,6 +24,11 @@ >> reflog.txt$ >> tags$ >> Lib/plat-mac/errors.rsrc.df.rsrc >> +Doc/tools/sphinx/ >> +Doc/tools/docutils/ >> +Doc/tools/jinja/ >> +Doc/tools/jinja2/ >> +Doc/tools/pygments/ > > Why are you readding these when they were apparently purposely removed > in eef7899ea7ab? It is rather ugly to build the docs in a 3.3 checkout, then update to default and run 'hg status' without those entries in .hgignore. I can understand not wanting to be bombarded by all of the untracked files, but it's also pretty easy to enable the purge extension and do "hg purge Doc/tools". -- Zach
- Previous message: [Python-Dev] [Python-checkins] cpython: Added Doc/tools/ subdirs to .hgignore.
- Next message: [Python-Dev] [Python-checkins] cpython: Added Doc/tools/ subdirs to .hgignore.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list