Show More
@@ -1019,7 +1019,8 b' def match(ui, spec):' | |||||
1019 | tree, pos = parse(spec) |
|
1019 | tree, pos = parse(spec) | |
1020 | if (pos != len(spec)): |
|
1020 | if (pos != len(spec)): | |
1021 | raise error.ParseError(_("invalid token"), pos) |
|
1021 | raise error.ParseError(_("invalid token"), pos) | |
1022 | tree = findaliases(ui, tree) |
|
1022 | if ui: | |
|
1023 | tree = findaliases(ui, tree) | |||
1023 | weight, tree = optimize(tree, True) |
|
1024 | weight, tree = optimize(tree, True) | |
1024 | def mfunc(repo, subset): |
|
1025 | def mfunc(repo, subset): | |
1025 | return getset(repo, subset, tree) |
|
1026 | return getset(repo, subset, tree) |
General Comments 0
You need to be logged in to leave comments.
Login now