Mercurial > hg
diff hgweb.cgi @ 43997:6e8678e7223a
revset: drop some unused code in the `remote` revset
PyCharm flagged the `revs = [..]` as an unused assignment. But then neither
`revs` nor `checkout` is used, and I can't see where `hg.addbranchrevs()` has
external side effects.
Differential Revision: https://phab.mercurial-scm.org/D7764
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Fri, 27 Dec 2019 19:00:38 -0500 |
parents | 47ef023d0165 |
children | d58a205d0672 |