comparison mercurial/cext/revlog.c @ 48965:a82f5d2b48fb

branching: merge stable into default
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 15 Mar 2022 09:26:26 +0100
parents 4bb04a506af6 9ce563fb2989
children 890db1c97218
comparison
equal deleted inserted replaced
48963:7e18fc0bc46c 48965:a82f5d2b48fb
166 static const long entry_cl2_offset_all_comp_mode = 68; 166 static const long entry_cl2_offset_all_comp_mode = 68;
167 static const long entry_cl2_offset_rank = 69; 167 static const long entry_cl2_offset_rank = 69;
168 /* next free offset: 73 */ 168 /* next free offset: 73 */
169 169
170 static const char comp_mode_inline = 2; 170 static const char comp_mode_inline = 2;
171 static const char rank_unknown = -1; 171 static const int rank_unknown = -1;
172 172
173 static void raise_revlog_error(void) 173 static void raise_revlog_error(void)
174 { 174 {
175 PyObject *mod = NULL, *dict = NULL, *errclass = NULL; 175 PyObject *mod = NULL, *dict = NULL, *errclass = NULL;
176 176