Submitter | phabricator |
---|---|
Date | Dec. 28, 2019, 1:29 a.m. |
Message ID | <differential-rev-PHID-DREV-uul537zjj36jebnvearl-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/44101/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-linelog.py b/tests/test-linelog.py --- a/tests/test-linelog.py +++ b/tests/test-linelog.py @@ -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(