Revision 2e7051659d3b93f7e8c4af8d5c30df1846cc65e7 authored by Antoine Lambert on 23 April 2019, 14:56:29 UTC, committed by Antoine Lambert on 06 May 2019, 10:02:21 UTC
Add methods is_history_truncated and missing_revisions to check if the produced
history got truncated or not.

Closes T1677
1 parent 6510b5e
Raw File
.gitignore
*.pyc
*.sw?
*~
/.coverage
/.coverage.*
.eggs/
__pycache__
build/
dist/
*.egg-info
version.txt
.vscode/
.hypothesis/
/.tox/
back to top