Mercurial > public > mercurial-scm > hg-stable
diff tests/test-doctest.py @ 32518:05abc47f3746
annotate: add core algorithm to skip a rev
The core algorithm is inspired by git hyper-blame, implemented at
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/master/git_hyper_blame.py.
The heuristic is as documented in the comments.
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Wed, 24 May 2017 19:07:14 -0700 |
parents | ca3b4a2b7e54 |
children | 52ec9ac0303b |
line wrap: on
line diff
--- a/tests/test-doctest.py Wed May 24 17:40:08 2017 -0700 +++ b/tests/test-doctest.py Wed May 24 19:07:14 2017 -0700 @@ -25,6 +25,7 @@ testmod('mercurial.changelog') testmod('mercurial.color') testmod('mercurial.config') +testmod('mercurial.context') testmod('mercurial.dagparser', optionflags=doctest.NORMALIZE_WHITESPACE) testmod('mercurial.dispatch') testmod('mercurial.encoding')