Mercurial > hg
comparison doc/hgmanpage.py @ 46969:d9531094cf8e
cmdutil: fix an uninitialize variable usage in clearunfinished()
I happened to notice that PyCharm flagged this while looking for something else.
I'm pretty sure it meant to check the current state in the iteration, and not
keep reusing the last one in the previous iteration.
Differential Revision: https://phab.mercurial-scm.org/D10459
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sat, 17 Apr 2021 00:28:21 -0400 |
parents | 89a2afe31e82 |
children | f38bf44e077f |
comparison
equal
deleted
inserted
replaced
46968:2c843ad68528 | 46969:d9531094cf8e |
---|