Mercurial > hgbook
diff en/examples/tour @ 92:72d207927dc4
Tour: push.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu, 12 Oct 2006 16:15:16 -0700 |
parents | 7524d52d9577 |
children | 97638d862ef3 |
line wrap: on
line diff
--- a/en/examples/tour Thu Oct 12 16:01:40 2006 -0700 +++ b/en/examples/tour Thu Oct 12 16:15:16 2006 -0700 @@ -105,3 +105,21 @@ hg update 2 hg parents + +#$ name: clone-push + +cd .. +hg clone hello hello-push + +#$ name: outgoing + +cd my-hello +hg outgoing ../hello-push + +#$ name: push + +hg push ../hello-push + +#$ name: push.nothing + +hg push ../hello-push