[Buildbot-commits] buildbot/docs buildbot.texinfo,1.46,1.47

Brian Warner warner at users.sourceforge.net
Mon Apr 24 09:56:21 UTC 2006


Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1493/docs

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

docs: updated branch-name examples to be a bit more realistic

	* docs/buildbot.texinfo (Attributes of Changes): updated
	branch-name examples to be a bit more realistic, SF#1475240 by
	Stephen Davis.


Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- buildbot.texinfo	24 Apr 2006 09:49:24 -0000	1.46
+++ buildbot.texinfo	24 Apr 2006 09:56:19 -0000	1.47
@@ -1294,11 +1294,11 @@
 @item CVS
 branch='warner-newfeature', files=['src/foo.c']
 @item SVN
-branch='branches/trunk', files=['src/foo.c']
+branch='branches/warner-newfeature', files=['src/foo.c']
 @item Darcs
-branch='branches/trunk', files=['src/foo.c']
+branch='warner-newfeature', files=['src/foo.c']
 @item Mercurial
-branch='branches/trunk', files=['src/foo.c']
+branch='warner-newfeature', files=['src/foo.c']
 @item Arch/Bazaar
 branch='buildbot--usebranches--0', files=['buildbot/master.py']
 @end table





More information about the Commits mailing list