[Python-Dev] [Python-checkins] cpython: Added Doc/tools/ subdirs to .hgignore. (original) (raw)

Benjamin Peterson benjamin at python.org
Fri Mar 14 16:10:24 CET 2014


On Fri, Mar 14, 2014, at 07:20 AM, vinay.sajip wrote:

http://hg.python.org/cpython/rev/edb12dad7bf6 changeset: 89654:edb12dad7bf6 user: Vinay Sajip <vinaysajip at yahoo.co.uk> date: Fri Mar 14 14:20:09 2014 +0000 summary: Added Doc/tools/ subdirs to .hgignore.

files: .hgignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)

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?



More information about the Python-Dev mailing list