Mercurial > hg
changeset 43992:e52a9c85a7a8
tests: drop unused local variable assignments in linelog
Flagged by PyCharm.
Differential Revision: https://phab.mercurial-scm.org/D7760
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Fri, 27 Dec 2019 18:52:15 -0500 |
parents | e3ce3731d621 |
children | 873d0fecb9a3 |
files | tests/test-linelog.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-linelog.py Fri Dec 27 18:51:45 2019 -0500 +++ b/tests/test-linelog.py Fri Dec 27 18:52:15 2019 -0500 @@ -172,7 +172,7 @@ ll.replacelines_vec(rev, a1, a2, blines) else: ll.replacelines(rev, a1, a2, b1, b2) - ar = ll.annotate(rev) + ll.annotate(rev) self.assertEqual(ll.annotateresult, lines) # Verify we can get back these states by annotating each rev for lines, rev, a1, a2, b1, b2, blines, usevec in _genedits(