hgbook
diff en/tour.tex @ 93:97638d862ef3
Network bits.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu Oct 12 16:27:00 2006 -0700 (2006-10-12) |
parents | 72d207927dc4 |
children | 0b97b0bdc830 |
line diff
1.1 --- a/en/tour.tex Thu Oct 12 16:15:16 2006 -0700 1.2 +++ b/en/tour.tex Thu Oct 12 16:27:00 2006 -0700 1.3 @@ -500,6 +500,18 @@ 1.4 repository already has those changes? Nothing too exciting. 1.5 \interaction{tour.push.nothing} 1.6 1.7 +\subsection{Sharing changes over a network} 1.8 + 1.9 +The commands we have covered in the previous few sections are not 1.10 +limited to working with local repositories. Each works in exactly the 1.11 +same fashion over a network connection; simply pass in a URL instead 1.12 +of a local path. 1.13 +\interaction{tour.outgoing.net} 1.14 +In this example, we can see what changes we could push to the remote 1.15 +repository, but the repository is understandably not set up to let 1.16 +anonymous users push to it. 1.17 +\interaction{tour.push.net} 1.18 + 1.19 %%% Local Variables: 1.20 %%% mode: latex 1.21 %%% TeX-master: "00book"