hgbook
diff en/examples/tour @ 92:72d207927dc4
Tour: push.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu Oct 12 16:15:16 2006 -0700 (2006-10-12) |
parents | 7524d52d9577 |
children | 97638d862ef3 |
line diff
1.1 --- a/en/examples/tour Thu Oct 12 16:01:40 2006 -0700 1.2 +++ b/en/examples/tour Thu Oct 12 16:15:16 2006 -0700 1.3 @@ -105,3 +105,21 @@ 1.4 1.5 hg update 2 1.6 hg parents 1.7 + 1.8 +#$ name: clone-push 1.9 + 1.10 +cd .. 1.11 +hg clone hello hello-push 1.12 + 1.13 +#$ name: outgoing 1.14 + 1.15 +cd my-hello 1.16 +hg outgoing ../hello-push 1.17 + 1.18 +#$ name: push 1.19 + 1.20 +hg push ../hello-push 1.21 + 1.22 +#$ name: push.nothing 1.23 + 1.24 +hg push ../hello-push