tests/test-template-functions.t
Thu, 15 Sep 2022 01:48:38 +0200 Manuel Jacob templates: add filter to reverse list
Sun, 20 Feb 2022 15:35:09 -0700 Gregory Szorc py2: drop some more from __future__ statements
Sun, 20 Feb 2022 15:28:44 -0700 Gregory Szorc tests: remove from __future__ from inline Python in tests
Fri, 19 Nov 2021 16:16:21 -0800 Martin von Zweigbergk errors: use detailed exit code for RepoLookupError
Mon, 23 Nov 2020 11:18:48 -0800 Martin von Zweigbergk errors: remove trailing "!" from some error messages for consistency
Mon, 16 Nov 2020 16:00:50 -0800 Martin von Zweigbergk errors: use exit code 10 for parse errors
Mon, 06 Jul 2020 17:44:25 +0200 Manuel Jacob pycompat: change users of pycompat.{stdin,stdout,stderr} to use procutil.std*
Thu, 26 Mar 2020 00:07:12 +0900 Yuya Nishihara templater: fix cbor() filter to recursively convert smartset to list
Sun, 15 Mar 2020 15:12:44 +0900 Yuya Nishihara templater: introduce wrapper for smartset (API)
Sat, 21 Mar 2020 13:39:39 +0900 Yuya Nishihara revset: fix crash by repo.revs('%d', tip + 1)
Sat, 21 Mar 2020 13:27:47 +0900 Yuya Nishihara revset: allow repo.revs('%d', wdirrev)
Fri, 15 Nov 2019 10:16:27 -0800 Martin von Zweigbergk templates: make {indent("", " ")} be empty
Fri, 15 Nov 2019 10:16:22 -0800 Martin von Zweigbergk tests: document behavior of indent() with empty first line
Sat, 05 Oct 2019 12:03:19 +0200 Denis Laxalde templatefuncs: account for user's diffopts in diff() (BC)
Sun, 14 Oct 2018 13:19:24 +0200 Pierre-Yves David debugobsolete: also issue the "new obsmarkers" messsage
Sun, 16 Jun 2019 12:31:07 +0900 Yuya Nishihara cborutil: fix streamencode() to handle subtypes stable
Sat, 23 Mar 2019 20:59:07 +0900 Yuya Nishihara test-template: fix stdio mode on Windows
Sun, 10 Mar 2019 13:07:36 +0900 Yuya Nishihara templatefilters: add {x|cbor} filter for custom CBOR output
Wed, 13 Feb 2019 18:34:08 -0800 rdamazio templates: adding a config() function for template customization
Wed, 12 Dec 2018 22:45:02 +0900 Yuya Nishihara templatefuncs: specialize "no match" value of search() to allow % operation
Wed, 12 Dec 2018 22:19:57 +0900 Yuya Nishihara templatefuncs: add regexp search() function that extracts substring
Tue, 16 Oct 2018 07:21:00 -0700 Kyle Lippincott revisions: when using prefixhexnode, ensure we prefix "0"
Fri, 12 Oct 2018 15:46:52 +0000 Mark Thomas templatefuncs: add truncate parameter to pad
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Sun, 05 Aug 2018 16:14:18 +0900 Yuya Nishihara templatekw: alias {file} of files list to {path}
Mon, 16 Apr 2018 23:49:38 -0700 Martin von Zweigbergk shortest: use 'x' prefix to disambiguate from revnum if configured
Thu, 14 Jun 2018 23:10:14 +0900 Yuya Nishihara templater: extend filter() to accept template expression for emptiness test
Thu, 14 Jun 2018 22:33:26 +0900 Yuya Nishihara templater: introduce filter() function to remove empty items from list
Sun, 17 Jun 2018 16:10:38 +0900 Yuya Nishihara templater: fix truth testing of integer 0 taken from a list/dict
Sat, 16 Jun 2018 14:10:12 +0900 Yuya Nishihara tests: fold test-template-filters.t into test-template-functions.t
Sat, 16 Jun 2018 13:17:11 +0900 Yuya Nishihara tests: extract test-template-functions.t from test-command-template.t
less more (0) tip