##// END OF EJS Templates
debugcommands: force import of fileset in debugfileset...
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

File last commit:

r35587:96421278 default
r39008:4d992e3f default
Show More
Cargo.toml
2 lines | 32 B | text/plain | TOMLLexer
[workspace]
members = ["hgcli"]