Comments
Patch
@@ -217,10 +217,14 @@
$ hg ci -Aqm initial
$ echo b > b
$ hg ci -Aqm 'the previous commit was 3ccbd4cbba95'
+ $ echo c > c
+ $ hg ci -Aqm 'the working copy is called ffffffffffff'
$ cd ..
+BROKEN: crashes when the "ffffffffffff" is encountered
$ hg convert commit-references new-commit-references -q \
- > --config convert.hg.startrev=1
+ > --config convert.hg.startrev=1 2>&1 | grep TypeError
+ TypeError: b2a_hex() argument 1 must be string or buffer, not None
$ cd new-commit-references
$ hg log -T '{node|short} {desc}\n'
38a97fe212e7 the previous commit was 3cf70f7c1f3b