##// END OF EJS Templates
debugcommands: force import of fileset in debugfileset...
Augie Fackler -
r39008:4d992e3f default
parent child Browse files
Show More
@@ -896,6 +896,8 b' def debugextensions(ui, repo, **opts):'
896 _('[-r REV] [--all-files] [OPTION]... FILESPEC'))
896 _('[-r REV] [--all-files] [OPTION]... FILESPEC'))
897 def debugfileset(ui, repo, expr, **opts):
897 def debugfileset(ui, repo, expr, **opts):
898 '''parse and apply a fileset specification'''
898 '''parse and apply a fileset specification'''
899 from . import fileset
900 fileset.symbols # force import of fileset so we have predicates to optimize
899 opts = pycompat.byteskwargs(opts)
901 opts = pycompat.byteskwargs(opts)
900 ctx = scmutil.revsingle(repo, opts.get('rev'), None)
902 ctx = scmutil.revsingle(repo, opts.get('rev'), None)
901
903
General Comments 0
You need to be logged in to leave comments. Login now