Changeset View
Changeset View
Standalone View
Standalone View
tests/test-pull.t
Show First 20 Lines • Show All 69 Lines • ▼ Show 20 Line(s) | not are encoded like a node: | ||||
pulling from http://foo@localhost:$HGPORT/ | pulling from http://foo@localhost:$HGPORT/ | ||||
abort: unknown revision 'xxxxxxxxxxxxxxxxxxxy'! | abort: unknown revision 'xxxxxxxxxxxxxxxxxxxy'! | ||||
[255] | [255] | ||||
$ hg pull -r 'xxxxxxxxxxxxxxxxxx y' | $ hg pull -r 'xxxxxxxxxxxxxxxxxx y' | ||||
pulling from http://foo@localhost:$HGPORT/ | pulling from http://foo@localhost:$HGPORT/ | ||||
abort: unknown revision 'xxxxxxxxxxxxxxxxxx y'! | abort: unknown revision 'xxxxxxxxxxxxxxxxxx y'! | ||||
[255] | [255] | ||||
Test pull of working copy revision | |||||
BROKEN: should give a better error message | |||||
$ hg pull -r 'ffffffffffff' | |||||
pulling from http://foo@localhost:$HGPORT/ | |||||
abort: b2a_hex() argument 1 must be string or buffer, not None! | |||||
[255] | |||||
Issue622: hg init && hg pull -u URL doesn't checkout default branch | Issue622: hg init && hg pull -u URL doesn't checkout default branch | ||||
$ cd .. | $ cd .. | ||||
$ hg init empty | $ hg init empty | ||||
$ cd empty | $ cd empty | ||||
$ hg pull -u ../test | $ hg pull -u ../test | ||||
pulling from ../test | pulling from ../test | ||||
requesting all changes | requesting all changes | ||||
▲ Show 20 Lines • Show All 61 Lines • Show Last 20 Lines |