Mercurial > public > mercurial-scm > hg-stable
diff mercurial/changegroup.py @ 20936:bfb40168391c stable
changegroup: remove unused variable caught by pyflakes
author | Sean Farley <sean.michael.farley@gmail.com> |
---|---|
date | Thu, 03 Apr 2014 20:29:03 -0500 |
parents | fd4f612f7cb6 |
children | 3737e653dcbe |
line wrap: on
line diff
--- a/mercurial/changegroup.py Tue Apr 01 17:57:04 2014 -0500 +++ b/mercurial/changegroup.py Thu Apr 03 20:29:03 2014 -0500 @@ -358,7 +358,7 @@ def linknodes(filerevlog, fname): if fastpathlinkrev: - ln, llr = filerevlog.node, filerevlog.linkrev + llr = filerevlog.linkrev def genfilenodes(): for r in filerevlog: linkrev = llr(r)