Show More
@@ -214,10 +214,14 b' manifest -r tip' | |||
|
214 | 214 | $ hg ci -Aqm initial |
|
215 | 215 | $ echo b > b |
|
216 | 216 | $ hg ci -Aqm 'the previous commit was 1451231c8757' |
|
217 | $ echo c > c | |
|
218 | $ hg ci -Aqm 'the working copy is called ffffffffffff' | |
|
217 | 219 | |
|
218 | 220 | $ cd .. |
|
221 | BROKEN: crashes when the "ffffffffffff" is encountered | |
|
219 | 222 | $ hg convert commit-references new-commit-references -q \ |
|
220 | > --config convert.hg.sourcename=yes | |
|
223 | > --config convert.hg.sourcename=yes 2>&1 | grep TypeError | |
|
224 | TypeError: b2a_hex() argument 1 must be string or buffer, not None | |
|
221 | 225 | $ cd new-commit-references |
|
222 | 226 | $ hg log -T '{node|short} {desc}\n' |
|
223 | 227 | 642508659503 the previous commit was c2491f685436 |
General Comments 0
You need to be logged in to leave comments.
Login now