tdocs: document bitbucket servers, codereview(1) - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1d534ed6ceb13aa90fea2d0889bdb28ff946ac8d
 (DIR) parent d17b040302063f2b71e19aadd2184ace26636e2c
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Wed, 29 Jul 2009 11:30:25 -0400
       
       docs: document bitbucket servers, codereview(1)
       
       http://codereview.appspot.com/98068
       
       Diffstat:
         M INSTALL                             |       4 ++++
         M dist/main.html                      |       8 ++++----
         M man/man1/hg.1                       |       9 +++++----
       
       3 files changed, 13 insertions(+), 8 deletions(-)
       ---
 (DIR) diff --git a/INSTALL b/INSTALL
       t@@ -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
        
 (DIR) diff --git a/dist/main.html b/dist/main.html
       t@@ -38,7 +38,7 @@ Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g
              |
              <a href="man/man1/hg.html">hg</a>
              |
       -      <a href="http://hg.pdos.csail.mit.edu/hg/plan9">hgweb</a>
       +      <a href="http://code.swtch.com/plan9port">hgweb</a>
              |
              <a href="unix/">unix</a>
            </center>
       t@@ -146,7 +146,9 @@ Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g
            <table border=0 cellspacing=0 cellpadding=0 width=100%>
              <tr height=10><td width=20><td>
              <tr><td><td>
       -        Russ Cox <font size=-1>(<a href="mailto:rsc@swtch.com">rsc@swtch.com</a>)
       +        mailing list <font size=-1>(<a href="http://groups.google.com/group/plan9port-dev">plan9port-dev on Google groups</a>)</font><br />
       +        issue tracker <font size=-1>(<a href="http://code.swtch.com/plan9port/issues/">http://code.swtch.com/plan9port/issues/</a>)</font><br />
       +        Russ Cox <font size=-1>(<a href="mailto:rsc@swtch.com">rsc@swtch.com</a>)</font><br />
            </table>
        
            <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table>
       t@@ -190,8 +192,6 @@ Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g
                <br>
                <a href="http://www.cs.yorku.ca/~oz/wily/">Gary Capell's wily</a> &#8722; an <a href="man/man1/acme.html"><i>acme</i>(1)</a>-inspired editor
            </table>
       -
       -
          <tr height=10><td>
        </table>
        
 (DIR) diff --git a/man/man1/hg.1 b/man/man1/hg.1
       t@@ -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
       t@@ -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
       t@@ -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
       t@@ -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.