Mercurial > p > roundup > code
diff doc/developers.txt @ 2273:c77483d2cda4
merge from maint-0-7
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 10 May 2004 00:42:49 +0000 |
| parents | 7d8ab32fc829 |
| children | 078d3f6136ea |
line wrap: on
line diff
--- a/doc/developers.txt Thu May 06 03:18:03 2004 +0000 +++ b/doc/developers.txt Mon May 10 00:42:49 2004 +0000 @@ -2,7 +2,7 @@ Developing Roundup ================== -:Version: $Revision: 1.6 $ +:Version: $Revision: 1.7 $ Note: the intended audience of this document is the developers of the core Roundup code. If you just wish to alter some behaviour of your Roundup @@ -43,7 +43,7 @@ 1. to make a branch (eg. branching for code freeze/release):: - cvs co -d maint-0-5 -r release-0-5-0-pr1 + cvs co -d maint-0-5 -r release-0-5-0-pr1 roundup cd maint-0-5 cvs tag -b maint-0-5
