Wed, 30 Jan 2019 13:08:59 -0800 |
Gregory Szorc |
tests: change how sockets are closed
|
Wed, 30 Jan 2019 09:52:16 -0800 |
Gregory Szorc |
tests: add b'' prefixes to badserverext.py
|
Wed, 30 Jan 2019 11:44:34 -0800 |
Gregory Szorc |
hgweb: log error before attempting I/O
|
Tue, 29 Jan 2019 11:51:19 -0800 |
Gregory Szorc |
tests: write commit message using file I/O
|
Fri, 01 Feb 2019 13:44:09 -0500 |
Augie Fackler |
Added signature for changeset 83377b4b4ae0
stable
|
Fri, 01 Feb 2019 13:44:07 -0500 |
Augie Fackler |
Added tag 4.9 for changeset 83377b4b4ae0
stable
|
Tue, 08 Jan 2019 22:19:36 +0900 |
Yuya Nishihara |
subrepo: reject potentially unsafe subrepo paths (BC) (SEC)
stable 4.9
|
Tue, 08 Jan 2019 22:07:45 +0900 |
Yuya Nishihara |
subrepo: prohibit variable expansion on creation of hg subrepo (SEC)
stable
|
Tue, 08 Jan 2019 21:51:54 +0900 |
Yuya Nishihara |
subrepo: extend path auditing test to include more weird patterns (SEC)
stable
|
Thu, 31 Jan 2019 13:32:21 +0800 |
Anton Shestakov |
copyright: update to 2019
stable
|
Mon, 28 Jan 2019 18:00:14 -0800 |
Kyle Lippincott |
patch: handle 0 context lines (diff.unified=0) when parsing patches
|
Wed, 30 Jan 2019 03:56:35 +0530 |
Pulkit Goyal |
py3: pass str into RuntimeError() to prevent b'' in output
|
Wed, 30 Jan 2019 03:49:56 +0530 |
Pulkit Goyal |
py3: use '%d' instead of '%s' for integers
|
Tue, 29 Jan 2019 13:26:18 -0500 |
Augie Fackler |
tests: port test-hgweb-auth.py to Python 3
|
Tue, 29 Jan 2019 13:25:21 -0500 |
Augie Fackler |
url: convert some variables back to bytes
|
Tue, 29 Jan 2019 13:24:20 -0500 |
Augie Fackler |
url: add some defensive asserts on expected incoming types
|
Tue, 29 Jan 2019 16:03:52 +0300 |
Pulkit Goyal |
changegroup: don't try to build changelog chunks if not required
|
Thu, 24 Jan 2019 18:22:47 -0500 |
Boris Feld |
revlog: make sure we never use sparserevlog without general delta (issue6056)
stable
|
Wed, 30 Jan 2019 18:15:38 +0100 |
Boris Feld |
sparserevlog: document the config option
stable
|
Tue, 29 Jan 2019 15:43:02 +0300 |
Pulkit Goyal |
changegroup: initialize the state variable a bit earlier
|
Sat, 26 Jan 2019 11:23:31 -0800 |
Gregory Szorc |
tests: conditionalize test output on Python 3.7
|
Sat, 13 Oct 2018 16:53:43 +0200 |
Gregory Szorc |
hghave: add pyXY features for Python version numbers
|
Tue, 29 Jan 2019 14:30:10 +0300 |
Pulkit Goyal |
py3: whitelist couple more passing tests found by buildbot
|
Sat, 26 Jan 2019 13:52:39 -0800 |
Gregory Szorc |
keepalive: implement _close_conn() so closes are known
|
Mon, 28 Jan 2019 21:35:06 -0500 |
Matt Harbison |
lfs: explicitly add the Content-Length header when uploading blobs, for py3
|
Mon, 28 Jan 2019 03:20:31 -0500 |
Boris Feld |
perf: support looking up multiple revisions
|
Fri, 25 Jan 2019 18:43:48 -0500 |
Boris Feld |
perf: add a no-lookup variant to perfindex
|
Mon, 28 Jan 2019 04:47:40 -0500 |
Boris Feld |
perf: add some documentation to perfindex
|
Fri, 25 Jan 2019 14:53:19 -0500 |
Boris Feld |
perf: move cache clearing in the `setup` step of `perfheads`
|
Fri, 25 Jan 2019 18:22:02 -0500 |
Boris Feld |
revlog: document cext oddities in terms of object/caches
|
Fri, 25 Jan 2019 14:52:31 -0500 |
Boris Feld |
perf: document perfheads
|
Sun, 27 Jan 2019 22:32:09 -0500 |
Matt Harbison |
py3: stabilize the output of lfs commandserver tests
|
Sun, 27 Jan 2019 20:58:18 -0500 |
Matt Harbison |
py3: conditionalize some LFS test output
|
Sun, 27 Jan 2019 20:50:52 -0500 |
Matt Harbison |
lfs: strip the response headers from the Batch API before printing
|
Sun, 27 Jan 2019 18:34:17 -0500 |
Matt Harbison |
py3: force hgweb.server error log to internally write unicode
|
Sun, 27 Jan 2019 17:48:15 -0500 |
Matt Harbison |
py3: byteify the decoded JSON responses upon receipt in the LFS blobstore
|
Sun, 27 Jan 2019 18:05:17 -0500 |
Matt Harbison |
hgweb: ensure Content-Length and Content-Type are not promoted to HTTP_ on py3
|
Sun, 27 Jan 2019 15:42:55 -0500 |
Matt Harbison |
py3: raw stringify various JSON and HTTP headers in the LFS blobstore module
|
Sun, 27 Jan 2019 15:19:28 -0500 |
Matt Harbison |
py3: byteify the LFS blobstore module
|
Sun, 27 Jan 2019 00:50:39 -0500 |
Matt Harbison |
py3: raw stringify various things in the LFS server module
|
Sun, 27 Jan 2019 00:36:56 -0500 |
Matt Harbison |
py3: add b'' prefixes to the LFS server module
|
Sun, 27 Jan 2019 00:26:17 -0500 |
Matt Harbison |
py3: add b'' and r'' prefixes to LFS tests
|
Sun, 27 Jan 2019 20:22:07 -0500 |
Augie Fackler |
py3: more tests from the ratchet
|
Sat, 26 Jan 2019 17:53:03 +0900 |
Yuya Nishihara |
dispatch: unify handler of IOError and OSError
|
Sat, 26 Jan 2019 17:51:55 +0900 |
Yuya Nishihara |
dispatch: quote filename in IOError as well
|
Sat, 26 Jan 2019 17:44:07 +0900 |
Yuya Nishihara |
dispatch: add inline comment about possible IOError subtypes
|
Sat, 26 Jan 2019 16:53:17 -0800 |
Gregory Szorc |
convert: print exception message directly
|
Sat, 26 Jan 2019 16:45:25 -0800 |
Gregory Szorc |
crecord: always return a str from uihunk.__repr__
|
Sat, 26 Jan 2019 15:52:37 -0800 |
Gregory Szorc |
tests: handles bytes/str mismatch in test-commit-interface-curses.t
|
Sat, 26 Jan 2019 14:16:34 -0800 |
Gregory Szorc |
githelp: format with %d if an integer
|
Sat, 26 Jan 2019 14:14:44 -0800 |
Gregory Szorc |
githelp: make argument parsing more compatible with Python 3
|
Sat, 26 Jan 2019 14:08:35 -0800 |
Gregory Szorc |
tests: add b'' prefixes to flagprocessorext.py
|
Sat, 26 Jan 2019 14:06:07 -0800 |
Gregory Szorc |
tests: add b'' to config file name
|
Sat, 26 Jan 2019 14:00:42 -0800 |
Gregory Szorc |
sslutil: ensure serverhostname is bytes when formatting
|
Sat, 26 Jan 2019 13:58:58 -0800 |
Gregory Szorc |
sslutil: use raw strings for exception reason compare
|
Sat, 26 Jan 2019 13:40:44 -0800 |
Gregory Szorc |
keepalive: track ready state with a bool
|
Sat, 26 Jan 2019 13:39:18 -0800 |
Gregory Szorc |
keepalive: use collections.defaultdict for host map
|
Sat, 26 Jan 2019 10:57:17 -0800 |
Gregory Szorc |
statichttprepo: use str to appease Python 3
|
Sat, 26 Jan 2019 10:53:10 -0800 |
Gregory Szorc |
statichttprepo: use URLError.reason directly
|
Sat, 26 Jan 2019 10:40:37 -0800 |
Gregory Szorc |
mail: document behavior of Python 3
|