Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Fri, 09 Jul 2021 23:38:24 +0200 |
Pierre-Yves David |
hg-ssh: normalize the drive of the current working directory on windows
|
Fri, 06 Nov 2020 13:58:59 -0800 |
Gregory Szorc |
global: use python3 in shebangs
|
Thu, 14 Nov 2019 20:35:11 -0800 |
Gregory Szorc |
black: blacken scripts
|
Sun, 20 May 2018 17:35:57 +0530 |
Pulkit Goyal |
py3: use pycompat.fsencode to convert path to bytes
|
Sun, 20 May 2018 17:33:18 +0530 |
Pulkit Goyal |
py3: add b'' prefixes in contrib/hg-ssh
|
Sun, 25 Mar 2018 16:35:24 +0900 |
Yuya Nishihara |
sshserver: do setbinary() by caller (API)
|
Tue, 22 Aug 2017 14:11:48 -0400 |
Augie Fackler |
contrib: update hg-ssh to conform with import style checks
|
Wed, 12 Apr 2017 11:23:55 -0700 |
Augie Fackler |
dispatch: protect against malicious 'hg serve --stdio' invocations (sec)
stable 4.1.3
|
Wed, 10 Feb 2016 22:44:29 +0900 |
FUJIWARA Katsunori |
misc: use modern exception syntax
|
Wed, 10 Feb 2016 22:44:28 +0900 |
FUJIWARA Katsunori |
hg-ssh: parenthesize non-translated message
|
Sun, 10 May 2015 04:39:11 -0700 |
Pierre-Yves David |
hg-ssh: reject push earlier (on pretxnopen)
|
Tue, 22 May 2012 15:17:37 -0700 |
David Schleimer |
hg-ssh: read-only flag
|
Mon, 21 May 2012 16:19:30 -0700 |
David Schleimer |
hg-ssh: refactor to have main() method
|