Thu, 10 Jan 2019 21:29:24 +0900 |
Yuya Nishihara |
cext: clang-format new code coming from stable branch
|
Mon, 07 Jan 2019 19:03:23 -0500 |
Augie Fackler |
merge with stable
|
Thu, 20 Dec 2018 10:15:20 +0100 |
Boris Feld |
delta: have a native implementation of _findsnapshot
|
Fri, 21 Dec 2018 05:27:38 +0100 |
Boris Feld |
revlog: use the native implementation of issnapshot
|
Mon, 17 Dec 2018 10:57:13 +0100 |
Boris Feld |
revlog: add a native implementation of issnapshot
|
Sun, 30 Dec 2018 17:31:57 +0900 |
Yuya Nishihara |
merge with stable
|
Mon, 03 Dec 2018 07:44:08 +0100 |
Georges Racinet |
rust-cpython: implement Graph using C parents function
|
Sun, 30 Dec 2018 16:11:06 +0100 |
Boris Feld |
revlog: cache delta base value under -1
stable
|
Thu, 27 Dec 2018 23:34:37 +0100 |
Boris Feld |
revlog: catch revlog corruption in index_baserev
stable
|
Fri, 14 Dec 2018 17:25:41 +0100 |
Boris Feld |
sparse-revlog: protect C code against delta chain including nullrev
|
Fri, 14 Dec 2018 17:24:44 +0100 |
Boris Feld |
sparse-revlog: handle nullrev in index_get_length
|
Fri, 14 Dec 2018 17:23:41 +0100 |
Boris Feld |
sparse-revlog: handle nullrev in index_get_start
|
Fri, 14 Dec 2018 17:22:42 +0100 |
Boris Feld |
revlog: introduce a constant for nullrev in `revlog.c`
|
Sun, 02 Dec 2018 22:20:38 +0900 |
Yuya Nishihara |
rust: look up HgRevlogIndex_GetParents() from symbol table
|
Sun, 02 Dec 2018 22:10:37 +0900 |
Yuya Nishihara |
revlog: add public CPython function to get parent revisions
|