[Python-checkins] cpython (2.7): Changes for Wing Project file caused by mercurial transition. Plus ignoring

michael.foord python-checkins at python.org
Thu Mar 17 03:27:14 CET 2011


http://hg.python.org/cpython/rev/421c941c529f
changeset:   68638:421c941c529f
branch:      2.7
parent:      68630:d8eaeee1c063
user:        Michael Foord <michael at python.org>
date:        Wed Mar 16 22:28:08 2011 -0400
summary:
  Changes for Wing Project file caused by mercurial transition. Plus ignoring python.exe-gdb.py.

files:
  .hgignore
  Misc/python-wing4.wpr

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -36,6 +36,7 @@
 ^python-gdb.py
 
 syntax: glob
+python.exe-gdb.py
 libpython*.a
 *.swp
 *.o
@@ -48,6 +49,7 @@
 *~
 Lib/lib2to3/*.pickle
 Lib/test/data/*
+Misc/*.wpu
 PC/python_nt*.h
 PC/pythonnt_rc*.h
 PC/*.obj
diff --git a/Misc/python-wing4.wpr b/Misc/python-wing4.wpr
--- a/Misc/python-wing4.wpr
+++ b/Misc/python-wing4.wpr
@@ -5,7 +5,8 @@
 ##################################################################
 [project attributes]
 proj.directory-list = [{'dirloc': loc('..'),
-                        'excludes': [u'Lib/__pycache__',
+                        'excludes': [u'.hg',
+                                     u'Lib/__pycache__',
                                      u'Doc/build',
                                      u'build'],
                         'filter': '*',

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list