Mon, 09 Apr 2018 20:51:23 +0900 Yuya Nishihara diffhelpers: remove C implementation in favor of pure Python version
Mon, 09 Apr 2018 20:49:39 +0900 Yuya Nishihara patch: stop using cext.diffhelpers
Mon, 09 Apr 2018 20:47:43 +0900 Yuya Nishihara diffhelpers: port docstrings from cext to pure
Mon, 09 Apr 2018 20:44:41 +0900 Yuya Nishihara py3: get rid of character access from pure.diffhelpers
Wed, 11 Apr 2018 18:23:29 -0400 Matt Harbison lfs: handle paths that don't end with '/' when inferring the blob store
Sun, 08 Apr 2018 14:22:12 -0400 Matt Harbison lfs: infer the blob store URL from an explicit push dest or default-push
Sun, 08 Apr 2018 01:23:39 -0400 Matt Harbison lfs: infer the blob store URL from an explicit pull source
Wed, 11 Apr 2018 17:29:55 -0400 Matt Harbison lfs: special case the null:// usercache instead of treating it as a url
Wed, 04 Apr 2018 17:37:35 +0530 Pulkit Goyal tests: add tests showing pulling from infinitepush works over wire
Fri, 30 Mar 2018 17:01:12 -0700 Danny Hooper fix: use a portable python script instead of sed in test
Wed, 11 Apr 2018 14:35:37 +0530 Pulkit Goyal py3: use pycompat.bytestr() where repr in involved
Tue, 10 Apr 2018 18:16:47 -0700 Gregory Szorc httppeer: support protocol upgrade
Tue, 10 Apr 2018 14:29:15 -0700 Gregory Szorc wireproto: define and implement HTTP handshake to upgrade protocol
Tue, 10 Apr 2018 18:13:28 -0700 Gregory Szorc httppeer: only advertise partial-pull if capabilities are known
Tue, 10 Apr 2018 16:53:44 -0700 Gregory Szorc httppeer: always add x-hg* headers to Vary header
Tue, 10 Apr 2018 13:41:21 -0700 Gregory Szorc httppeer: don't accept very old media types (BC)
Tue, 10 Apr 2018 13:07:13 -0700 Gregory Szorc httppeer: allow opener to be passed to makepeer()
Tue, 10 Apr 2018 13:11:40 -0700 Gregory Szorc httppeer: perform capabilities request in makepeer()
Tue, 10 Apr 2018 12:52:29 -0700 Gregory Szorc httppeer: extract common response handling into own function
Tue, 10 Apr 2018 12:12:07 -0700 Gregory Szorc httppeer: move error handling and response wrapping into sendrequest
Tue, 10 Apr 2018 10:51:12 -0700 Gregory Szorc httppeer: extract code for creating a request into own function
Tue, 10 Apr 2018 10:27:49 -0700 Gregory Szorc httppeer: extract code for performing an HTTP request
Tue, 10 Apr 2018 10:22:26 -0700 Gregory Szorc httppeer: move requestbuilder defaults into makepeer() argument
Mon, 09 Apr 2018 19:35:39 -0700 Gregory Szorc wireproto: move version 2 command handlers to wireprotov2server
Mon, 09 Apr 2018 19:35:04 -0700 Gregory Szorc wireproto: extract HTTP version 2 code to own module
Mon, 09 Apr 2018 16:54:20 -0700 Gregory Szorc wireproto: client reactor support for receiving frames
Mon, 09 Apr 2018 15:32:01 -0700 Gregory Szorc wireproto: introduce a reactor for client-side state
Mon, 09 Apr 2018 14:17:57 -0700 Gregory Szorc tests: extract wire protocol framing tests to own file
Mon, 09 Apr 2018 11:33:38 -0700 Gregory Szorc wireproto: disallow commands handlers for multiple transport versions
Mon, 09 Apr 2018 11:57:12 -0700 Gregory Szorc wireproto: make @wireprotocommand version 1 only by default
Mon, 09 Apr 2018 11:54:31 -0700 Gregory Szorc wireproto: only expose "getbundle" and "unbundle" to v1 transports
Fri, 06 Apr 2018 17:48:07 -0700 Gregory Szorc wireproto: port lookup to wire protocol v2
Fri, 06 Apr 2018 17:39:40 -0700 Gregory Szorc wireproto: port pushkey command to wire protocol version 2
Fri, 06 Apr 2018 17:21:16 -0700 Gregory Szorc wireproto: only expose "clonebundles" to version 1 transports
Fri, 06 Apr 2018 17:14:06 -0700 Gregory Szorc wireproto: define and expose types of wire command arguments
Fri, 06 Apr 2018 16:49:57 -0700 Gregory Szorc wireproto: only expose "stream_out" to version 1 transports
Mon, 09 Apr 2018 11:52:31 -0700 Gregory Szorc wireproto: implement capabilities for wire protocol v2
Sun, 08 Apr 2018 09:45:45 -0700 Martin von Zweigbergk context: add deprecation warnings for deprecated types of changeids
Sun, 08 Apr 2018 09:28:08 -0700 Martin von Zweigbergk revsymbol: stop delegating to repo.__getitem__ for unhandled symbols (API)
Sun, 08 Apr 2018 09:28:49 -0700 Martin von Zweigbergk context: handle partial nodeids in revsymbol()
Fri, 06 Apr 2018 23:46:17 -0700 Martin von Zweigbergk context: handle namespaces in revsymbol()
Fri, 06 Apr 2018 23:43:52 -0700 Martin von Zweigbergk scmutil: handle full hex nodeids in revsymbol()
Fri, 06 Apr 2018 23:39:40 -0700 Martin von Zweigbergk context: handle stringified ints in revsymbol()
Tue, 10 Apr 2018 19:32:08 +0530 Pulkit Goyal py3: make sure we write bytes to file
Tue, 10 Apr 2018 19:21:16 +0530 Pulkit Goyal py3: workaround comparing NoneType and integers
Tue, 10 Apr 2018 18:57:56 +0530 Pulkit Goyal py3: use sys.stdout instead of print in test-mq-qpush-fail.t
Tue, 10 Apr 2018 18:57:32 +0530 Pulkit Goyal py3: use '//' for integer division in tests/test-mq-qimport.t
Wed, 11 Apr 2018 14:35:28 +0530 Pulkit Goyal py3: use pycompat.byterepr() instead of repr()
Tue, 10 Apr 2018 18:56:19 +0530 Pulkit Goyal py3: use bytes instead of str in isinstance()
Tue, 10 Apr 2018 18:55:35 +0530 Pulkit Goyal py3: use .startswith() instead of bytes[0]
Tue, 10 Apr 2018 20:14:12 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-ui-config.py
Sat, 07 Apr 2018 22:22:20 -0400 Matt Harbison lfs: infer the blob store URL from paths.default
Sat, 07 Apr 2018 22:40:11 -0400 Matt Harbison lfs: add the ability to disable the usercache
Tue, 10 Apr 2018 22:57:55 -0400 Matt Harbison tests: stabilize test-pull-bundle.t for Windows
Sun, 01 Apr 2018 22:41:49 +0900 Yuya Nishihara hgweb: wrap {archives} with mappinglist
Sun, 01 Apr 2018 22:40:15 +0900 Yuya Nishihara hgweb: forward archivelist() of hgweb to webutil
Sun, 01 Apr 2018 22:37:03 +0900 Yuya Nishihara hgweb: move archivelist() of hgwebdir to webutil
Sun, 01 Apr 2018 22:33:55 +0900 Yuya Nishihara hgweb: drop archivespecs from requestcontext
Sun, 01 Apr 2018 22:32:34 +0900 Yuya Nishihara hgweb: move archivespecs to webutil
Sun, 01 Apr 2018 22:20:44 +0900 Yuya Nishihara hgweb: wrap {labels} by hybridlist()
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip