log setup.py @ 23172:e955549cd045

age author description
Thu, 04 Sep 2014 21:36:35 +0200 Mads Kiilerich config: introduce "built-in" default configuration settings in default.d
Tue, 30 Sep 2014 17:13:54 -0700 Kyle Lippincott setup: set mode 644 or 755 on installed files
Fri, 26 Sep 2014 02:19:48 +0200 Mads Kiilerich ssl: on OS X, use a dummy cert to trick Python/OpenSSL to use system CA certs
Sun, 31 Aug 2014 10:24:25 +0200 Mads Kiilerich osx: create dmg with installer instead of zip
Fri, 15 Aug 2014 04:37:45 +0200 Mads Kiilerich cleanup: make sure we always access members of imported modules
Sun, 06 Jul 2014 15:39:01 -0400 Augie Fackler Merge with stable.
Sat, 05 Jul 2014 07:31:08 -0700 Alex Gaynor setup: fixed for Pythons which don't have a CFLAGS stable
Tue, 27 May 2014 10:31:59 -0700 Matt Mackall setup: make Xcode 5.1 check less specific
Mon, 05 May 2014 16:54:15 +0200 Thomas Arendsen Hein setup.py, make: avoid problems with outdated, existing hgext/__index__.py* stable
Tue, 15 Apr 2014 16:27:12 -0400 Kent Frazier setup.py: fix C extension compilation issue with OS X 10.9 and Xcode 5.1
Wed, 12 Mar 2014 18:28:57 -0400 Augie Fackler setup.py: fix 2.4 breakage in 77ab0abb
Thu, 19 Sep 2013 15:38:42 -0400 Augie Fackler setup: handle more invalid python3 syntax
Wed, 12 Mar 2014 13:29:29 -0400 Augie Fackler setup.py: move from dict() construction to {} literals
Tue, 04 Mar 2014 09:56:59 -0600 Matt Mackall tests: fix unused imports from inotify removal caught by pyflakes
Sat, 01 Mar 2014 16:20:15 -0600 Matt Mackall extensions: remove the inotify extension (BC)
Fri, 13 Sep 2013 10:00:57 +0800 Wei, Elson setup: check if mercurial/util.h has been modified
Fri, 12 Apr 2013 16:55:34 -0400 Mads Kiilerich setup: make error message for missing Python headers more helpful
Wed, 10 Apr 2013 15:08:27 -0700 Bryan O'Sullivan scmutil: rewrite dirs in C, use if available
Tue, 02 Apr 2013 16:03:10 +0200 Isaac Jurado setup.py: properly discard trust warning. stable
Mon, 04 Mar 2013 10:05:52 +0100 Benoit Boissinot setup.py: ignore warnings from obsolete stable
Mon, 04 Mar 2013 10:13:28 +0100 Benoit Boissinot setup.py: add metadata to register package to PyPI stable
Tue, 13 Nov 2012 09:55:26 -0800 Bryan O'Sullivan setup: print subprocess stderr if there is any
Tue, 07 Aug 2012 11:04:41 +0200 Adrian Buehlmann exewrapper: adapt for legacy HackableMercurial
Fri, 05 Oct 2012 13:44:52 -0500 Bryan O'Sullivan setup: calculate version more correctly
Tue, 18 Sep 2012 11:43:30 +0200 Adrian Buehlmann pathencode: new C module with fast encodedir() function
Wed, 25 Jul 2012 16:50:22 +0200 Adrian Buehlmann setup: fix build_hgexe for mingw32 compiler stable
Fri, 06 Jul 2012 20:19:55 -0700 Bryan O'Sullivan setup: disable -mno-cygwin if building under mingw32
Fri, 29 Jun 2012 13:10:48 +0200 Adrian Buehlmann setup: compile hg.exe
Sat, 19 May 2012 09:34:25 -0500 Augie Fackler httpclient: omit tests for the client since we don't run them anyway
Sat, 12 May 2012 16:02:46 +0200 Brodie Rao cleanup: replace naked excepts with except Exception: ...