Mercurial > hgbook
comparison 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 |
comparison
equal
deleted
inserted
replaced
92:72d207927dc4 | 93:97638d862ef3 |
---|---|
121 hg push ../hello-push | 121 hg push ../hello-push |
122 | 122 |
123 #$ name: push.nothing | 123 #$ name: push.nothing |
124 | 124 |
125 hg push ../hello-push | 125 hg push ../hello-push |
126 | |
127 #$ name: outgoing.net | |
128 | |
129 hg outgoing http://hg.serpentine.com/tutorial/hello | |
130 | |
131 #$ name: push.net | |
132 | |
133 hg push http://hg.serpentine.com/tutorial/hello | |
134 | |
135 #$ name: | |
136 exit 0 |