[Buildbot-commits] buildbot/docs changes.xhtml,1.1,1.2
Brian Warner
warner at users.sourceforge.net
Tue Nov 23 01:18:16 UTC 2004
Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16783/docs
Modified Files:
changes.xhtml
Log Message:
(FreshCVSSourceNewcred): fix typo. Closes SF#1042563.
Index: changes.xhtml
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/changes.xhtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- changes.xhtml 30 Aug 2004 01:34:35 -0000 1.1
+++ changes.xhtml 23 Nov 2004 01:18:13 -0000 1.2
@@ -35,7 +35,7 @@
<pre class="python">
s = FreshCVSSourceNewcred(host="host", port=4519,
user="alice", passwd="secret",
- prefix="Twisted"0
+ prefix="Twisted")
BuildmasterConfig['sources'] = [s]
</pre>
More information about the Commits
mailing list