tests/test-parseindex2.py.out
author Jun Wu <quark@fb.com>
Sat, 24 Jun 2017 15:29:42 -0700
changeset 33336 4672db164c98
parent 7110 75fdc39b6172
permissions -rw-r--r--
revset: make repo.anyrevs accept customized alias override (API) Previously repo.anyrevs only expand aliases in [revsetalias] config. This patch makes it more flexible to accept a customized dict defining aliases without having to couple with ui. revsetlang.expandaliases now has the signature (tree, aliases, warn=None) which is more consistent with templater.expandaliases. revsetlang.py is now free from "ui", which seems to be a good thing.

done