[Buildbot-commits] buildbot ChangeLog,1.611,1.612

Brian Warner warner at users.sourceforge.net
Fri May 19 06:28:12 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-537
Creator:  Brian Warner <warner at lothar.com>

test_vc.py: refactor repository-setup stuff out into helper classes

	* buildbot/test/test_vc.py (VCS_Helper): factor out all the
	setup-repository and do-we-have-the-vc-tools code into a separate
	"helper" class, which sticks around in a single module-level
	object. This seems more likely to continue to work in the future
	than having it hide in the TestCase and hope that TestCases stick
	around for a long time.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.611
retrieving revision 1.612
diff -u -d -r1.611 -r1.612
--- ChangeLog	19 May 2006 06:20:00 -0000	1.611
+++ ChangeLog	19 May 2006 06:28:10 -0000	1.612
@@ -1,5 +1,12 @@
 2006-05-18  Brian Warner  <warner at lothar.com>
 
+	* buildbot/test/test_vc.py (VCS_Helper): factor out all the
+	setup-repository and do-we-have-the-vc-tools code into a separate
+	"helper" class, which sticks around in a single module-level
+	object. This seems more likely to continue to work in the future
+	than having it hide in the TestCase and hope that TestCases stick
+	around for a long time.
+
 	* buildbot/test/test_vc.py (MercurialSupport.vc_create): 'hg
 	addremove' has been deprecated in recent versions of mercurial, so
 	use 'hg add' instead





More information about the Commits mailing list