log

age author description
Thu, 07 Mar 2019 14:02:02 -0800 Gregory Szorc setup: include hgext3rd package in py2exe builds
Thu, 07 Mar 2019 13:47:28 -0800 Gregory Szorc setup: properly install build_hgextindex for py2exe builds
Thu, 07 Mar 2019 12:15:32 -0800 Gregory Szorc setup: configure py2exe config via environment variables
Thu, 07 Mar 2019 15:43:54 -0800 Gregory Szorc packaging: extract py2exe functionality to own module
Thu, 07 Mar 2019 10:49:59 -0800 Gregory Szorc packaging: extract python exe info to own function
Thu, 07 Mar 2019 10:36:20 -0800 Gregory Szorc packaging: don't use temporary directory
Thu, 07 Mar 2019 10:35:20 -0800 Gregory Szorc packaging: extract virtualenv and py2exe to build directory
Thu, 07 Mar 2019 15:43:14 -0800 Gregory Szorc packaging: move Inno Setup core logic into a module
Thu, 07 Mar 2019 10:22:09 -0800 Gregory Szorc packaging: move find_vc_runtime_files() into hgpackaging.util
Thu, 07 Mar 2019 10:20:37 -0800 Gregory Szorc packaging: move DOWNLOADS dict to hgpackaging.downloads
Thu, 07 Mar 2019 15:42:32 -0800 Gregory Szorc packaging: split downloading code into own module
Thu, 07 Mar 2019 10:10:04 -0800 Gregory Szorc packaging: establish hgpackaging package
Sat, 09 Mar 2019 02:07:09 +0000 Ian Moody py3: use % instead of .format() on a bytestring
Fri, 08 Mar 2019 22:26:43 +0000 Ian Moody py3: use r'' for group name arguments to MatchObjects in phabricator.py
Sat, 09 Mar 2019 01:58:51 +0000 Ian Moody py3: use %d instead of %s when formatting an int into a byte string
Sat, 09 Mar 2019 01:53:53 +0000 Ian Moody py3: only pass unicode to json.dumps in writediffproperties
Sat, 09 Mar 2019 01:30:44 +0000 Ian Moody py3: fix a few "dict keys as str instead of bytes" issues in phabricator.py
Sat, 09 Mar 2019 01:00:25 +0000 Ian Moody py3: convert URL to str before passing it to request
Fri, 08 Mar 2019 23:45:12 +0000 Ian Moody py3: convert indexes into bytes when enumerating lists in urlencodenested
Fri, 08 Mar 2019 23:48:49 +0000 Ian Moody py3: don't try and format a bare dict into a byte string in callconduit
Fri, 08 Mar 2019 17:57:59 +0000 Ian Moody py3: use fsencode for vcr recording paths and strings for custom_patches args
Sat, 02 Mar 2019 18:48:23 +0000 Ian Moody phabricator: convert conduit response JSON unicode to bytes inside callconduit
Sat, 09 Feb 2019 23:01:30 +0100 Pierre-Yves David transaction: include txnname in the hookargs dictionary
Fri, 08 Mar 2019 00:00:44 +0100 Pierre-Yves David discovery-helper: reflect argument value in the name of the results
Thu, 07 Mar 2019 17:21:22 +0100 Pierre-Yves David discovery-helper: echo the stripped revsets early
Thu, 07 Mar 2019 17:15:15 +0100 Pierre-Yves David contrib: move the `discovery-helper.sh` script in`perf-utils` directory
Sat, 09 Mar 2019 12:55:24 -0500 Matt Harbison tests: stabilize test-split.t for Windows
Thu, 07 Mar 2019 22:14:22 -0500 Matt Harbison tests: stabilize test-share.t on Windows
Sun, 03 Mar 2019 19:46:59 +0530 Sushil khanchi split: add tests which demonstrate the issue5864
Thu, 07 Mar 2019 01:28:24 +0100 Pierre-Yves David discovery: clarify why the caching of children is valid