commit 1d534ed6ceb13aa90fea2d0889bdb28ff946ac8d from: Russ Cox date: Wed Jul 29 15:30:25 2009 UTC docs: document bitbucket servers, codereview(1) http://codereview.appspot.com/98068 commit - d17b040302063f2b71e19aadd2184ace26636e2c commit + 1d534ed6ceb13aa90fea2d0889bdb28ff946ac8d blob - 5bbced6365744f133ee8227535e53111bf9a5353 blob + cd9084432b9d6ceb52664c67715d336665015714 --- INSTALL +++ INSTALL @@ -22,6 +22,10 @@ esac PLAN9=`pwd` export PLAN9 PATH=/bin:/usr/bin:$PLAN9/bin:$PATH export PATH +echo "+ Mailing list: http://groups.google.com/group/plan9port-dev" +echo "+ Issue tracker: http://code.swtch.com/plan9port/issues/" +echo "+ Submitting changes: http://swtch.com/go/codereview" +echo " " echo "* Resetting $PLAN9/config" rm -f config blob - 05ca277831adc4484a0ebd66d594a5e6370afb1a blob + 078d53a084d2f41659306ea80e3b73bda1ab9ae1 --- dist/main.html +++ dist/main.html @@ -38,7 +38,7 @@ Edit ./^$/,s/hg | - hgweb + hgweb | unix @@ -146,7 +146,9 @@ Edit ./^$/,s/
- Russ Cox (rsc@swtch.com) + mailing list (plan9port-dev on Google groups)
+ issue tracker (http://code.swtch.com/plan9port/issues/)
+ Russ Cox (rsc@swtch.com)
@@ -190,8 +192,6 @@ Edit ./^$/,s/Gary Capell's wily − an acme(1)-inspired editor
- - blob - 7b59d9230a4d9caf112da4780ddb3ab61c340897 blob + c33f63ed75d438a39b851de5fc80d42614e322e0 --- man/man1/hg.1 +++ man/man1/hg.1 @@ -4,7 +4,7 @@ hg \- introduction to using plan9port Mercurial reposi .SH SYNOPSIS .B hg .B clone -.B http://hg.pdos.csail.mit.edu/hg/plan9 +.B http://code.swtch.com/plan9port .B plan9 .PP .B hg @@ -28,7 +28,7 @@ hg \- introduction to using plan9port Mercurial reposi .B view .PP .B web -.B http://hg.pdos.csail.mit.edu/hg/plan9/ +.B http://code.swtch.com/plan9port .SH DESCRIPTION The master source tree for Plan 9 from User Space is maintained using the source control system Mercurial @@ -92,7 +92,7 @@ the local repository at the address starts an interactive history viewer. .PP The Mercurial tree can be inspected on the web at -.HR http://hg.pdos.csail.mit.edu/hg/plan9/ "" . +.HR http://code.swtch.com/plan9port/ "" . .SH FILES .TP .B \*9/.hg @@ -101,13 +101,14 @@ directory containing Mercurial local repository .B .hgignore list of files and wildcards to exclude from Mercurial operations .SH SEE ALSO +.IR codereview (1), .IR cvs (1) .PP Unix's \fIhg\fR(1), .HR http://www.selenic.com/mercurial/wiki/ .PP -.HR http://hg.pdos.csail.mit.edu/hg/plan9/ +.HR http://code.swtch.com/plan9port/ .SH BUGS The use of Mercurial for accessing Plan 9 from User Space should be considered experimental.