Sun, 02 Dec 2018 21:37:42 +0900 |
Yuya Nishihara |
revlog: export symbol of indexType
|
Sun, 02 Dec 2018 21:33:43 +0900 |
Yuya Nishihara |
setup: fix path of rust source dependencies
|
Thu, 27 Sep 2018 13:03:19 -0400 |
Augie Fackler |
remotefilelog: import pruned-down remotefilelog extension from hg-experimental
|
Wed, 31 Oct 2018 20:32:42 +0100 |
Paul Morelle |
setup: explain to distutils how we write rc versions
stable
|
Fri, 19 Oct 2018 18:34:42 -0400 |
Matt Harbison |
setup: build exewrapper with Unicode support on py3
|
Fri, 19 Oct 2018 22:31:47 -0400 |
Matt Harbison |
py3: stringify setupversion on Windows
|
Thu, 27 Sep 2018 16:56:15 +0200 |
Georges Racinet |
rust: exposing in parsers module
|
Mon, 08 Oct 2018 16:27:40 -0700 |
Gregory Szorc |
zstandard: vendor python-zstandard 0.10.1
|
Tue, 02 Oct 2018 22:40:01 -0400 |
Matt Harbison |
setup: ignore message about disabling 3rd party extensions because of version
|
Tue, 18 Sep 2018 16:52:11 -0700 |
Gregory Szorc |
testing: add interface unit tests for file storage
|
Fri, 14 Sep 2018 22:23:02 +0900 |
Yuya Nishihara |
setup: exclude vendored futures package on Python 3
|
Thu, 13 Sep 2018 12:37:32 -0400 |
Matt Harbison |
py3: add b'' to some setup.py strings for Windows
|
Wed, 05 Sep 2018 01:18:29 +0530 |
Pulkit Goyal |
setup: don't support py 3.5.0, 3.5.1, 3.5.2 because of bug in codecs
|
Thu, 16 Aug 2018 02:08:13 +0200 |
Boris Feld |
revlog: split constants into a new `revlogutils.constants` module
|
Mon, 30 Jul 2018 22:50:00 -0400 |
Augie Fackler |
fastannotate: initial import from Facebook's hg-experimental
|
Mon, 16 Jul 2018 17:47:58 -0700 |
Mike Hommey |
setup: allow to run setup.py with python 3 without a mercurial checkout
|
Fri, 01 Jun 2018 23:02:36 +0900 |
Yuya Nishihara |
setup: write version constant as bytes literal
|
Sat, 12 May 2018 10:57:04 -0700 |
Gregory Szorc |
packaging: move contrib/macosx to contrib/packaging/
|
Sat, 12 May 2018 12:12:12 -0700 |
Gregory Szorc |
setup: reformat options argument
|
Mon, 09 Apr 2018 12:27:52 -0700 |
Gregory Szorc |
setup: add packages for concurrent.futures
|
Mon, 09 Apr 2018 20:51:23 +0900 |
Yuya Nishihara |
diffhelpers: remove C implementation in favor of pure Python version
|
Tue, 03 Apr 2018 13:37:57 -0400 |
Augie Fackler |
setup: add overlooked hgext.infinitepush package declaration
|
Wed, 21 Mar 2018 18:32:47 -0700 |
Gregory Szorc |
setup: register zope.interface packages and compile C extension
|
Mon, 26 Mar 2018 14:17:01 -0700 |
Gregory Szorc |
setup: install cbor packages
|
Tue, 06 Mar 2018 18:51:11 -0800 |
Jun Wu |
xdiff: remove xmerge related logic
|
Tue, 06 Mar 2018 18:41:08 -0800 |
Jun Wu |
xdiff: remove xemit related logic
|
Sat, 03 Mar 2018 11:07:46 -0800 |
Ryan McElroy |
setup: ignore extension load failures when finding working hg
|
Sat, 03 Mar 2018 12:39:14 -0800 |
Jun Wu |
bdiff: add a xdiffblocks method
|
Thu, 15 Feb 2018 17:18:26 +0100 |
Boris Feld |
util: extract all date-related utils in utils/dateutil module
|
Sun, 25 Feb 2018 23:51:32 -0500 |
Augie Fackler |
http: drop custom http client logic
|