diff en/examples/tour @ 93:97638d862ef3

Network bits.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu, 12 Oct 2006 16:27:00 -0700
parents 72d207927dc4
children 0b97b0bdc830
line wrap: on
line diff
--- a/en/examples/tour	Thu Oct 12 16:15:16 2006 -0700
+++ b/en/examples/tour	Thu Oct 12 16:27:00 2006 -0700
@@ -123,3 +123,14 @@
 #$ name: push.nothing
 
 hg push ../hello-push
+
+#$ name: outgoing.net
+
+hg outgoing http://hg.serpentine.com/tutorial/hello
+
+#$ name: push.net
+
+hg push http://hg.serpentine.com/tutorial/hello
+
+#$ name:
+exit 0