Mercurial > hg
annotate tests/test-push-warn.t @ 20625:7cbc6e228999
contrib: drop tmplrewrite
Needed for the 1.3 transition in 2009, no longer relevant
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 01 Mar 2014 20:08:41 -0600 |
parents | 8a9e0b523d2d |
children | 7731a2281cf0 |
rev | line source |
---|---|
13956
ffb5c09ba822
tests: remove redundant mkdir
Martin Geisler <mg@lazybytes.net>
parents:
13550
diff
changeset
|
1 $ hg init a |
12279 | 2 $ cd a |
3 $ echo foo > t1 | |
4 $ hg add t1 | |
5 $ hg commit -m "1" | |
10875
a9702c47a19f
partial backout of 1e819576e926 and add tests (issue2131)
Sune Foldager <cryo@cyanite.org>
parents:
10771
diff
changeset
|
6 |
12279 | 7 $ cd .. |
8 $ hg clone a b | |
9 updating to branch default | |
10 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
11 | |
12 $ cd a | |
13 $ echo foo > t2 | |
14 $ hg add t2 | |
15 $ hg commit -m "2" | |
16 | |
17 $ cd ../b | |
18 $ echo foo > t3 | |
19 $ hg add t3 | |
20 $ hg commit -m "3" | |
816
8674b7803714
Warn on pushing unsynced repo or adding new heads
mpm@selenic.com
parents:
diff
changeset
|
21 |
12279 | 22 $ hg push ../a |
23 pushing to ../a | |
24 searching for changes | |
20501
8a9e0b523d2d
discovery: improve "note: unsynced remote changes!" warning
Mads Kiilerich <madski@unity3d.com>
parents:
20117
diff
changeset
|
25 remote has heads on branch 'default' that are not known locally: 1c9246a22a0a |
14525
826a13720fbc
prepush: print short hash of first new head in abort message
Adrian Buehlmann <adrian@cadifra.com>
parents:
14164
diff
changeset
|
26 abort: push creates new remote head 1e108cc5548c! |
19934
bfc6ed892349
push: hide description about "-f" in the hint to prevent from using it easily
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
19840
diff
changeset
|
27 (pull and merge or see "hg help push" for details about pushing new heads) |
12316
4134686b83e1
tests: add exit codes to unified tests
Matt Mackall <mpm@selenic.com>
parents:
12279
diff
changeset
|
28 [255] |
816
8674b7803714
Warn on pushing unsynced repo or adding new heads
mpm@selenic.com
parents:
diff
changeset
|
29 |
12998
91cb08a9e7fb
discovery: list new remote heads in prepush() on --debug
Adrian Buehlmann <adrian@cadifra.com>
parents:
12785
diff
changeset
|
30 $ hg push --debug ../a |
91cb08a9e7fb
discovery: list new remote heads in prepush() on --debug
Adrian Buehlmann <adrian@cadifra.com>
parents:
12785
diff
changeset
|
31 pushing to ../a |
14164
cb98fed52495
discovery: add new set-based discovery
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14073
diff
changeset
|
32 query 1; heads |
12998
91cb08a9e7fb
discovery: list new remote heads in prepush() on --debug
Adrian Buehlmann <adrian@cadifra.com>
parents:
12785
diff
changeset
|
33 searching for changes |
14164
cb98fed52495
discovery: add new set-based discovery
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14073
diff
changeset
|
34 taking quick initial sample |
cb98fed52495
discovery: add new set-based discovery
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14073
diff
changeset
|
35 searching: 2 queries |
14624
f03c82d1f50a
setdiscovery: batch heads and known(ownheads)
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14526
diff
changeset
|
36 query 2; still undecided: 1, sample size is: 1 |
14164
cb98fed52495
discovery: add new set-based discovery
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14073
diff
changeset
|
37 2 total queries |
17293
d3f84ccc5495
pushkey: add more verbose debug output regarding pushkey
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
16913
diff
changeset
|
38 listing keys for "bookmarks" |
20501
8a9e0b523d2d
discovery: improve "note: unsynced remote changes!" warning
Mads Kiilerich <madski@unity3d.com>
parents:
20117
diff
changeset
|
39 remote has heads on branch 'default' that are not known locally: 1c9246a22a0a |
20051
b988b3b19303
discovery: make note messages for new heads more readable
Mads Kiilerich <madski@unity3d.com>
parents:
20050
diff
changeset
|
40 new remote heads on branch 'default': |
b988b3b19303
discovery: make note messages for new heads more readable
Mads Kiilerich <madski@unity3d.com>
parents:
20050
diff
changeset
|
41 1e108cc5548c |
14525
826a13720fbc
prepush: print short hash of first new head in abort message
Adrian Buehlmann <adrian@cadifra.com>
parents:
14164
diff
changeset
|
42 abort: push creates new remote head 1e108cc5548c! |
19934
bfc6ed892349
push: hide description about "-f" in the hint to prevent from using it easily
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
19840
diff
changeset
|
43 (pull and merge or see "hg help push" for details about pushing new heads) |
12998
91cb08a9e7fb
discovery: list new remote heads in prepush() on --debug
Adrian Buehlmann <adrian@cadifra.com>
parents:
12785
diff
changeset
|
44 [255] |
91cb08a9e7fb
discovery: list new remote heads in prepush() on --debug
Adrian Buehlmann <adrian@cadifra.com>
parents:
12785
diff
changeset
|
45 |
12279 | 46 $ hg pull ../a |
47 pulling from ../a | |
48 searching for changes | |
49 adding changesets | |
50 adding manifests | |
51 adding file changes | |
52 added 1 changesets with 1 changes to 1 files (+1 heads) | |
53 (run 'hg heads' to see heads, 'hg merge' to merge) | |
816
8674b7803714
Warn on pushing unsynced repo or adding new heads
mpm@selenic.com
parents:
diff
changeset
|
54 |
12279 | 55 $ hg push ../a |
56 pushing to ../a | |
57 searching for changes | |
14525
826a13720fbc
prepush: print short hash of first new head in abort message
Adrian Buehlmann <adrian@cadifra.com>
parents:
14164
diff
changeset
|
58 abort: push creates new remote head 1e108cc5548c! |
19934
bfc6ed892349
push: hide description about "-f" in the hint to prevent from using it easily
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
19840
diff
changeset
|
59 (merge or see "hg help push" for details about pushing new heads) |
12316
4134686b83e1
tests: add exit codes to unified tests
Matt Mackall <mpm@selenic.com>
parents:
12279
diff
changeset
|
60 [255] |
12279 | 61 |
62 $ hg merge | |
63 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
64 (branch merge, don't forget to commit) | |
816
8674b7803714
Warn on pushing unsynced repo or adding new heads
mpm@selenic.com
parents:
diff
changeset
|
65 |
12279 | 66 $ hg commit -m "4" |
67 $ hg push ../a | |
68 pushing to ../a | |
69 searching for changes | |
70 adding changesets | |
71 adding manifests | |
72 adding file changes | |
73 added 2 changesets with 1 changes to 1 files | |
74 | |
75 $ cd .. | |
76 | |
77 $ hg init c | |
78 $ cd c | |
79 $ for i in 0 1 2; do | |
80 > echo $i >> foo | |
81 > hg ci -Am $i | |
82 > done | |
83 adding foo | |
84 $ cd .. | |
85 | |
86 $ hg clone c d | |
87 updating to branch default | |
88 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
2021
fc22ed56afe3
Fix hg push and hg push -r sometimes creating new heads without --force.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
1933
diff
changeset
|
89 |
12279 | 90 $ cd d |
91 $ for i in 0 1; do | |
92 > hg co -C $i | |
93 > echo d-$i >> foo | |
94 > hg ci -m d-$i | |
95 > done | |
96 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
97 created new head | |
98 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
99 created new head | |
100 | |
101 $ HGMERGE=true hg merge 3 | |
102 merging foo | |
103 0 files updated, 1 files merged, 0 files removed, 0 files unresolved | |
104 (branch merge, don't forget to commit) | |
105 | |
106 $ hg ci -m c-d | |
2021
fc22ed56afe3
Fix hg push and hg push -r sometimes creating new heads without --force.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
1933
diff
changeset
|
107 |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
108 $ hg push ../c |
12279 | 109 pushing to ../c |
110 searching for changes | |
14525
826a13720fbc
prepush: print short hash of first new head in abort message
Adrian Buehlmann <adrian@cadifra.com>
parents:
14164
diff
changeset
|
111 abort: push creates new remote head 6346d66eb9f5! |
19934
bfc6ed892349
push: hide description about "-f" in the hint to prevent from using it easily
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
19840
diff
changeset
|
112 (merge or see "hg help push" for details about pushing new heads) |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
113 [255] |
2021
fc22ed56afe3
Fix hg push and hg push -r sometimes creating new heads without --force.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
1933
diff
changeset
|
114 |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
115 $ hg push -r 2 ../c |
12279 | 116 pushing to ../c |
117 searching for changes | |
118 no changes found | |
16023
90f8b8dd0326
push: return 1 if no changes found (issue3228)
Matt Mackall <mpm@selenic.com>
parents:
15615
diff
changeset
|
119 [1] |
12279 | 120 |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
121 $ hg push -r 3 ../c |
12279 | 122 pushing to ../c |
123 searching for changes | |
14525
826a13720fbc
prepush: print short hash of first new head in abort message
Adrian Buehlmann <adrian@cadifra.com>
parents:
14164
diff
changeset
|
124 abort: push creates new remote head a5dda829a167! |
19934
bfc6ed892349
push: hide description about "-f" in the hint to prevent from using it easily
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
19840
diff
changeset
|
125 (merge or see "hg help push" for details about pushing new heads) |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
126 [255] |
2021
fc22ed56afe3
Fix hg push and hg push -r sometimes creating new heads without --force.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
1933
diff
changeset
|
127 |
14526
4276e3202585
prepush: show details about new remote heads with --verbose
Adrian Buehlmann <adrian@cadifra.com>
parents:
14525
diff
changeset
|
128 $ hg push -v -r 3 -r 4 ../c |
12279 | 129 pushing to ../c |
130 searching for changes | |
20051
b988b3b19303
discovery: make note messages for new heads more readable
Mads Kiilerich <madski@unity3d.com>
parents:
20050
diff
changeset
|
131 new remote heads on branch 'default': |
b988b3b19303
discovery: make note messages for new heads more readable
Mads Kiilerich <madski@unity3d.com>
parents:
20050
diff
changeset
|
132 a5dda829a167 |
b988b3b19303
discovery: make note messages for new heads more readable
Mads Kiilerich <madski@unity3d.com>
parents:
20050
diff
changeset
|
133 ee8fbc7a0295 |
14525
826a13720fbc
prepush: print short hash of first new head in abort message
Adrian Buehlmann <adrian@cadifra.com>
parents:
14164
diff
changeset
|
134 abort: push creates new remote head a5dda829a167! |
19934
bfc6ed892349
push: hide description about "-f" in the hint to prevent from using it easily
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
19840
diff
changeset
|
135 (merge or see "hg help push" for details about pushing new heads) |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
136 [255] |
12279 | 137 |
14526
4276e3202585
prepush: show details about new remote heads with --verbose
Adrian Buehlmann <adrian@cadifra.com>
parents:
14525
diff
changeset
|
138 $ hg push -v -f -r 3 -r 4 ../c |
12279 | 139 pushing to ../c |
140 searching for changes | |
14526
4276e3202585
prepush: show details about new remote heads with --verbose
Adrian Buehlmann <adrian@cadifra.com>
parents:
14525
diff
changeset
|
141 2 changesets found |
12279 | 142 adding changesets |
143 adding manifests | |
144 adding file changes | |
145 added 2 changesets with 2 changes to 1 files (+2 heads) | |
146 | |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
147 $ hg push -r 5 ../c |
12279 | 148 pushing to ../c |
149 searching for changes | |
150 adding changesets | |
151 adding manifests | |
152 adding file changes | |
153 added 1 changesets with 1 changes to 1 files (-1 heads) | |
2021
fc22ed56afe3
Fix hg push and hg push -r sometimes creating new heads without --force.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
1933
diff
changeset
|
154 |
12279 | 155 $ hg in ../c |
156 comparing with ../c | |
157 searching for changes | |
158 no changes found | |
12316
4134686b83e1
tests: add exit codes to unified tests
Matt Mackall <mpm@selenic.com>
parents:
12279
diff
changeset
|
159 [1] |
12279 | 160 |
161 | |
12399
4fee1fd3de9a
tests: added a short description to issue numbers
Martin Geisler <mg@aragost.com>
parents:
12365
diff
changeset
|
162 Issue450: push -r warns about remote head creation even if no heads |
4fee1fd3de9a
tests: added a short description to issue numbers
Martin Geisler <mg@aragost.com>
parents:
12365
diff
changeset
|
163 will be created |
3923
27230c29bfec
fix calculation of new heads added during push with -r
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
3803
diff
changeset
|
164 |
12279 | 165 $ hg init ../e |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
166 $ hg push -r 0 ../e |
12279 | 167 pushing to ../e |
168 searching for changes | |
169 adding changesets | |
170 adding manifests | |
171 adding file changes | |
172 added 1 changesets with 1 changes to 1 files | |
173 | |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
174 $ hg push -r 1 ../e |
12279 | 175 pushing to ../e |
176 searching for changes | |
177 adding changesets | |
178 adding manifests | |
179 adding file changes | |
180 added 1 changesets with 1 changes to 1 files | |
181 | |
182 $ cd .. | |
183 | |
184 | |
12399
4fee1fd3de9a
tests: added a short description to issue numbers
Martin Geisler <mg@aragost.com>
parents:
12365
diff
changeset
|
185 Issue736: named branches are not considered for detection of |
4fee1fd3de9a
tests: added a short description to issue numbers
Martin Geisler <mg@aragost.com>
parents:
12365
diff
changeset
|
186 unmerged heads in "hg push" |
8565
268d16b2ec25
tests: add tests for new pre-push logic (issue736)
Sune Foldager <cryo@cyanite.org>
parents:
3923
diff
changeset
|
187 |
12279 | 188 $ hg init f |
189 $ cd f | |
190 $ hg -q branch a | |
191 $ echo 0 > foo | |
192 $ hg -q ci -Am 0 | |
193 $ echo 1 > foo | |
194 $ hg -q ci -m 1 | |
195 $ hg -q up 0 | |
196 $ echo 2 > foo | |
197 $ hg -q ci -m 2 | |
198 $ hg -q up 0 | |
199 $ hg -q branch b | |
200 $ echo 3 > foo | |
201 $ hg -q ci -m 3 | |
202 $ cd .. | |
203 | |
204 $ hg -q clone f g | |
205 $ cd g | |
206 | |
207 Push on existing branch and new branch: | |
8565
268d16b2ec25
tests: add tests for new pre-push logic (issue736)
Sune Foldager <cryo@cyanite.org>
parents:
3923
diff
changeset
|
208 |
12279 | 209 $ hg -q up 1 |
210 $ echo 4 > foo | |
211 $ hg -q ci -m 4 | |
212 $ hg -q up 0 | |
213 $ echo 5 > foo | |
214 $ hg -q branch c | |
215 $ hg -q ci -m 5 | |
216 | |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
217 $ hg push ../f |
12279 | 218 pushing to ../f |
219 searching for changes | |
220 abort: push creates new remote branches: c! | |
221 (use 'hg push --new-branch' to create new remote branches) | |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
222 [255] |
8565
268d16b2ec25
tests: add tests for new pre-push logic (issue736)
Sune Foldager <cryo@cyanite.org>
parents:
3923
diff
changeset
|
223 |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
224 $ hg push -r 4 -r 5 ../f |
12279 | 225 pushing to ../f |
226 searching for changes | |
227 abort: push creates new remote branches: c! | |
228 (use 'hg push --new-branch' to create new remote branches) | |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
229 [255] |
12279 | 230 |
231 | |
232 Multiple new branches: | |
8565
268d16b2ec25
tests: add tests for new pre-push logic (issue736)
Sune Foldager <cryo@cyanite.org>
parents:
3923
diff
changeset
|
233 |
12279 | 234 $ hg -q branch d |
235 $ echo 6 > foo | |
236 $ hg -q ci -m 6 | |
237 | |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
238 $ hg push ../f |
12279 | 239 pushing to ../f |
240 searching for changes | |
241 abort: push creates new remote branches: c, d! | |
242 (use 'hg push --new-branch' to create new remote branches) | |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
243 [255] |
10354
844d83da2da9
prepush: warn about every new outgoing named branch, not just the first
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
9954
diff
changeset
|
244 |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
245 $ hg push -r 4 -r 6 ../f |
12279 | 246 pushing to ../f |
247 searching for changes | |
248 abort: push creates new remote branches: c, d! | |
249 (use 'hg push --new-branch' to create new remote branches) | |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
250 [255] |
12279 | 251 |
252 $ cd ../g | |
253 | |
254 | |
255 Fail on multiple head push: | |
256 | |
257 $ hg -q up 1 | |
258 $ echo 7 > foo | |
259 $ hg -q ci -m 7 | |
260 | |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
261 $ hg push -r 4 -r 7 ../f |
12279 | 262 pushing to ../f |
263 searching for changes | |
14525
826a13720fbc
prepush: print short hash of first new head in abort message
Adrian Buehlmann <adrian@cadifra.com>
parents:
14164
diff
changeset
|
264 abort: push creates new remote head 0b715ef6ff8f on branch 'a'! |
19934
bfc6ed892349
push: hide description about "-f" in the hint to prevent from using it easily
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
19840
diff
changeset
|
265 (merge or see "hg help push" for details about pushing new heads) |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
266 [255] |
12279 | 267 |
268 Push replacement head on existing branches: | |
269 | |
270 $ hg -q up 3 | |
271 $ echo 8 > foo | |
272 $ hg -q ci -m 8 | |
8565
268d16b2ec25
tests: add tests for new pre-push logic (issue736)
Sune Foldager <cryo@cyanite.org>
parents:
3923
diff
changeset
|
273 |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
274 $ hg push -r 7 -r 8 ../f |
12279 | 275 pushing to ../f |
276 searching for changes | |
277 adding changesets | |
278 adding manifests | |
279 adding file changes | |
280 added 2 changesets with 2 changes to 1 files | |
281 | |
282 | |
283 Merge of branch a to other branch b followed by unrelated push | |
284 on branch a: | |
285 | |
286 $ hg -q up 7 | |
287 $ HGMERGE=true hg -q merge 8 | |
288 $ hg -q ci -m 9 | |
289 $ hg -q up 8 | |
290 $ echo 10 > foo | |
291 $ hg -q ci -m 10 | |
292 | |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
293 $ hg push -r 9 ../f |
12279 | 294 pushing to ../f |
295 searching for changes | |
296 adding changesets | |
297 adding manifests | |
298 adding file changes | |
299 added 1 changesets with 1 changes to 1 files (-1 heads) | |
8565
268d16b2ec25
tests: add tests for new pre-push logic (issue736)
Sune Foldager <cryo@cyanite.org>
parents:
3923
diff
changeset
|
300 |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
301 $ hg push -r 10 ../f |
12279 | 302 pushing to ../f |
303 searching for changes | |
304 adding changesets | |
305 adding manifests | |
306 adding file changes | |
307 added 1 changesets with 1 changes to 1 files (+1 heads) | |
308 | |
309 | |
310 Cheating the counting algorithm: | |
311 | |
312 $ hg -q up 9 | |
313 $ HGMERGE=true hg -q merge 2 | |
314 $ hg -q ci -m 11 | |
315 $ hg -q up 1 | |
316 $ echo 12 > foo | |
317 $ hg -q ci -m 12 | |
318 | |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
319 $ hg push -r 11 -r 12 ../f |
12279 | 320 pushing to ../f |
321 searching for changes | |
322 adding changesets | |
323 adding manifests | |
324 adding file changes | |
325 added 2 changesets with 2 changes to 1 files | |
326 | |
8565
268d16b2ec25
tests: add tests for new pre-push logic (issue736)
Sune Foldager <cryo@cyanite.org>
parents:
3923
diff
changeset
|
327 |
12279 | 328 Failed push of new named branch: |
329 | |
330 $ echo 12 > foo | |
331 $ hg -q ci -m 12a | |
12316
4134686b83e1
tests: add exit codes to unified tests
Matt Mackall <mpm@selenic.com>
parents:
12279
diff
changeset
|
332 [1] |
12279 | 333 $ hg -q up 11 |
334 $ echo 13 > foo | |
335 $ hg -q branch e | |
336 $ hg -q ci -m 13d | |
8565
268d16b2ec25
tests: add tests for new pre-push logic (issue736)
Sune Foldager <cryo@cyanite.org>
parents:
3923
diff
changeset
|
337 |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
338 $ hg push -r 12 -r 13 ../f |
12279 | 339 pushing to ../f |
340 searching for changes | |
341 abort: push creates new remote branches: e! | |
342 (use 'hg push --new-branch' to create new remote branches) | |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
343 [255] |
12279 | 344 |
345 | |
346 Using --new-branch to push new named branch: | |
11211
e43c23d189a5
push: add --new-branch option to allow intial push of new branches
Sune Foldager <cryo@cyanite.org>
parents:
10925
diff
changeset
|
347 |
12365
22f3353bcc36
tests: cleanup exit code handling in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12328
diff
changeset
|
348 $ hg push --new-branch -r 12 -r 13 ../f |
12279 | 349 pushing to ../f |
350 searching for changes | |
351 adding changesets | |
352 adding manifests | |
353 adding file changes | |
354 added 1 changesets with 1 changes to 1 files | |
355 | |
19840
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
356 Pushing muliple headed new branch: |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
357 |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
358 $ echo 14 > foo |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
359 $ hg -q branch f |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
360 $ hg -q ci -m 14 |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
361 $ echo 15 > foo |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
362 $ hg -q ci -m 15 |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
363 $ hg -q up 14 |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
364 $ echo 16 > foo |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
365 $ hg -q ci -m 16 |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
366 $ hg push --branch f --new-branch ../f |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
367 pushing to ../f |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
368 searching for changes |
20050
877e05b46509
discovery: tweak error message for multiple branch heads
Mads Kiilerich <madski@unity3d.com>
parents:
19936
diff
changeset
|
369 abort: push creates new branch 'f' with multiple heads |
19936
8179eb28983b
discovery: revise hint message introduced by changeset b00ba31313c3
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
19934
diff
changeset
|
370 (merge or see "hg help push" for details about pushing new heads) |
19840
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
371 [255] |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
372 $ hg push --branch f --new-branch --force ../f |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
373 pushing to ../f |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
374 searching for changes |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
375 adding changesets |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
376 adding manifests |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
377 adding file changes |
b00ba31313c3
discovery: abort also when pushing multiple headed new branch
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
18361
diff
changeset
|
378 added 3 changesets with 3 changes to 1 files (+1 heads) |
11211
e43c23d189a5
push: add --new-branch option to allow intial push of new branches
Sune Foldager <cryo@cyanite.org>
parents:
10925
diff
changeset
|
379 |
12785
c7d23b4ca4ba
check-code: warning and fixes for whitespace in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12399
diff
changeset
|
380 Checking prepush logic does not allow silently pushing |
12279 | 381 multiple new heads: |
382 | |
383 $ cd .. | |
384 $ hg init h | |
385 $ echo init > h/init | |
386 $ hg -R h ci -Am init | |
387 adding init | |
388 $ echo a > h/a | |
389 $ hg -R h ci -Am a | |
390 adding a | |
391 $ hg clone h i | |
392 updating to branch default | |
393 2 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
394 $ hg -R h up 0 | |
395 0 files updated, 0 files merged, 1 files removed, 0 files unresolved | |
396 $ echo b > h/b | |
397 $ hg -R h ci -Am b | |
398 adding b | |
399 created new head | |
400 $ hg -R i up 0 | |
401 0 files updated, 0 files merged, 1 files removed, 0 files unresolved | |
402 $ echo c > i/c | |
403 $ hg -R i ci -Am c | |
404 adding c | |
405 created new head | |
9479
f3569d95c2ab
push: fix subtle bug in prepush logic
Sune Foldager <cryo@cyanite.org>
parents:
8565
diff
changeset
|
406 |
12279 | 407 $ hg -R i push h |
408 pushing to h | |
409 searching for changes | |
20501
8a9e0b523d2d
discovery: improve "note: unsynced remote changes!" warning
Mads Kiilerich <madski@unity3d.com>
parents:
20117
diff
changeset
|
410 remote has heads on branch 'default' that are not known locally: ce4212fc8847 |
14525
826a13720fbc
prepush: print short hash of first new head in abort message
Adrian Buehlmann <adrian@cadifra.com>
parents:
14164
diff
changeset
|
411 abort: push creates new remote head 97bd0c84d346! |
19934
bfc6ed892349
push: hide description about "-f" in the hint to prevent from using it easily
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
19840
diff
changeset
|
412 (pull and merge or see "hg help push" for details about pushing new heads) |
12316
4134686b83e1
tests: add exit codes to unified tests
Matt Mackall <mpm@selenic.com>
parents:
12279
diff
changeset
|
413 [255] |
12279 | 414 |
415 | |
416 Check prepush logic with merged branches: | |
417 | |
418 $ hg init j | |
419 $ hg -R j branch a | |
420 marked working directory as branch a | |
15615 | 421 (branches are permanent and global, did you want a bookmark?) |
12279 | 422 $ echo init > j/foo |
423 $ hg -R j ci -Am init | |
424 adding foo | |
425 $ hg clone j k | |
426 updating to branch a | |
427 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
428 $ echo a1 > j/foo | |
429 $ hg -R j ci -m a1 | |
430 $ hg -R k branch b | |
431 marked working directory as branch b | |
15615 | 432 (branches are permanent and global, did you want a bookmark?) |
12279 | 433 $ echo b > k/foo |
434 $ hg -R k ci -m b | |
435 $ hg -R k up 0 | |
436 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
437 | |
438 $ hg -R k merge b | |
439 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
440 (branch merge, don't forget to commit) | |
441 | |
442 $ hg -R k ci -m merge | |
9954
d6a307719ccb
fix bug in prepush logic involving merge changesets
Sune Foldager <cryo@cyanite.org>
parents:
9609
diff
changeset
|
443 |
12279 | 444 $ hg -R k push -r a j |
445 pushing to j | |
446 searching for changes | |
447 abort: push creates new remote branches: b! | |
448 (use 'hg push --new-branch' to create new remote branches) | |
12316
4134686b83e1
tests: add exit codes to unified tests
Matt Mackall <mpm@selenic.com>
parents:
12279
diff
changeset
|
449 [255] |
12279 | 450 |
451 | |
452 Prepush -r should not allow you to sneak in new heads: | |
10875
a9702c47a19f
partial backout of 1e819576e926 and add tests (issue2131)
Sune Foldager <cryo@cyanite.org>
parents:
10771
diff
changeset
|
453 |
12279 | 454 $ hg init l |
455 $ cd l | |
456 $ echo a >> foo | |
457 $ hg -q add foo | |
458 $ hg -q branch a | |
459 $ hg -q ci -ma | |
460 $ hg -q up null | |
461 $ echo a >> foo | |
462 $ hg -q add foo | |
463 $ hg -q branch b | |
464 $ hg -q ci -mb | |
465 $ cd .. | |
466 $ hg -q clone l m -u a | |
467 $ cd m | |
468 $ hg -q merge b | |
469 $ hg -q ci -mmb | |
470 $ hg -q up 0 | |
471 $ echo a >> foo | |
472 $ hg -q ci -ma2 | |
473 $ hg -q up 2 | |
474 $ echo a >> foo | |
475 $ hg -q branch -f b | |
476 $ hg -q ci -mb2 | |
477 $ hg -q merge 3 | |
478 $ hg -q ci -mma | |
479 | |
480 $ hg push ../l -b b | |
481 pushing to ../l | |
482 searching for changes | |
18361
06f075836010
discovery: process heads in sorted order
Mads Kiilerich <mads@kiilerich.com>
parents:
17293
diff
changeset
|
483 abort: push creates new remote head 451211cc22b0 on branch 'a'! |
19934
bfc6ed892349
push: hide description about "-f" in the hint to prevent from using it easily
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
19840
diff
changeset
|
484 (merge or see "hg help push" for details about pushing new heads) |
12316
4134686b83e1
tests: add exit codes to unified tests
Matt Mackall <mpm@selenic.com>
parents:
12279
diff
changeset
|
485 [255] |
12279 | 486 |
487 $ cd .. | |
488 | |
489 | |
490 Check prepush with new branch head on former topo non-head: | |
491 | |
492 $ hg init n | |
493 $ cd n | |
494 $ hg branch A | |
495 marked working directory as branch A | |
15615 | 496 (branches are permanent and global, did you want a bookmark?) |
12279 | 497 $ echo a >a |
498 $ hg ci -Ama | |
499 adding a | |
500 $ hg branch B | |
501 marked working directory as branch B | |
15615 | 502 (branches are permanent and global, did you want a bookmark?) |
12279 | 503 $ echo b >b |
504 $ hg ci -Amb | |
505 adding b | |
506 | |
12328
b63f6422d2a7
tests: fix a bunch of pointless #s in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12316
diff
changeset
|
507 b is now branch head of B, and a topological head |
b63f6422d2a7
tests: fix a bunch of pointless #s in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12316
diff
changeset
|
508 a is now branch head of A, but not a topological head |
12279 | 509 |
510 $ hg clone . inner | |
511 updating to branch B | |
512 2 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
513 $ cd inner | |
514 $ hg up B | |
515 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
516 $ echo b1 >b1 | |
517 $ hg ci -Amb1 | |
518 adding b1 | |
519 | |
12328
b63f6422d2a7
tests: fix a bunch of pointless #s in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12316
diff
changeset
|
520 in the clone b1 is now the head of B |
12279 | 521 |
522 $ cd .. | |
523 $ hg up 0 | |
524 0 files updated, 0 files merged, 1 files removed, 0 files unresolved | |
525 $ echo a2 >a2 | |
526 $ hg ci -Ama2 | |
527 adding a2 | |
528 | |
12785
c7d23b4ca4ba
check-code: warning and fixes for whitespace in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12399
diff
changeset
|
529 a2 is now the new branch head of A, and a new topological head |
12328
b63f6422d2a7
tests: fix a bunch of pointless #s in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12316
diff
changeset
|
530 it replaces a former inner branch head, so it should at most warn about |
b63f6422d2a7
tests: fix a bunch of pointless #s in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12316
diff
changeset
|
531 A, not B |
12279 | 532 |
533 glog of local: | |
534 | |
20117
aa9385f983fa
tests: don't load unnecessary graphlog extension
Martin Geisler <martin@geisler.net>
parents:
20051
diff
changeset
|
535 $ hg log -G --template "{rev}: {branches} {desc}\n" |
12279 | 536 @ 2: A a2 |
537 | | |
538 | o 1: B b | |
539 |/ | |
540 o 0: A a | |
541 | |
542 glog of remote: | |
543 | |
20117
aa9385f983fa
tests: don't load unnecessary graphlog extension
Martin Geisler <martin@geisler.net>
parents:
20051
diff
changeset
|
544 $ hg log -G -R inner --template "{rev}: {branches} {desc}\n" |
12279 | 545 @ 2: B b1 |
546 | | |
547 o 1: B b | |
548 | | |
549 o 0: A a | |
550 | |
551 outgoing: | |
552 | |
553 $ hg out inner --template "{rev}: {branches} {desc}\n" | |
554 comparing with inner | |
555 searching for changes | |
556 2: A a2 | |
557 | |
558 $ hg push inner | |
559 pushing to inner | |
560 searching for changes | |
561 adding changesets | |
562 adding manifests | |
563 adding file changes | |
564 added 1 changesets with 1 changes to 1 files (+1 heads) | |
565 | |
566 $ cd .. | |
567 | |
568 | |
569 Check prepush with new branch head on former topo head: | |
10875
a9702c47a19f
partial backout of 1e819576e926 and add tests (issue2131)
Sune Foldager <cryo@cyanite.org>
parents:
10771
diff
changeset
|
570 |
12279 | 571 $ hg init o |
572 $ cd o | |
573 $ hg branch A | |
574 marked working directory as branch A | |
15615 | 575 (branches are permanent and global, did you want a bookmark?) |
12279 | 576 $ echo a >a |
577 $ hg ci -Ama | |
578 adding a | |
579 $ hg branch B | |
580 marked working directory as branch B | |
15615 | 581 (branches are permanent and global, did you want a bookmark?) |
12279 | 582 $ echo b >b |
583 $ hg ci -Amb | |
584 adding b | |
585 | |
12328
b63f6422d2a7
tests: fix a bunch of pointless #s in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12316
diff
changeset
|
586 b is now branch head of B, and a topological head |
12279 | 587 |
588 $ hg up 0 | |
589 0 files updated, 0 files merged, 1 files removed, 0 files unresolved | |
590 $ echo a1 >a1 | |
591 $ hg ci -Ama1 | |
592 adding a1 | |
593 | |
12328
b63f6422d2a7
tests: fix a bunch of pointless #s in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12316
diff
changeset
|
594 a1 is now branch head of A, and a topological head |
12279 | 595 |
596 $ hg clone . inner | |
597 updating to branch A | |
598 2 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
599 $ cd inner | |
600 $ hg up B | |
601 1 files updated, 0 files merged, 1 files removed, 0 files unresolved | |
602 $ echo b1 >b1 | |
603 $ hg ci -Amb1 | |
604 adding b1 | |
605 | |
12328
b63f6422d2a7
tests: fix a bunch of pointless #s in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12316
diff
changeset
|
606 in the clone b1 is now the head of B |
12279 | 607 |
608 $ cd .. | |
609 $ echo a2 >a2 | |
610 $ hg ci -Ama2 | |
611 adding a2 | |
612 | |
12328
b63f6422d2a7
tests: fix a bunch of pointless #s in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12316
diff
changeset
|
613 a2 is now the new branch head of A, and a topological head |
b63f6422d2a7
tests: fix a bunch of pointless #s in unified tests
Matt Mackall <mpm@selenic.com>
parents:
12316
diff
changeset
|
614 it replaces a former topological and branch head, so this should not warn |
12279 | 615 |
616 glog of local: | |
617 | |
20117
aa9385f983fa
tests: don't load unnecessary graphlog extension
Martin Geisler <martin@geisler.net>
parents:
20051
diff
changeset
|
618 $ hg log -G --template "{rev}: {branches} {desc}\n" |
12279 | 619 @ 3: A a2 |
620 | | |
621 o 2: A a1 | |
622 | | |
623 | o 1: B b | |
624 |/ | |
625 o 0: A a | |
626 | |
627 glog of remote: | |
628 | |
20117
aa9385f983fa
tests: don't load unnecessary graphlog extension
Martin Geisler <martin@geisler.net>
parents:
20051
diff
changeset
|
629 $ hg log -G -R inner --template "{rev}: {branches} {desc}\n" |
12279 | 630 @ 3: B b1 |
631 | | |
632 | o 2: A a1 | |
633 | | | |
634 o | 1: B b | |
635 |/ | |
636 o 0: A a | |
637 | |
638 outgoing: | |
639 | |
640 $ hg out inner --template "{rev}: {branches} {desc}\n" | |
641 comparing with inner | |
642 searching for changes | |
643 3: A a2 | |
644 | |
645 $ hg push inner | |
646 pushing to inner | |
647 searching for changes | |
648 adding changesets | |
649 adding manifests | |
650 adding file changes | |
651 added 1 changesets with 1 changes to 1 files | |
652 | |
653 $ cd .. | |
654 | |
655 | |
656 Check prepush with new branch head and new child of former branch head | |
657 but child is on different branch: | |
658 | |
659 $ hg init p | |
660 $ cd p | |
661 $ hg branch A | |
662 marked working directory as branch A | |
15615 | 663 (branches are permanent and global, did you want a bookmark?) |
12279 | 664 $ echo a0 >a |
665 $ hg ci -Ama0 | |
666 adding a | |
667 $ echo a1 >a | |
668 $ hg ci -ma1 | |
669 $ hg up null | |
670 0 files updated, 0 files merged, 1 files removed, 0 files unresolved | |
671 $ hg branch B | |
672 marked working directory as branch B | |
15615 | 673 (branches are permanent and global, did you want a bookmark?) |
12279 | 674 $ echo b0 >b |
675 $ hg ci -Amb0 | |
676 adding b | |
677 $ echo b1 >b | |
678 $ hg ci -mb1 | |
679 | |
680 $ hg clone . inner | |
681 updating to branch B | |
682 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
10771
01f097c4ae66
push: fix bug in prepush logic and its tests
Sune Foldager <cryo@cyanite.org>
parents:
10354
diff
changeset
|
683 |
12279 | 684 $ hg up A |
685 1 files updated, 0 files merged, 1 files removed, 0 files unresolved | |
686 $ hg branch -f B | |
687 marked working directory as branch B | |
15615 | 688 (branches are permanent and global, did you want a bookmark?) |
12279 | 689 $ echo a3 >a |
690 $ hg ci -ma3 | |
691 created new head | |
692 $ hg up 3 | |
693 1 files updated, 0 files merged, 1 files removed, 0 files unresolved | |
694 $ hg branch -f A | |
695 marked working directory as branch A | |
15615 | 696 (branches are permanent and global, did you want a bookmark?) |
12279 | 697 $ echo b3 >b |
698 $ hg ci -mb3 | |
699 created new head | |
10909
29a83fb8c067
prepush: add more test cases
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
10908
diff
changeset
|
700 |
12279 | 701 glog of local: |
702 | |
20117
aa9385f983fa
tests: don't load unnecessary graphlog extension
Martin Geisler <martin@geisler.net>
parents:
20051
diff
changeset
|
703 $ hg log -G --template "{rev}: {branches} {desc}\n" |
12279 | 704 @ 5: A b3 |
705 | | |
706 | o 4: B a3 | |
707 | | | |
708 o | 3: B b1 | |
709 | | | |
710 o | 2: B b0 | |
711 / | |
712 o 1: A a1 | |
713 | | |
714 o 0: A a0 | |
715 | |
716 glog of remote: | |
10909
29a83fb8c067
prepush: add more test cases
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
10908
diff
changeset
|
717 |
20117
aa9385f983fa
tests: don't load unnecessary graphlog extension
Martin Geisler <martin@geisler.net>
parents:
20051
diff
changeset
|
718 $ hg log -G -R inner --template "{rev}: {branches} {desc}\n" |
12279 | 719 @ 3: B b1 |
720 | | |
721 o 2: B b0 | |
722 | |
723 o 1: A a1 | |
724 | | |
725 o 0: A a0 | |
726 | |
727 outgoing: | |
728 | |
729 $ hg out inner --template "{rev}: {branches} {desc}\n" | |
730 comparing with inner | |
731 searching for changes | |
732 4: B a3 | |
733 5: A b3 | |
10909
29a83fb8c067
prepush: add more test cases
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
10908
diff
changeset
|
734 |
12279 | 735 $ hg push inner |
736 pushing to inner | |
737 searching for changes | |
14525
826a13720fbc
prepush: print short hash of first new head in abort message
Adrian Buehlmann <adrian@cadifra.com>
parents:
14164
diff
changeset
|
738 abort: push creates new remote head 7d0f4fb6cf04 on branch 'A'! |
19934
bfc6ed892349
push: hide description about "-f" in the hint to prevent from using it easily
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
19840
diff
changeset
|
739 (merge or see "hg help push" for details about pushing new heads) |
12316
4134686b83e1
tests: add exit codes to unified tests
Matt Mackall <mpm@selenic.com>
parents:
12279
diff
changeset
|
740 [255] |
10909
29a83fb8c067
prepush: add more test cases
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
10908
diff
changeset
|
741 |
12279 | 742 $ hg push inner -r4 -r5 |
743 pushing to inner | |
744 searching for changes | |
14525
826a13720fbc
prepush: print short hash of first new head in abort message
Adrian Buehlmann <adrian@cadifra.com>
parents:
14164
diff
changeset
|
745 abort: push creates new remote head 7d0f4fb6cf04 on branch 'A'! |
19934
bfc6ed892349
push: hide description about "-f" in the hint to prevent from using it easily
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
parents:
19840
diff
changeset
|
746 (merge or see "hg help push" for details about pushing new heads) |
12316
4134686b83e1
tests: add exit codes to unified tests
Matt Mackall <mpm@selenic.com>
parents:
12279
diff
changeset
|
747 [255] |
12279 | 748 |
749 $ hg in inner | |
750 comparing with inner | |
751 searching for changes | |
752 no changes found | |
12316
4134686b83e1
tests: add exit codes to unified tests
Matt Mackall <mpm@selenic.com>
parents:
12279
diff
changeset
|
753 [1] |
16913
f2719b387380
tests: add missing trailing 'cd ..'
Mads Kiilerich <mads@kiilerich.com>
parents:
16023
diff
changeset
|
754 |
f2719b387380
tests: add missing trailing 'cd ..'
Mads Kiilerich <mads@kiilerich.com>
parents:
16023
diff
changeset
|
755 $ cd .. |