forked from mirrors/jj
89ac3a1851
This will allows us to parse "file(..)" arguments as fileset expression by transforming AST for example. I'm not sure if that's good or bad, but we'll probably want to embed fileset expressions without quoting. parse_expression_rule() is split to the first str->ExpressionNode stage and the second ExpressionNode->RevsetExpression stage. The latter is called "resolve_*()" in fileset, but we have another "symbol" resolution stage in revset. So I choose "lower_*()" instead. |
||
---|---|---|
.. | ||
custom-backend | ||
custom-command | ||
custom-commit-templater | ||
custom-global-flag | ||
custom-operation-templater | ||
custom-working-copy |