log hgext/infinitepush/__init__.py @ 37785:b4d85bc122bd

age author description
Mon, 16 Apr 2018 22:21:54 -0700 Gregory Szorc wireproto: rename wireproto to wireprotov1server (API)
Wed, 11 Apr 2018 12:51:09 -0700 Gregory Szorc peer: scatter module to the wind (API)
Wed, 11 Apr 2018 12:49:08 -0700 Gregory Szorc wireproto: move version 1 peer functionality to standalone module (API)
Wed, 11 Apr 2018 10:50:58 -0700 Gregory Szorc wireproto: move value encoding functions to wireprototypes (API)
Thu, 12 Apr 2018 14:30:37 +0530 Pulkit Goyal py3: use '%d' for integers instead of '%s'
Thu, 12 Apr 2018 14:28:08 +0530 Pulkit Goyal py3: prevent transformer from adding b'' by adding r'' prefix
Thu, 12 Apr 2018 14:26:31 +0530 Pulkit Goyal py3: use pycompat.{strkwargs|byteskwargs} in infinitepush