Mercurial
Mercurial
>
hg
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
mercurial/testing/__init__.py
author
Yuya Nishihara <yuya@tcha.org>
Fri, 02 Nov 2018 21:25:35 +0900
branch
stable
changeset 40453
1bf3e6041e2c
parent 39772
ae531f5e583c
child 46984
99c629101b73
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