Mercurial > public > mercurial-scm > hg
log mercurial/revsetlang.py @ 36075:ac33dc94e1d5
age | author | description |
---|---|---|
Sat, 27 Jan 2018 14:17:26 +0900 | Yuya Nishihara | tests: make doctest py3-compatible again |
Thu, 01 Feb 2018 14:59:38 -0500 | Augie Fackler | revsetlang: fix a doctest example on Python 3 |
Tue, 02 Jan 2018 18:35:11 +0900 | Yuya Nishihara | revsetlang: add %p specifier to format list of function arguments |
Tue, 02 Jan 2018 21:05:40 +0900 | Yuya Nishihara | revsetlang: unnest inner functions from formatspec() |
Sat, 01 Apr 2017 17:51:56 +0900 | Yuya Nishihara | revsetlang: fix quoting of %ls string |
Sat, 01 Apr 2017 17:44:07 +0900 | Yuya Nishihara | revsetlang: catch invalid value passed to formatspec() |
Sat, 01 Apr 2017 17:28:28 +0900 | Yuya Nishihara | revsetlang: check incomplete revspec format character |