comparison mercurial/lsprof.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 a40d608e2a7b
children 9c75daf89450
comparison
equal deleted inserted replaced
25895:c30b739c322f 25896:6805a4f76cda