Show More
@@ -896,6 +896,8 def debugextensions(ui, repo, **opts): | |||
|
896 | 896 | _('[-r REV] [--all-files] [OPTION]... FILESPEC')) |
|
897 | 897 | def debugfileset(ui, repo, expr, **opts): |
|
898 | 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 | 901 | opts = pycompat.byteskwargs(opts) |
|
900 | 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