diff mercurial/httppeer.py @ 38972: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 e7aa113b14f7
children 3fe028b657bf
line wrap: on
line diff