D7760: tests: drop unused local variable assignments in linelog

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Mon Dec 30 08:32:53 EST 2019


Closed by commit rHGe52a9c85a7a8: tests: drop unused local variable assignments in linelog (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7760?vs=18991&id=19020

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7760/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7760

AFFECTED FILES
  tests/test-linelog.py

CHANGE DETAILS

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(



To: mharbison72, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list