mercurial/cext/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Fri, 02 Nov 2018 21:25:35 +0900
branchstable
changeset 40453 1bf3e6041e2c
parent 32211 c48583859e04
permissions -rw-r--r--
tests: require SQLite 3.8.3+ as sqlitestore relies on "WITH" clause The test fails on gcc112 because the SQLite is too old. https://sqlite.org/changes.html#version_3_8_3