Wed, 28 Jun 2017 10:50:37 -0700 |
Adam Simpkins |
setup: fix runcmd() usage on darwin
|
Wed, 28 Jun 2017 06:49:01 -0700 |
Jun Wu |
setup: fix localhgenv
|
Tue, 27 Jun 2017 16:15:32 -0700 |
Adam Simpkins |
setup: prefer using the system hg to interact with the local repository
|
Tue, 27 Jun 2017 16:15:32 -0700 |
Adam Simpkins |
setup: replace runhg() with an hgcommand helper class
|
Mon, 26 Jun 2017 11:31:30 -0700 |
Adam Simpkins |
setup: move environment computation into a helper function
|
Mon, 26 Jun 2017 11:31:30 -0700 |
Adam Simpkins |
setup: update runcmd() to also return the exit status
|
Mon, 26 Jun 2017 11:31:30 -0700 |
Adam Simpkins |
setup: fail if we cannot determine the version number
|
Sun, 25 Jun 2017 08:36:51 +0530 |
Pulkit Goyal |
py3: slice over bytes to prevent getting it's ascii value
|
Fri, 16 Jun 2017 21:57:22 -0400 |
Matt Harbison |
setup: update a comment that blamed py26 for a Windows workaround
|
Fri, 16 Jun 2017 18:42:03 -0400 |
Matt Harbison |
plan9: drop py26 hacks
|
Fri, 09 Jun 2017 22:15:53 -0400 |
Matt Harbison |
setup: avoid linker warnings on Windows about multiple export specifications
|
Tue, 06 Jun 2017 11:02:30 -0400 |
Augie Fackler |
setup: introduce dummy copies of setuptools flags
|
Sat, 03 Jun 2017 14:05:52 +0900 |
Yuya Nishihara |
setup: do not overwrite local __modulepolicy__.py on out-of-source build
|
Sun, 07 May 2017 23:29:03 -0400 |
Matt Harbison |
setup: prevent setuptools from laying an egg
|
Tue, 02 May 2017 21:08:38 +0900 |
Yuya Nishihara |
cffi: put compiled modules into mercurial.cffi package
|
Tue, 02 May 2017 21:04:40 +0900 |
Yuya Nishihara |
cffi: rename build scripts
|
Sun, 21 May 2017 12:10:53 -0700 |
Siddharth Agarwal |
demandimport: move to separate package
|
Sun, 21 May 2017 13:35:19 +0900 |
Yuya Nishihara |
cext: move util.h to cext tree
|
Sat, 20 May 2017 14:01:05 -0700 |
Gregory Szorc |
cext: extract revlog/index parsing code to own C file
|
Sat, 13 Aug 2016 12:23:56 +0900 |
Yuya Nishihara |
parsers: switch to policy importer
|
Sat, 13 Aug 2016 12:18:58 +0900 |
Yuya Nishihara |
mpatch: switch to policy importer
|
Sat, 13 Aug 2016 12:15:49 +0900 |
Yuya Nishihara |
diffhelpers: switch to policy importer
|
Sat, 13 Aug 2016 12:12:50 +0900 |
Yuya Nishihara |
bdiff: switch to policy importer
|
Sat, 13 Aug 2016 12:08:23 +0900 |
Yuya Nishihara |
base85: switch to policy importer
|
Fri, 12 Aug 2016 11:35:17 +0900 |
Yuya Nishihara |
osutil: switch to policy importer
|
Wed, 26 Apr 2017 23:02:43 +0900 |
Yuya Nishihara |
policy: relax the default for in-place build
|
Tue, 02 May 2017 16:19:04 -0700 |
Gregory Szorc |
setup: drop support for Python 2.6 (BC)
|
Fri, 12 Aug 2016 11:06:14 +0900 |
Yuya Nishihara |
policy: add "cext" package which will host CPython extension modules
|
Wed, 03 May 2017 09:41:55 -0400 |
Alex Gaynor |
setup: sys.version_info always exists
|
Fri, 24 Mar 2017 14:59:19 -0700 |
Jun Wu |
statfs: change Linux feature detection
|