# HG changeset patch
# User rboggess@rboggess-virtual-machine
# Date 1348174131 14400
# Node ID b97c88a3ddc7353dc5fe7f60f8cfa4b36a118e10
# Parent  7098288b81d98f38f677363a81448e4070f4ab0e
docs: expand serve description and add reference links.

diff -r 7098288b81d9 -r b97c88a3ddc7 doc/source/explorer.txt
--- a/doc/source/explorer.txt	Mon Sep 10 12:25:17 2012 -0500
+++ b/doc/source/explorer.txt	Thu Sep 20 16:48:51 2012 -0400
@@ -3,6 +3,7 @@
 
 .. module:: explorer
 	:synopsis: Windows explorer integration
+.. _explorer-context-label:
 
 Context Menus
 -------------
diff -r 7098288b81d9 -r b97c88a3ddc7 doc/source/serve.txt
--- a/doc/source/serve.txt	Mon Sep 10 12:25:17 2012 -0500
+++ b/doc/source/serve.txt	Thu Sep 20 16:48:51 2012 -0400
@@ -1,6 +1,16 @@
 Serve
 =====
 
+Mercurial comes with an in-built, light-weight web server capable of serving 
+a single repository for single connection. Serve does not provide user 
+authentication, but does provide a convenient, ad-hoc method of synchronizing 
+a repository over a local network. For more complete information on publishing
+repositories, see the Mercurial wiki article on	
+`Publishing Repositories <http://mercurial.selenic.com/wiki/PublishingRepositories2>`_. 
+
+From TortoiseHg
+---------------
+
 .. module:: serve.dialog
 	:synopsis: Dialog used to start/stop the web server
 
@@ -9,7 +19,10 @@
 
 The serve tool is a wrapper for Mercurial's built-in web server. Once
 launched, a computer can connect to the http port and browse your
-repositories, perform clone, pull, or even push operations if enabled.
+repositories, perform clone, pull, or even push operations if enabled. The
+web server can be launched from either the Workbench 
+(:ref:`Repository Menu <workbench-repository-label>`
+) or the :ref:`Context Menu<explorer-context-label>`.
 
 Toolbar buttons:
 
diff -r 7098288b81d9 -r b97c88a3ddc7 doc/source/workbench.txt
--- a/doc/source/workbench.txt	Mon Sep 10 12:25:17 2012 -0500
+++ b/doc/source/workbench.txt	Thu Sep 20 16:48:51 2012 -0400
@@ -66,6 +66,7 @@
 			:alt: View menu
 			
 			View menu
+.. _workbench-repository-label:
 
 	:guilabel:`Repository`
 		Perform special actions on the active repository.
