tests/test-convert-hg-source.t
changeset 42079 fcd7a91dec23
parent 42077 b8c2dc367cc3
child 44687 1b8fd4af3318
equal deleted inserted replaced
42078:50b69c08651b 42079:fcd7a91dec23
   216   $ hg ci -Aqm 'the previous commit was 1451231c8757'
   216   $ hg ci -Aqm 'the previous commit was 1451231c8757'
   217   $ echo c > c
   217   $ echo c > c
   218   $ hg ci -Aqm 'the working copy is called ffffffffffff'
   218   $ hg ci -Aqm 'the working copy is called ffffffffffff'
   219 
   219 
   220   $ cd ..
   220   $ cd ..
   221 BROKEN: crashes when the "ffffffffffff" is encountered
       
   222   $ hg convert commit-references new-commit-references -q \
   221   $ hg convert commit-references new-commit-references -q \
   223   >     --config convert.hg.sourcename=yes 2>&1 | grep TypeError
   222   >     --config convert.hg.sourcename=yes
   224   TypeError: b2a_hex() argument 1 must be string or buffer, not None
       
   225   $ cd new-commit-references
   223   $ cd new-commit-references
   226   $ hg log -T '{node|short} {desc}\n'
   224   $ hg log -T '{node|short} {desc}\n'
       
   225   fe295c9e6bc6 the working copy is called ffffffffffff
   227   642508659503 the previous commit was c2491f685436
   226   642508659503 the previous commit was c2491f685436
   228   c2491f685436 initial
   227   c2491f685436 initial