[Checkins] SVN: zc.buildout/trunk/bootstrap/ Following today's zope-dev decision, remove some $Id markers

Hanno Schlichting hannosch at hannosch.eu
Tue Jul 6 15:04:41 EDT 2010


Log message for revision 114266:
  Following today's zope-dev decision, remove some $Id markers
  

Changed:
  U   zc.buildout/trunk/bootstrap/bootstrap.py
  U   zc.buildout/trunk/bootstrap/newbootstrap.py

-=-
Modified: zc.buildout/trunk/bootstrap/bootstrap.py
===================================================================
--- zc.buildout/trunk/bootstrap/bootstrap.py	2010-07-06 18:48:15 UTC (rev 114265)
+++ zc.buildout/trunk/bootstrap/bootstrap.py	2010-07-06 19:04:40 UTC (rev 114266)
@@ -16,8 +16,6 @@
 Simply run this script in a directory containing a buildout.cfg.
 The script accepts buildout command-line options, so you can
 use the -c option to specify an alternate configuration file.
-
-$Id: bootstrap.py 105417 2009-11-01 15:15:20Z tarek $
 """
 
 import os, shutil, sys, tempfile, urllib2

Modified: zc.buildout/trunk/bootstrap/newbootstrap.py
===================================================================
--- zc.buildout/trunk/bootstrap/newbootstrap.py	2010-07-06 18:48:15 UTC (rev 114265)
+++ zc.buildout/trunk/bootstrap/newbootstrap.py	2010-07-06 19:04:40 UTC (rev 114266)
@@ -16,8 +16,6 @@
 Simply run this script in a directory containing a buildout.cfg.
 The script accepts buildout command-line options, so you can
 use the -c option to specify an alternate configuration file.
-
-$Id$
 """
 
 import os, shutil, sys, tempfile, textwrap, urllib, urllib2



More information about the checkins mailing list