##// END OF EJS Templates
cext: clang-format new code coming from stable branch
Yuya Nishihara -
r41319:4948b327 default
parent child Browse files
Show More
@@ -995,8 +995,8 b' static inline int index_baserev(indexObj'
995 995 if (result < -1) {
996 996 PyErr_Format(
997 997 PyExc_ValueError,
998 "corrupted revlog, revision base out of range: %d, %d",
999 rev, result);
998 "corrupted revlog, revision base out of range: %d, %d", rev,
999 result);
1000 1000 return -2;
1001 1001 }
1002 1002 return result;
General Comments 0
You need to be logged in to leave comments. Login now