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.
Loading
Please register or sign in to comment