log

age author description
Thu, 06 Sep 2018 21:55:30 +0900 Yuya Nishihara help: add internals.wireprotocolv2 to the table, and remove redundant header
Fri, 17 Aug 2018 19:18:53 -0700 Kyle Lippincott match: improve includematcher.visitchildrenset to be much faster and cached
Thu, 06 Sep 2018 03:21:05 +0530 Pulkit Goyal py3: add new passing tests spotted by the buildbot
Thu, 06 Sep 2018 03:24:27 +0530 Pulkit Goyal tests: order the imports in test-fastannotate-hg.t
Thu, 06 Sep 2018 00:51:21 -0400 Matt Harbison lfs: ensure the blob is linked to the remote store on skipped uploads
Tue, 04 Sep 2018 22:29:38 -0400 Matt Harbison cbor: teach the encoder to handle python `long` type for Windows
Wed, 05 Sep 2018 16:39:47 -0400 Augie Fackler buildrpm: remove TODO that looks done to me stable
Wed, 05 Sep 2018 16:29:31 -0400 Augie Fackler buildrpm: fix embarassing bug in shell variable expansions stable
Tue, 04 Sep 2018 20:48:22 -0400 Matt Harbison absorb: clarify the reason for not finding changesets to modify
Wed, 05 Sep 2018 09:36:31 -0700 Gregory Szorc merge with stable
Tue, 04 Sep 2018 10:22:42 -0700 Gregory Szorc state: use our CBOR module
Tue, 28 Aug 2018 15:41:09 -0700 Gregory Szorc wireprotov2peer: use our CBOR decoder
Tue, 28 Aug 2018 15:37:55 -0700 Gregory Szorc debugcommands: use our CBOR decoder
Tue, 28 Aug 2018 18:12:04 -0700 Gregory Szorc wireprotov2server: use our CBOR encoder
Tue, 28 Aug 2018 18:05:48 -0700 Gregory Szorc wireprotoserver: use our CBOR encoder
Tue, 28 Aug 2018 18:05:08 -0700 Gregory Szorc wireprotoframing: use our CBOR module
Tue, 28 Aug 2018 15:10:56 -0700 Gregory Szorc httppeer: use our CBOR decoder
Wed, 22 Aug 2018 09:02:07 +0800 Anton Shestakov zsh_completion: complete shelve and unshelve
Tue, 21 Aug 2018 20:30:53 +0800 Anton Shestakov zsh_completion: use revsets to exclude this rev from suggestions to hg merge
Tue, 04 Sep 2018 10:36:34 -0700 Martin von Zweigbergk drawdag: correctly pass repo to super constructor
Tue, 04 Sep 2018 20:54:41 -0400 Matt Harbison help: correct a typo in tweakdefaults
Mon, 06 Aug 2018 14:06:19 +0300 Pulkit Goyal narrow: add '--import-rules' flag to tracked command
Thu, 23 Aug 2018 13:11:13 -0700 Gregory Szorc internals: extract wire protocol version 2 commands to standalone doc
Thu, 23 Aug 2018 13:46:39 -0700 Gregory Szorc wireprotov2peer: split responsedata handling into separate function
Wed, 22 Aug 2018 10:25:47 -0700 Gregory Szorc httppeer: add TODO about delayed handling of ^C
Fri, 31 Aug 2018 08:57:14 -0700 Gregory Szorc httppeer: log commands for version 2 peer
Wed, 22 Aug 2018 10:29:30 -0700 Gregory Szorc wireprotov2peer: add TODO about streaming responses
Tue, 04 Sep 2018 12:36:33 -0400 Augie Fackler tests: update relnotes test for actual output
Tue, 04 Sep 2018 17:57:49 +0300 Pulkit Goyal py3: use print as a function in tests/test-hgweb.t
Tue, 04 Sep 2018 17:58:39 +0300 Pulkit Goyal py3: bytestr a bytes val to make sure we get bytechr while iterating