log tests/hghave @ 18229:77d06793a20d

age author description
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"