log

age author description
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