hgbook
diff en/examples/tour @ 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/examples/tour Thu Oct 12 16:15:16 2006 -0700 1.2 +++ b/en/examples/tour Thu Oct 12 16:27:00 2006 -0700 1.3 @@ -123,3 +123,14 @@ 1.4 #$ name: push.nothing 1.5 1.6 hg push ../hello-push 1.7 + 1.8 +#$ name: outgoing.net 1.9 + 1.10 +hg outgoing http://hg.serpentine.com/tutorial/hello 1.11 + 1.12 +#$ name: push.net 1.13 + 1.14 +hg push http://hg.serpentine.com/tutorial/hello 1.15 + 1.16 +#$ name: 1.17 +exit 0