Mercurial > hg-stable
diff mercurial/wireprotov1peer.py @ 44310:beea86e4d332
context: use manifest.walk() instead of manifest.match() to get file list
The former doesn't create a whole extra manifest in order to produce the
matching file list, which is all we actually cared about here. Sigh.
Differential Revision: https://phab.mercurial-scm.org/D8080
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 05 Feb 2020 15:15:18 -0500 |
parents | a61287a95dc3 |
children | 89a2afe31e82 |