log tests/test-revset.t @ 52133:f1312d0803a8 default tip

age author description
Tue, 06 Dec 2022 15:11:51 +0100 Julien Cristau revset: the `random` sort should not depend on sys.maxsize (issue6770) stable
Mon, 25 Jul 2022 05:30:06 +0200 Pierre-Yves David sort-revset: introduce a `random` variant
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
Tue, 28 Sep 2021 08:47:11 -0700 Martin von Zweigbergk errors: raise InputError on bad revset to revrange() iff provided by the user
Wed, 17 Mar 2021 20:06:35 +0100 Pierre-Yves David revset: introduce a `nodefromfile` revset
Wed, 09 Dec 2020 20:22:25 -0800 Martin von Zweigbergk errors: raise InputError if an ambiguous revision id prefix is used
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
Wed, 14 Oct 2020 22:10:48 +0900 Yuya Nishihara py3: fix stringmatcher() to byte-stringify exception message
Fri, 09 Oct 2020 19:19:10 +0900 Yuya Nishihara revset: fix sorting key of wdir revision
Thu, 08 Oct 2020 16:14:06 +0200 Pierre-Yves David revset: add a `node` key for sorting
Mon, 11 May 2020 09:07:31 -0700 Martin von Zweigbergk revisions: parse "x123" as "nodeid starting with 123" without prefixhexnode
Fri, 10 Apr 2020 22:23:44 +0800 Anton Shestakov revset: implement a simple 'foo#generations' expression
Sun, 14 Oct 2018 13:19:24 +0200 Pierre-Yves David debugobsolete: also issue the "new obsmarkers" messsage