tests/hghave
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 02 Jul 2021 23:09:44 +0200 Pierre-Yves David run-tests: stop writing a `python3` symlink pointing to python2
Fri, 06 Nov 2020 13:58:59 -0800 Gregory Szorc global: use python3 in shebangs
Sat, 16 Nov 2019 11:53:47 -0800 Gregory Szorc black: blacken scripts
Sun, 15 May 2016 10:40:26 +0900 Yuya Nishihara hghave: silence future pyflakes warning of unused import
Fri, 13 May 2016 03:31:07 +0530 Pulkit Goyal py3: make tests/hghave use absolute_import
Thu, 05 May 2016 09:12:26 +0000 timeless hghave: switch from iteritems to items
Sat, 27 Feb 2016 21:19:53 -0800 Gregory Szorc hghave: use print function
Wed, 10 Feb 2016 22:44:29 +0900 FUJIWARA Katsunori misc: use modern exception syntax
Sat, 22 Aug 2015 10:37:38 -0700 Gregory Szorc hghave: remove quiet option
Sat, 22 Aug 2015 10:28:34 -0700 Gregory Szorc hghave: move feature checking into hghave.py
Fri, 03 Jul 2015 06:56:03 +0900 FUJIWARA Katsunori hghave: allow adding customized features at runtime
Sat, 04 Oct 2014 17:22:22 +0900 Yuya Nishihara tests: make hghave list features alphabetically
Mon, 07 Jan 2013 02:00:43 +0100 Mads Kiilerich tests: make hghave and run-tests exit on unknown feature requirements
Thu, 14 Jun 2012 12:54:54 +0200 Adrian Buehlmann tests/hghave: extract hghave.py
Fri, 08 Jun 2012 15:11:05 +0200 Adrian Buehlmann tests/hghave: implement #if true / #if false
Sun, 27 May 2012 18:25:04 +0200 Adrian Buehlmann hghave: wrap command in 'sh -c "..."' for has_pyflakes()
Sat, 12 May 2012 16:02:45 +0200 Brodie Rao cleanup: replace naked excepts with more specific ones
Sat, 12 May 2012 16:00:53 +0200 Brodie Rao cleanup: replace hasattr() usage with getattr() in hghave
Sat, 12 May 2012 15:56:23 +0200 Brodie Rao cleanup: "x != None" -> "x is not None"
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Wed, 04 Apr 2012 15:59:56 +0200 Patrick Mezard hghave: remove symlink test made useless by ac0da5caebec stable
Sat, 31 Mar 2012 10:44:31 -0500 Matt Mackall tests: make hghave handle exec bit on Linux with vfat stable
Sat, 31 Mar 2012 10:44:31 -0500 Matt Mackall tests: teach hghave to actually test for symlink support stable
Mon, 21 Nov 2011 01:49:20 +0100 Mads Kiilerich tests: skip cvs tests with msys on windows
Mon, 21 Nov 2011 01:49:20 +0100 Mads Kiilerich tests: introduce 'hghave msys' to skip tests that would fail because of msys
Mon, 21 Nov 2011 00:39:32 +0100 Mads Kiilerich tests: skip color test on platforms without tic
Mon, 07 Nov 2011 03:24:53 +0100 Mads Kiilerich tests: use 'hghave serve' to guard tests that requires serve daemon management
Mon, 07 Nov 2011 03:14:55 +0100 Mads Kiilerich tests: use 'hghave system-sh' to guard tests that requires sh in system()
Mon, 07 Nov 2011 03:14:55 +0100 Mads Kiilerich tests: use 'hghave no-windows' to avoid testing reserved file names on windows
Mon, 07 Nov 2011 03:14:54 +0100 Mads Kiilerich tests: use 'hghave symlink' for tests using symlinks
Sun, 23 Oct 2011 21:22:55 +0200 Thomas Arendsen Hein tests: check for svn >= 1.3 and >= 1.5 in tests that require those versions stable
Mon, 25 Jul 2011 15:03:02 +0300 Idan Kamara posix, windows: introduce cachestat
Fri, 10 Jun 2011 16:50:45 +0200 Thomas Arendsen Hein tests: fix updated monotone version requirement
Thu, 26 May 2011 11:11:34 +0200 Sune Foldager tests: update monotone version requirement
Sun, 01 May 2011 15:22:30 +0200 timeless tests: add pyflakes checking for unused imports
Fri, 04 Mar 2011 14:00:49 +0100 Patrick Mezard subrepo: handle svn tracked/unknown directory collisions stable
Sun, 06 Mar 2011 05:56:59 -0600 timeless tests: improve hghave error reporting for missing Py OpenSSL stable
Sun, 20 Feb 2011 13:35:30 +0100 Martin Geisler test-i18n: make test conditional on msgfmt availability stable
Wed, 16 Feb 2011 03:28:22 +0100 Mads Kiilerich tests: update ssl requirement for test-https.t
Sun, 23 Jan 2011 12:30:15 +0100 Patrick Mezard hghave: remove unused hotshot check
Wed, 20 Oct 2010 20:19:34 +0200 Mads Kiilerich hgweb: use Pythons ssl module for HTTPS serve when using Python 2.6 or later
Sun, 17 Oct 2010 04:13:35 +0200 Mads Kiilerich serve: fix https mode and add test
Thu, 22 Apr 2010 09:57:04 +0200 Martin Geisler doc: add generic frontend to rst2man and rst2html
Tue, 10 Nov 2009 22:32:17 +0100 Patrick Mezard convert: reenable SVN support after license issue solved
Tue, 10 Nov 2009 11:57:03 +0100 Patrick Mezard hghave: be more tolerant to rst2html output
Thu, 05 Nov 2009 11:51:35 +0100 Dirkjan Ochtman tests: fix hghave test for rst2html to not spew error output
Mon, 05 Oct 2009 22:57:15 +0200 Patrick Mezard convert/cvs: stop supporting external cvsps
Wed, 30 Sep 2009 14:43:22 -0700 Brendan Cully convert: unbreak non-svn engines
Sun, 13 Sep 2009 18:00:37 +0200 Martin Geisler test-gendoc: test documentation generation
Fri, 07 Aug 2009 15:34:54 +0200 Simon Heimberg hghave: check for case insensitive filesystem in current dir
Thu, 06 Aug 2009 21:35:25 -0700 Bryan O'Sullivan Fix failing darcs test
Sat, 25 Jul 2009 02:20:27 +0200 Mads Kiilerich tests/hghave: bzr114 checks for bzr >= 1.14
Sun, 14 Jun 2009 13:32:19 -0700 Brendan Cully gpg: add test
Sun, 26 Apr 2009 19:39:15 +0200 Patrick Mezard hghave: handle Windows raising on popen() failure
Thu, 23 Apr 2009 16:52:25 +0200 Patrick Mezard Merge with crew-stable
Thu, 23 Apr 2009 15:07:05 +0200 Patrick Mezard convert/bzr: handle files replaced by directories (issue1623)
Wed, 08 Apr 2009 02:38:23 +0900 Nicolas Dumazet run-tests: detect when hghave fails to check for a feature and fail test
Wed, 08 Apr 2009 02:34:00 +0900 Nicolas Dumazet hghave: checking that all targets are Exception-free
Tue, 03 Mar 2009 21:32:23 +0000 Frank Kingswood convert: Perforce source for conversion to Mercurial 1.2
less more (0) -60 tip