diff options
author | Russ Cox <rsc@swtch.com> | 2009-07-29 11:30:25 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2009-07-29 11:30:25 -0400 |
commit | 1d534ed6ceb13aa90fea2d0889bdb28ff946ac8d (patch) | |
tree | 2a0360b5590be3bfc5f2ca258b7b6e12c32349e2 /man/man1 | |
parent | d17b040302063f2b71e19aadd2184ace26636e2c (diff) | |
download | plan9port-1d534ed6ceb13aa90fea2d0889bdb28ff946ac8d.tar.gz plan9port-1d534ed6ceb13aa90fea2d0889bdb28ff946ac8d.tar.bz2 plan9port-1d534ed6ceb13aa90fea2d0889bdb28ff946ac8d.zip |
docs: document bitbucket servers, codereview(1)
http://codereview.appspot.com/98068
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/hg.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/man1/hg.1 b/man/man1/hg.1 index 7b59d923..c33f63ed 100644 --- a/man/man1/hg.1 +++ b/man/man1/hg.1 @@ -4,7 +4,7 @@ hg \- introduction to using plan9port Mercurial repository .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 repository .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. |