Mercurial > hg-stable
view tests/test-ui-color.py.out @ 15140:353a1ba928f6
revset: add 'l' flag to formatspec for args
This makes it easy to calculate a revset with lists:
good = [1, 2, 3]
bad = [10, 11, 12]
between = repo.set('%ld::%ld', good, bad)
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 19 Sep 2011 16:28:44 -0500 |
parents | 842a9179132c |
children | b8c2004a8d2b |