comparison 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
comparison
equal deleted inserted replaced
91:7524d52d9577 92:72d207927dc4
103 103
104 #$ name: older 104 #$ name: older
105 105
106 hg update 2 106 hg update 2
107 hg parents 107 hg parents
108
109 #$ name: clone-push
110
111 cd ..
112 hg clone hello hello-push
113
114 #$ name: outgoing
115
116 cd my-hello
117 hg outgoing ../hello-push
118
119 #$ name: push
120
121 hg push ../hello-push
122
123 #$ name: push.nothing
124
125 hg push ../hello-push