Mercurial > public > mercurial-scm > hg
log mercurial/debugcommands.py @ 36534:5faeabb07cf5
age | author | description |
---|---|---|
Mon, 26 Feb 2018 18:01:13 -0800 | Gregory Szorc | debugcommands: support for triggering push protocol |
Fri, 23 Feb 2018 12:50:59 -0800 | Gregory Szorc | debugcommands: support for sending "batch" requests |
Thu, 01 Mar 2018 08:27:30 -0800 | Gregory Szorc | debugcommands: allow sending of simple commands with debugwireproto |
Thu, 01 Mar 2018 08:24:54 -0800 | Gregory Szorc | debugcommands: add debugwireproto command |
Tue, 27 Feb 2018 15:47:44 -0800 | Gregory Szorc | debugcommands: add debugserve command |
Thu, 01 Mar 2018 23:54:52 +0530 | Pulkit Goyal | py3: use pycompat.bytestr() to convert error instances to bytes |
Tue, 27 Feb 2018 14:46:35 +0530 | Pulkit Goyal | py3: use '%d' to convert integers to bytes |