[Buildbot-commits] buildbot/buildbot/slave commands.py,1.76,1.77

Brian Warner warner at users.sourceforge.net
Tue Jan 23 19:24:13 UTC 2007


Update of /cvsroot/buildbot/buildbot/buildbot/slave
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9314/buildbot/slave

Modified Files:
	commands.py 
Log Message:
[project @ bump command_version to indicate bzr support]

Original author: warner at lothar.com
Date: 2007-01-23 19:23:31

Index: commands.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/commands.py,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- commands.py	23 Jan 2007 05:49:58 -0000	1.76
+++ commands.py	23 Jan 2007 19:24:11 -0000	1.77
@@ -15,7 +15,7 @@
 # this used to be a CVS $-style "Revision" auto-updated keyword, but since I
 # moved to Darcs as the primary repository, this is updated manually each
 # time this file is changed. The last cvs_ver that was here was 1.51 .
-command_version = "2.2"
+command_version = "2.3"
 
 # version history:
 #  >=1.17: commands are interruptable
@@ -34,6 +34,7 @@
 #          keepStdinOpen=) and no longer accepts stdin=)
 #          (release 0.7.4)
 #  >= 2.2: added monotone, uploadFile, and downloadFile (release 0.7.5)
+#  >= 2.3: added bzr
 
 class CommandInterrupted(Exception):
     pass





More information about the Commits mailing list