Show More
@@ -995,8 +995,8 b' static inline int index_baserev(indexObj' | |||||
995 | if (result < -1) { |
|
995 | if (result < -1) { | |
996 | PyErr_Format( |
|
996 | PyErr_Format( | |
997 | PyExc_ValueError, |
|
997 | PyExc_ValueError, | |
998 | "corrupted revlog, revision base out of range: %d, %d", |
|
998 | "corrupted revlog, revision base out of range: %d, %d", rev, | |
999 |
|
|
999 | result); | |
1000 | return -2; |
|
1000 | return -2; | |
1001 | } |
|
1001 | } | |
1002 | return result; |
|
1002 | return result; |
General Comments 0
You need to be logged in to leave comments.
Login now