Show More
@@ -246,3 +246,25 b' match with the name of any existing book' | |||||
246 | active-before-pull 3:483b76ad4309 |
|
246 | active-before-pull 3:483b76ad4309 | |
247 |
|
247 | |||
248 | $ cd .. |
|
248 | $ cd .. | |
|
249 | ||||
|
250 | Issue622: hg init && hg pull -u URL doesn't checkout default branch | |||
|
251 | ||||
|
252 | $ hg init test | |||
|
253 | $ cd test | |||
|
254 | $ echo foo>foo | |||
|
255 | $ hg addremove | |||
|
256 | adding foo | |||
|
257 | $ hg commit -m 1 | |||
|
258 | $ cd .. | |||
|
259 | ||||
|
260 | $ hg init empty | |||
|
261 | $ cd empty | |||
|
262 | $ hg pull -u ../test | |||
|
263 | pulling from ../test | |||
|
264 | requesting all changes | |||
|
265 | adding changesets | |||
|
266 | adding manifests | |||
|
267 | adding file changes | |||
|
268 | added 1 changesets with 1 changes to 1 files | |||
|
269 | new changesets 340e38bdcde4 | |||
|
270 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
@@ -81,21 +81,6 b' Test pull of working copy revision' | |||||
81 | abort: unknown revision 'ffffffffffff' |
|
81 | abort: unknown revision 'ffffffffffff' | |
82 | [255] |
|
82 | [255] | |
83 |
|
83 | |||
84 | Issue622: hg init && hg pull -u URL doesn't checkout default branch |
|
|||
85 |
|
||||
86 | $ cd .. |
|
|||
87 | $ hg init empty |
|
|||
88 | $ cd empty |
|
|||
89 | $ hg pull -u ../test |
|
|||
90 | pulling from ../test |
|
|||
91 | requesting all changes |
|
|||
92 | adding changesets |
|
|||
93 | adding manifests |
|
|||
94 | adding file changes |
|
|||
95 | added 1 changesets with 1 changes to 1 files |
|
|||
96 | new changesets 340e38bdcde4 |
|
|||
97 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
|||
98 |
|
||||
99 |
Test 'file: |
|
84 | Test 'file:' uri handling: | |
100 |
|
85 | |||
101 | $ hg pull -q file://../test-does-not-exist |
|
86 | $ hg pull -q file://../test-does-not-exist |
General Comments 0
You need to be logged in to leave comments.
Login now