##// END OF EJS Templates
tests: demonstrate broken pull of "ffffffffffff" revision...
Martin von Zweigbergk -
r42247:50b69c08 default
parent child Browse files
Show More
@@ -75,6 +75,13 b' not are encoded like a node:'
75 abort: unknown revision 'xxxxxxxxxxxxxxxxxx y'!
75 abort: unknown revision 'xxxxxxxxxxxxxxxxxx y'!
76 [255]
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 Issue622: hg init && hg pull -u URL doesn't checkout default branch
85 Issue622: hg init && hg pull -u URL doesn't checkout default branch
79
86
80 $ cd ..
87 $ cd ..
General Comments 0
You need to be logged in to leave comments. Login now