Show More
@@ -31,6 +31,15 b' Unlock further check (we are here to tes' | |||
|
31 | 31 | |
|
32 | 32 | #endif |
|
33 | 33 | |
|
34 | #if rust | |
|
35 | ||
|
36 | Reported bug: some Rust code panics when handling the null revision | |
|
37 | ||
|
38 | $ hg log -r 00000000 2>&1 | grep panicked | |
|
39 | thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', hg-cpython/src/revlog.rs:* (glob) | |
|
40 | ||
|
41 | #endif | |
|
42 | ||
|
34 | 43 | |
|
35 | 44 | $ hg debugformat |
|
36 | 45 | format-variant repo |
General Comments 0
You need to be logged in to leave comments.
Login now