Mercurial > hg
diff hgweb.cgi @ 29238:e150c1d5f262
revset: use getargsdict for sort()
This makes it possible to use keyword arguments to specify per-sort options.
For example, a hypothetical 'first' option for the user sort could sort certain
users first with:
sort(all(), user, user.first=mpm@selenic.com)
author | Martijn Pieters <mjpieters@fb.com> |
---|---|
date | Mon, 23 May 2016 14:09:50 -0700 |
parents | 4b0fc75f9403 |
children | 47ef023d0165 |