Thu, 29 Apr 2021 22:01:04 +0200 |
Joerg Sonnenberger |
storageutil: match node length with repository
|
file |
diff |
annotate
|
Wed, 04 Jan 2023 16:02:22 +0100 |
Raphaël Gomès |
branching: merge stable into default
|
file |
diff |
annotate
|
Sat, 12 Nov 2022 00:18:41 +0100 |
Pierre-Yves David |
emitrevision: consider ancestors revision to emit as available base
stable
|
file |
diff |
annotate
|
Thu, 24 Nov 2022 04:04:19 +0100 |
Pierre-Yves David |
emitrevision: if we need to compute a delta on the fly, try p1 or p2 first
stable
|
file |
diff |
annotate
|
Mon, 28 Nov 2022 16:27:23 +0100 |
Pierre-Yves David |
emitrevision: simplify the fallback to computed delta
stable
|
file |
diff |
annotate
|
Mon, 28 Nov 2022 15:59:52 +0100 |
Pierre-Yves David |
emitrevision: also check the parents in the availability closure
stable
|
file |
diff |
annotate
|
Mon, 28 Nov 2022 15:48:51 +0100 |
Pierre-Yves David |
emitrevision: add a small closure to check if a base is usable
stable
|
file |
diff |
annotate
|
Wed, 07 Dec 2022 20:12:23 +0100 |
Pierre-Yves David |
bundle: emit full snapshot as is, without doing a redelta
|
file |
diff |
annotate
|
Sat, 12 Nov 2022 00:18:41 +0100 |
Pierre-Yves David |
emitrevision: consider ancestors revision to emit as available base
|
file |
diff |
annotate
|
Thu, 24 Nov 2022 04:04:19 +0100 |
Pierre-Yves David |
emitrevision: if we need to compute a delta on the fly, try p1 or p2 first
|
file |
diff |
annotate
|
Mon, 28 Nov 2022 16:27:23 +0100 |
Pierre-Yves David |
emitrevision: simplify the fallback to computed delta
|
file |
diff |
annotate
|
Mon, 28 Nov 2022 15:59:52 +0100 |
Pierre-Yves David |
emitrevision: also check the parents in the availability closure
|
file |
diff |
annotate
|
Mon, 28 Nov 2022 15:48:51 +0100 |
Pierre-Yves David |
emitrevision: add a small closure to check if a base is usable
|
file |
diff |
annotate
|
Tue, 15 Nov 2022 16:25:23 +0100 |
Pierre-Yves David |
debug: add an option to display statistic about a bundling operation
|
file |
diff |
annotate
|
Sun, 29 May 2022 15:17:27 +0200 |
Manuel Jacob |
py3: replace `pycompat.xrange` by `range`
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
file |
diff |
annotate
|
Thu, 06 Jan 2022 12:46:10 +0100 |
Simon Sapin |
filelog: add a comment explaining a fast path in filerevisioncopied()
|
file |
diff |
annotate
|
Sun, 30 May 2021 20:42:51 +0200 |
Pierre-Yves David |
censor: do not process sidedata of censored revision while bundling
|
file |
diff |
annotate
|
Mon, 19 Apr 2021 11:22:24 +0200 |
Raphaël Gomès |
sidedata: move documentation about sidedata helpers to sidedata module
|
file |
diff |
annotate
|
Mon, 19 Apr 2021 11:22:24 +0200 |
Raphaël Gomès |
sidedata: move sidedata-related utils to the dedicated module
|
file |
diff |
annotate
|
Thu, 08 Apr 2021 16:55:17 +0200 |
Raphaël Gomès |
sidedata: enable sidedata computers to optionally rewrite flags
|
file |
diff |
annotate
|
Sat, 10 Apr 2021 11:27:40 +0200 |
Raphaël Gomès |
cg4: introduce protocol flag to signify the presence of sidedata
|
file |
diff |
annotate
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
file |
diff |
annotate
|
Fri, 19 Feb 2021 11:15:42 +0100 |
Raphaël Gomès |
changegroupv4: add sidedata helpers
|
file |
diff |
annotate
|
Thu, 18 Feb 2021 18:18:35 +0100 |
Raphaël Gomès |
delta: add sidedata field to revision delta
|
file |
diff |
annotate
|
Tue, 21 Jul 2020 22:41:45 +0200 |
Joerg Sonnenberger |
storageutil: allow modern hash sizes for fileids
|
file |
diff |
annotate
|
Fri, 06 Mar 2020 13:27:41 -0500 |
Augie Fackler |
cleanup: run pyupgrade on our source tree to clean up varying things
|
file |
diff |
annotate
|
Mon, 13 Jan 2020 17:15:14 -0500 |
Augie Fackler |
core: migrate uses of hashlib.sha1 to hashutil.sha1
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
file |
diff |
annotate
|
Sun, 18 Aug 2019 00:45:33 +0300 |
Pulkit Goyal |
interfaces: create a new folder for interfaces and move repository.py in it
|
file |
diff |
annotate
|
Wed, 07 Aug 2019 20:11:50 +0200 |
Pierre-Yves David |
rawdata: update callers in storageutils
|
file |
diff |
annotate
|
Fri, 02 Nov 2018 14:24:29 -0400 |
Augie Fackler |
merge with stable
|
file |
diff |
annotate
|
Wed, 31 Oct 2018 12:08:37 -0700 |
Boris Feld |
changegroup: restore default node ordering (issue6001)
stable
|
file |
diff |
annotate
|
Wed, 10 Oct 2018 00:21:02 +0200 |
Boris Feld |
changegroup: allow to force delta to be against p1
|
file |
diff |
annotate
|
Tue, 09 Oct 2018 22:02:01 +0200 |
Boris Feld |
changegroup: refactor emitrevision to use a `deltamode` argument
|
file |
diff |
annotate
|
Tue, 16 Oct 2018 15:36:19 +0200 |
Gregory Szorc |
storageutil: extract most of peek_censored from revlog
|
file |
diff |
annotate
|
Tue, 16 Oct 2018 17:45:39 +0200 |
Gregory Szorc |
storageutil: convert fileid to bytes to avoid cast to %s
|
file |
diff |
annotate
|
Fri, 28 Sep 2018 16:34:53 -0700 |
Gregory Szorc |
storageutil: pass nodes into emitrevisions()
|
file |
diff |
annotate
|
Fri, 28 Sep 2018 16:16:09 -0700 |
Gregory Szorc |
storageutil: make all callables optional
|
file |
diff |
annotate
|
Fri, 28 Sep 2018 16:16:22 -0700 |
Gregory Szorc |
storageutil: extract most of emitrevisions() to standalone function
|
file |
diff |
annotate
|
Fri, 28 Sep 2018 11:51:17 -0700 |
Gregory Szorc |
storageutil: invert logic of file data comparison
|
file |
diff |
annotate
|
Fri, 28 Sep 2018 11:47:53 -0700 |
Gregory Szorc |
storageutil: extract filelog.cmp() to a standalone function
|
file |
diff |
annotate
|
Fri, 28 Sep 2018 11:37:49 -0700 |
Gregory Szorc |
storageutil: extract copy metadata retrieval out of filelog
|
file |
diff |
annotate
|
Fri, 28 Sep 2018 11:29:05 -0700 |
Gregory Szorc |
storageutil: extract functionality for resolving strip revisions
|
file |
diff |
annotate
|
Fri, 28 Sep 2018 11:16:44 -0700 |
Gregory Szorc |
storageutil: consistently raise LookupError (API)
|
file |
diff |
annotate
|
Fri, 28 Sep 2018 11:03:17 -0700 |
Gregory Szorc |
storageutil: implement file identifier resolution method (BC)
|
file |
diff |
annotate
|
Mon, 24 Sep 2018 15:19:52 -0700 |
Gregory Szorc |
storageutil: extract revision number iteration
|
file |
diff |
annotate
|
Mon, 24 Sep 2018 14:54:28 -0700 |
Gregory Szorc |
storageutil: new function for extracting metadata-less content from text
|
file |
diff |
annotate
|
Mon, 24 Sep 2018 14:33:45 -0700 |
Gregory Szorc |
storageutil: move _censoredtext() from revlog
|
file |
diff |
annotate
|
Mon, 24 Sep 2018 14:31:31 -0700 |
Gregory Szorc |
storageutil: move metadata parsing and packing from revlog (API)
|
file |
diff |
annotate
|
Mon, 24 Sep 2018 14:23:54 -0700 |
Gregory Szorc |
storageutil: new module for storage primitives (API)
|
file |
diff |
annotate
|