Mercurial > hg
comparison mercurial/node.py @ 25896:6805a4f76cda
exchange: fix dead assignment
The assignment of the value from bundle2.processbundle() to 'r' is
unused. It is currently the same as its third argument (if given), and
since that argument may eventually go away (according to the method's
docstring), let's reassign the return value to 'op' instead to better
prepare for that.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Mon, 20 Jul 2015 13:39:25 -0700 |
parents | 1a5211f2f87f |
children | 738314da6c75 |
comparison
equal
deleted
inserted
replaced
25895:c30b739c322f | 25896:6805a4f76cda |
---|