Mercurial > hg
comparison mercurial/crecord.py @ 34020:37b82485097f
revset: do not flip "and" arguments when optimizing
Rewrite `flipand(y, x)` to `andsmally(x, y)` so the AST order is unchanged,
which could be more friendly to developers.
Differential Revision: https://phab.mercurial-scm.org/D579
author | Jun Wu <quark@fb.com> |
---|---|
date | Wed, 30 Aug 2017 16:05:12 -0700 |
parents | a1cd6eae2ad3 |
children | 6e6452bc441d |
comparison
equal
deleted
inserted
replaced
34019:205c47e30a93 | 34020:37b82485097f |
---|