log

age author description
Sat, 15 Sep 2018 00:19:09 -0400 Augie Fackler keepalive: work around slight deficiency in vcr
Sat, 15 Sep 2018 00:18:16 -0400 Augie Fackler hghave: add a checker for the vcr HTTP record/replay library
Sat, 15 Sep 2018 00:04:06 -0400 Matt Harbison py3: allow run-tests.py to run on Windows
Fri, 14 Sep 2018 23:04:18 -0400 Matt Harbison py3: ensure run-tests environment is uniformly str
Fri, 14 Sep 2018 22:57:35 -0400 Matt Harbison py3: ensure run-tests.osenvironb is actually bytes
Thu, 13 Sep 2018 22:07:00 -0400 Matt Harbison py3: fix str vs bytes in enough places to run `hg version` on Windows
Thu, 13 Sep 2018 20:54:53 -0400 Matt Harbison windows: open registry keys using unicode names
Thu, 13 Sep 2018 00:39:02 -0400 Matt Harbison py3: byteify strings in pycompat
Thu, 30 Aug 2018 14:55:34 -0700 Gregory Szorc wireprotov2: let clients drive delta behavior
Tue, 04 Sep 2018 10:42:24 -0700 Gregory Szorc exchangev2: fetch file revisions
Wed, 05 Sep 2018 09:10:17 -0700 Gregory Szorc wireprotov2: define and implement "filedata" command
Wed, 05 Sep 2018 09:09:57 -0700 Gregory Szorc exchangev2: fetch manifest revisions
Wed, 05 Sep 2018 09:09:52 -0700 Gregory Szorc wireprotov2: define and implement "manifestdata" command
Wed, 22 Aug 2018 14:51:11 -0700 Gregory Szorc wireprotov2: add TODOs around extending changesetdata fields
Wed, 29 Aug 2018 17:03:19 -0700 Gregory Szorc exchangev2: fetch and apply bookmarks
Thu, 23 Aug 2018 18:14:19 -0700 Gregory Szorc wireprotov2: add bookmarks to "changesetdata" command
Wed, 12 Sep 2018 10:01:58 -0700 Gregory Szorc exchangev2: fetch and apply phases data
Tue, 28 Aug 2018 18:19:23 -0700 Gregory Szorc wireprotov2: add phases to "changesetdata" command
Wed, 12 Sep 2018 10:01:36 -0700 Gregory Szorc exchangev2: fetch changeset revisions
Wed, 12 Sep 2018 10:01:16 -0700 Gregory Szorc wireprotov2: define and implement "changesetdata" command
Wed, 12 Sep 2018 09:58:23 -0700 Gregory Szorc exchangev2: start to implement pull with wire protocol v2
Tue, 21 Aug 2018 15:33:11 -0700 Gregory Szorc httppeer: expose capabilities for each command
Thu, 13 Sep 2018 22:48:27 -0700 spectral narrow: intersect provided matcher with narrowmatcher in `hg diff`
Sat, 01 Sep 2018 12:15:02 +0900 Yuya Nishihara identify: change {parents} to a list of nodes (BC)
Sat, 01 Sep 2018 12:09:22 +0900 Yuya Nishihara identify: use fm.hexfunc thoroughly
Sat, 01 Sep 2018 15:52:18 +0900 Yuya Nishihara formatter: replace contexthint() with demand loading of ctx object
Thu, 07 Jun 2018 21:48:11 +0900 Yuya Nishihara formatter: populate ctx from repo and node value
Fri, 14 Sep 2018 18:18:46 -0400 Augie Fackler merge with stable
Sat, 15 Sep 2018 00:37:20 +0300 Pulkit Goyal py3: call hgweb.hgweb() with bytes values
Sat, 15 Sep 2018 00:24:05 +0300 Pulkit Goyal py3: use '%d' for integers instead of '%s'