Skip to content
Snippets Groups Projects
Commit 5004ef47f437 authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

revset: fix keyword arguments to go through optimization process

Before, a keyvalue node was processed by the last catch-all condition of
_optimize(). Therefore, topo.firstbranch=expr would bypass tree rewriting
and would crash if an expr wasn't trivial.
parent a12d13eac513
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment