log

age author description
Sun, 01 Apr 2018 23:21:17 -0700 Martin von Zweigbergk bisect: avoid repo.lookup() for converting revnum to nodeid
Sun, 01 Apr 2018 23:19:37 -0700 Martin von Zweigbergk transplant: avoid repo.lookup() for converting revnum to nodeid
Sun, 01 Apr 2018 23:10:25 -0700 Martin von Zweigbergk tests: avoid repo.lookup() for converting revnum to nodeid
Mon, 02 Apr 2018 15:14:31 -0700 Martin von Zweigbergk bundle: consistently keep a list of stringified revisions in "revs"
Mon, 02 Apr 2018 15:10:41 -0700 Martin von Zweigbergk bundle: avoid repo.lookup() for converting revnum to nodeid
Tue, 03 Apr 2018 14:39:21 -0700 Martin von Zweigbergk push: avoid using repo.lookup() for converting to nodeid
Tue, 03 Apr 2018 22:24:50 +0900 Yuya Nishihara addremove: pass command-level similarity value down to scmutil.addremove()
Tue, 03 Apr 2018 13:37:57 -0400 Augie Fackler setup: add overlooked hgext.infinitepush package declaration
Tue, 03 Apr 2018 09:12:15 -0700 Martin von Zweigbergk tests: remove dependence on repo.changectx()
Tue, 03 Apr 2018 08:55:49 -0700 Martin von Zweigbergk log: remove dependence on repo.changectx()
Tue, 03 Apr 2018 08:55:16 -0700 Martin von Zweigbergk verify: remove dependence on repo.changectx()
Tue, 03 Apr 2018 08:46:58 -0700 Martin von Zweigbergk bookmarks: switch from repo.changectx('.') to repo['.']
Wed, 28 Mar 2018 14:52:57 -0700 Gregory Szorc stringutil: add function to pretty print an object
Wed, 28 Mar 2018 13:30:24 -0700 Gregory Szorc wireproto: add frame flag to denote payloads as CBOR
Wed, 28 Mar 2018 13:01:28 -0700 Gregory Szorc wireproto: implement custom __repr__ for frame
Wed, 28 Mar 2018 12:44:35 -0700 Gregory Szorc keepalive: implement readinto()
Fri, 23 Mar 2018 16:24:53 -0700 Gregory Szorc wireproto: port protocol handler to zope.interface
Wed, 28 Mar 2018 10:40:41 -0700 Gregory Szorc wireproto: separate commands tables for version 1 and 2 commands
Wed, 28 Mar 2018 10:12:02 -0700 Gregory Szorc wireproto: mark SSHv2 as a version 1 transport
Wed, 28 Mar 2018 14:05:29 -0700 Gregory Szorc wireproto: stop aliasing wire protocol types (API)
Mon, 26 Mar 2018 14:34:32 -0700 Gregory Szorc wireproto: use CBOR for command requests
Mon, 26 Mar 2018 10:50:36 -0700 Gregory Szorc wireproto: define frame to represent progress updates
Wed, 28 Mar 2018 15:05:39 -0700 Gregory Szorc wireproto: syntax for encoding CBOR into frames
Mon, 26 Mar 2018 13:59:56 -0700 Gregory Szorc wireproto: explicit API to create outgoing streams
Mon, 26 Mar 2018 11:00:16 -0700 Gregory Szorc wireproto: add streams to frame-based protocol
Wed, 04 Apr 2018 10:35:09 -0400 Augie Fackler Added signature for changeset 7de7bd407251 stable
Wed, 04 Apr 2018 10:35:09 -0400 Augie Fackler Added tag 4.5.3 for changeset 7de7bd407251 stable
Mon, 26 Mar 2018 13:57:22 -0700 Gregory Szorc wireproto: start to associate frame generation with a stream
Mon, 26 Mar 2018 13:51:22 -0700 Gregory Szorc tests: fix duplicate and failing test
Mon, 02 Apr 2018 16:47:53 -0700 Gregory Szorc debugcommands: drop offset and length from debugindex by default