log tests/test-revset2.t @ 46831:7d80622fc212

age author description
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
Tue, 02 Jul 2019 12:59:58 -0400 Valentin Gatien-Baron commit: improve the files field of changelog for merges
Fri, 05 Apr 2019 04:09:41 +0530 Jerry Montfort tests: unset environment variable P in test-revset2.t (issue6109)
Thu, 24 Jan 2019 16:07:32 -0500 Augie Fackler py3: have test-revset2.t write test scripts in a more portable way
Mon, 05 Nov 2018 09:09:48 -0800 Martin von Zweigbergk revsets: make bookmark/named('re:nonexistent') not abort (issue6018) (BC)
Sun, 30 Sep 2018 01:10:41 -0400 Matt Harbison py3: convert print to a function call in a few tests
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Thu, 02 Aug 2018 13:35:13 -0700 Martin von Zweigbergk help: add quotes to a few commands we point to
Tue, 26 Jun 2018 15:26:21 -0700 Sean Farley revset: add optimization for heads(commonancestors())
Mon, 11 Jun 2018 11:37:21 -0700 Martin von Zweigbergk revsets: define a none() revset
Sun, 20 May 2018 18:53:03 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-revset2.t
Mon, 02 Apr 2018 09:16:52 -0700 Martin von Zweigbergk revset: drop support for '' as alias for '.'
Mon, 02 Apr 2018 09:06:24 -0700 Martin von Zweigbergk tests: add test showing current parse of empty string symbol in revset
Sat, 03 Mar 2018 15:31:37 -0800 Ryan McElroy revsetlang: add a hint for more useful parse errors