Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Tue, 23 Jul 2024 19:20:22 -0400 |
Matt Harbison |
typing: induce pytype to use the standard `attr` instead of the vendored copy
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Raphaël Gomès |
black: format the codebase with 23.3.0
|
Tue, 23 Jul 2024 10:02:46 +0200 |
Raphaël Gomès |
Backout accidental publication of a large range of revisions
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Raphaël Gomès |
black: format the codebase with 23.3.0
|
Fri, 01 Dec 2023 22:56:08 +0100 |
Pierre-Yves David |
censor: accept multiple revision in a single call
|
Mon, 10 Jul 2023 15:38:53 +0200 |
Pierre-Yves David |
wrapfunction: use sysstr instead of bytes as argument in "sqlitestore"
|
Fri, 03 Feb 2023 04:27:17 +0100 |
Pierre-Yves David |
wrapfunction: use sysstr instead of bytes as argument in "sqlitestore"
|
Fri, 06 Jan 2023 13:04:50 -0500 |
Matt Harbison |
typing: suppress a bunch of potential import-error cases in extensions
|
Wed, 04 Jan 2023 16:02:22 +0100 |
Raphaël Gomès |
branching: merge stable into default
|
Wed, 09 Nov 2022 13:54:15 -0500 |
Pierre-Yves David |
sqlitestore: add an `ancestors` method
stable
|
Wed, 09 Nov 2022 13:54:15 -0500 |
Pierre-Yves David |
sqlitestore: add an `ancestors` method
|
Tue, 15 Nov 2022 16:25:23 +0100 |
Pierre-Yves David |
debug: add an option to display statistic about a bundling operation
|
Sun, 29 May 2022 15:17:27 +0200 |
Manuel Jacob |
py3: replace `pycompat.xrange` by `range`
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Sat, 10 Apr 2021 11:27:40 +0200 |
Raphaël Gomès |
cg4: introduce protocol flag to signify the presence of sidedata
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
Wed, 13 Jan 2021 16:14:58 +0100 |
Joerg Sonnenberger |
node: introduce nodeconstants class
|
Fri, 19 Feb 2021 11:15:42 +0100 |
Raphaël Gomès |
changegroupv4: add sidedata helpers
|
Thu, 18 Feb 2021 18:18:35 +0100 |
Raphaël Gomès |
delta: add sidedata field to revision delta
|
Thu, 18 Feb 2021 17:36:52 +0100 |
Raphaël Gomès |
changegroup: add v4 changegroup for revlog v2 exchange
|
Wed, 27 Jan 2021 02:34:51 +0100 |
Joerg Sonnenberger |
revlog: change addgroup callbacks to take revision numbers
|
Wed, 27 Jan 2021 01:43:17 +0100 |
Joerg Sonnenberger |
revlog: change addrevision to return the new revision, not node
|
Sun, 18 Oct 2020 22:18:02 +0200 |
Joerg Sonnenberger |
revlog: extend addgroup() with callback for duplicates
|
Sat, 08 Aug 2020 16:24:12 +0530 |
Pulkit Goyal |
requirements: introduce new requirements related module
|
Mon, 13 Jan 2020 14:12:31 -0500 |
Augie Fackler |
hgext: replace references to hashlib.sha1 with hashutil.sha1
|
Thu, 07 Nov 2019 14:39:02 -0500 |
Augie Fackler |
sqlitestore: remove superfluous r-prefixes on strings
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|