[Python-checkins] cpython (2.7): Backed out changeset: e7065fc4a6c2

steve.dower python-checkins at python.org
Tue Mar 8 16:09:58 EST 2016


https://hg.python.org/cpython/rev/bd4332658581
changeset:   100471:bd4332658581
branch:      2.7
user:        Steve Dower <steve.dower at microsoft.com>
date:        Tue Mar 08 13:09:32 2016 -0800
summary:
  Backed out changeset: e7065fc4a6c2

files:
  Tools/buildbot/build.bat |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Tools/buildbot/build.bat b/Tools/buildbot/build.bat
--- a/Tools/buildbot/build.bat
+++ b/Tools/buildbot/build.bat
@@ -8,7 +8,7 @@
 @rem a new version of an external library, especially Tcl/Tk):
 @rem 1) uncomment the following line:
 
-call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
+ at rem    call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
 
 @rem 2) commit and push
 @rem 3) wait for all Windows bots to start a build with that changeset

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


More information about the Python-checkins mailing list