Mercurial > hg-stable
diff mercurial/help/internals/wireprotocol.txt @ 39010:4d992e3f10ba
debugcommands: force import of fileset in debugfileset
It looks like Python 3's lazy importer is better than Python 2's for
this command, and as a result we had no symbols in the filesetlang
symbol table, which resulted in some really mysterious test-fileset.t
failures around withstatus optimizations. Inserting this explicit
import and forcing its evaluation fixes the test failure.
Differential Revision: https://phab.mercurial-scm.org/D4172
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 09 Aug 2018 11:56:24 -0400 |
parents | 0c184ca594bb |
children | dc61a67c1fc0 |