changeset 38972 | 4d992e3f10ba |
parent 38829 | 7e7e2b2ff284 |
child 39062 | efeeb73f54c3 |
--- a/mercurial/debugcommands.py Tue Aug 07 17:22:33 2018 -0700 +++ b/mercurial/debugcommands.py Thu Aug 09 11:56:24 2018 -0400 @@ -896,6 +896,8 @@ _('[-r REV] [--all-files] [OPTION]... FILESPEC')) def debugfileset(ui, repo, expr, **opts): '''parse and apply a fileset specification''' + from . import fileset + fileset.symbols # force import of fileset so we have predicates to optimize opts = pycompat.byteskwargs(opts) ctx = scmutil.revsingle(repo, opts.get('rev'), None)