Mon, 13 Jan 2020 17:15:14 -0500 |
Augie Fackler |
core: migrate uses of hashlib.sha1 to hashutil.sha1
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
Mon, 07 Oct 2019 00:04:04 -0400 |
Gregory Szorc |
py3: finish porting iteritems() to pycompat and remove source transformer
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Sun, 18 Aug 2019 02:28:42 +0300 |
Pulkit Goyal |
interfaceutil: move to interfaces/
|
Wed, 07 Aug 2019 20:10:24 +0200 |
Pierre-Yves David |
rawdata: update caller in wireprotov2server
|
Tue, 12 Feb 2019 19:08:17 +0100 |
Joerg Sonnenberger |
server: allow customizing the default repo filter
|
Sat, 26 Jan 2019 10:00:17 -0800 |
Gregory Szorc |
wireprotov2server: use our JSON encoder
|
Fri, 25 Jan 2019 14:57:37 -0800 |
Gregory Szorc |
wireprotov2server: don't attempt to cast command name
|
Fri, 25 Jan 2019 14:38:49 -0800 |
Gregory Szorc |
wireprotov2server: use pycompat.strkwargs when calling cachekeyfn
|
Thu, 10 Jan 2019 15:57:13 +0100 |
Boris Feld |
revset: remove a rare usage of "%d" for a non-revision item
|
Mon, 10 Dec 2018 18:55:08 +0000 |
Gregory Szorc |
wireprotov2: unify file revision collection and linknode derivation
|
Mon, 10 Dec 2018 18:04:12 +0000 |
Gregory Szorc |
wireprotov2: send linknodes to emitfilerevisions()
|
Thu, 15 Nov 2018 11:22:32 -0800 |
Martin von Zweigbergk |
wireprotov2server: let repo.narrowmatch(match) do matcher intersection
|