[Buildbot-commits] buildbot ChangeLog,1.610,1.611
Brian Warner
warner at users.sourceforge.net
Fri May 19 06:20:03 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27413
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-535
Creator: Brian Warner <warner at lothar.com>
use 'hg add' instead of deprecated 'hg addremove'
* buildbot/test/test_vc.py (MercurialSupport.vc_create): 'hg
addremove' has been deprecated in recent versions of mercurial, so
use 'hg add' instead
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.610
retrieving revision 1.611
diff -u -d -r1.610 -r1.611
--- ChangeLog 7 May 2006 18:36:41 -0000 1.610
+++ ChangeLog 19 May 2006 06:20:00 -0000 1.611
@@ -1,3 +1,9 @@
+2006-05-18 Brian Warner <warner at lothar.com>
+
+ * buildbot/test/test_vc.py (MercurialSupport.vc_create): 'hg
+ addremove' has been deprecated in recent versions of mercurial, so
+ use 'hg add' instead
+
2006-05-07 Brian Warner <warner at lothar.com>
* buildbot/scheduler.py (Try_Jobdir.messageReceived): when
More information about the Commits
mailing list