Show More
@@ -75,6 +75,13 b' not are encoded like a node:' | |||
|
75 | 75 | abort: unknown revision 'xxxxxxxxxxxxxxxxxx y'! |
|
76 | 76 | [255] |
|
77 | 77 | |
|
78 | Test pull of working copy revision | |
|
79 | BROKEN: should give a better error message | |
|
80 | $ hg pull -r 'ffffffffffff' | |
|
81 | pulling from http://foo@localhost:$HGPORT/ | |
|
82 | abort: b2a_hex() argument 1 must be string or buffer, not None! | |
|
83 | [255] | |
|
84 | ||
|
78 | 85 | Issue622: hg init && hg pull -u URL doesn't checkout default branch |
|
79 | 86 | |
|
80 | 87 | $ cd .. |
General Comments 0
You need to be logged in to leave comments.
Login now