##// END OF EJS Templates
tests: demonstrate broken `hg convert` if "ffffffffffff" is in description...
Martin von Zweigbergk -
r42246:b8c2dc36 default
parent child Browse files
Show More
@@ -214,10 +214,14 b' manifest -r tip'
214 $ hg ci -Aqm initial
214 $ hg ci -Aqm initial
215 $ echo b > b
215 $ echo b > b
216 $ hg ci -Aqm 'the previous commit was 1451231c8757'
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 $ cd ..
220 $ cd ..
221 BROKEN: crashes when the "ffffffffffff" is encountered
219 $ hg convert commit-references new-commit-references -q \
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 $ cd new-commit-references
225 $ cd new-commit-references
222 $ hg log -T '{node|short} {desc}\n'
226 $ hg log -T '{node|short} {desc}\n'
223 642508659503 the previous commit was c2491f685436
227 642508659503 the previous commit was c2491f685436
General Comments 0
You need to be logged in to leave comments. Login now