Mercurial > hg
comparison mercurial/hgweb/__init__.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 | aea29e81753a |
children | 91104f10ff65 |
comparison
equal
deleted
inserted
replaced
38971:ee97f7a677f3 | 38972:4d992e3f10ba |
---|