mercurial/__init__.py
author Matt Mackall <mpm@selenic.com>
Wed, 06 Jul 2011 13:37:50 -0500
branchstable
changeset 14842 805651777188
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
revsets: do the right thing with x^:y (issue2884) Given an operator ^ that's either postfix or infix and an operator : that's either prefix or infix, the parser can't figure out the right thing to do. So we rewrite the expression to be sensible in the optimizer.