mercurial at 52186: 29 new changesets
Mercurial Commits
hg at intevation.de
Tue Nov 5 10:15:18 UTC 2024
29 new changesets in mercurial:
https://www.mercurial-scm.org/repo/hg/rev/0744248cc541
changeset: 52158:0744248cc541
parent: 52152:de4b9ea2fa34
user: Raphaël Gomès <rgomes at octobus.net>
date: Wed Sep 25 16:42:21 2024 +0200
summary: rust-revlog: add compression helpers
https://www.mercurial-scm.org/repo/hg/rev/426696af24d3
changeset: 52159:426696af24d3
user: Raphaël Gomès <rgomes at octobus.net>
date: Wed Sep 25 18:10:03 2024 +0200
summary: rust-revlog: add file IO helpers
https://www.mercurial-scm.org/repo/hg/rev/039b7caeb4d9
changeset: 52160:039b7caeb4d9
user: Raphaël Gomès <rgomes at octobus.net>
date: Wed Sep 25 18:24:15 2024 +0200
summary: rust-revlog: introduce an `options` module
https://www.mercurial-scm.org/repo/hg/rev/46c68c0fe137
changeset: 52161:46c68c0fe137
user: Raphaël Gomès <rgomes at octobus.net>
date: Thu Oct 17 15:22:38 2024 +0200
summary: rust-vfs: add a TODO to remember a decision taken about naming
https://www.mercurial-scm.org/repo/hg/rev/f2eab4967bfc
changeset: 52162:f2eab4967bfc
user: Raphaël Gomès <rgomes at octobus.net>
date: Thu Oct 10 10:38:10 2024 +0200
summary: rust-index: return an error on a bad index header
https://www.mercurial-scm.org/repo/hg/rev/44823c5011fe
changeset: 52163:44823c5011fe
user: Raphaël Gomès <rgomes at octobus.net>
date: Thu Oct 10 10:38:35 2024 +0200
summary: rust-index: fix the computation of data start
https://www.mercurial-scm.org/repo/hg/rev/e01e84e5e426
changeset: 52164:e01e84e5e426
user: Raphaël Gomès <rgomes at octobus.net>
date: Thu Oct 10 10:34:51 2024 +0200
summary: rust-revlog: add a Rust-only `InnerRevlog`
https://www.mercurial-scm.org/repo/hg/rev/6f94dc3cf8cf
changeset: 52165:6f94dc3cf8cf
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jul 29 15:03:52 2024 +0200
summary: rust-index: use `IndexEntry::offset` to compute read segments
https://www.mercurial-scm.org/repo/hg/rev/13815c9decd4
changeset: 52166:13815c9decd4
user: Raphaël Gomès <rgomes at octobus.net>
date: Wed Jun 19 17:03:13 2024 +0200
summary: changelog: also set the general delta config flag in the data config
https://www.mercurial-scm.org/repo/hg/rev/7346f93be7a4
changeset: 52167:7346f93be7a4
user: Raphaël Gomès <rgomes at octobus.net>
date: Wed Jun 19 19:10:49 2024 +0200
summary: revlog: add the glue to use the Rust `InnerRevlog` from Python
https://www.mercurial-scm.org/repo/hg/rev/6b7ffa3f9199
changeset: 52168:6b7ffa3f9199
user: Raphaël Gomès <rgomes at octobus.net>
date: Wed Jun 19 18:20:22 2024 +0200
summary: rust-changelog: switch away from deprecated APIs for datetime use
https://www.mercurial-scm.org/repo/hg/rev/84b5802ba7d3
changeset: 52169:84b5802ba7d3
user: Raphaël Gomès <rgomes at octobus.net>
date: Thu Sep 26 13:55:26 2024 +0200
summary: rust: populate mmap by default if available
https://www.mercurial-scm.org/repo/hg/rev/1a8466fd904a
changeset: 52170:1a8466fd904a
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jul 29 20:28:42 2024 +0200
summary: hg-core: add fncache module
https://www.mercurial-scm.org/repo/hg/rev/7be39c5110c9
changeset: 52171:7be39c5110c9
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jul 29 20:47:43 2024 +0200
summary: hg-core: add a complete VFS
https://www.mercurial-scm.org/repo/hg/rev/067ec8574c33
changeset: 52172:067ec8574c33
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jul 29 20:49:07 2024 +0200
summary: hg-core: add FnCacheVFS
https://www.mercurial-scm.org/repo/hg/rev/ba9df4e6abb8
changeset: 52173:ba9df4e6abb8
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jul 29 20:34:06 2024 +0200
summary: fncache: refactor load check into a property
https://www.mercurial-scm.org/repo/hg/rev/9fbdf355c916
changeset: 52174:9fbdf355c916
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jul 29 20:34:38 2024 +0200
summary: fncachestore: add typing information
https://www.mercurial-scm.org/repo/hg/rev/bd43465af568
changeset: 52175:bd43465af568
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jul 29 20:35:44 2024 +0200
summary: fncache: add attribute to check whether we're using dotencode
https://www.mercurial-scm.org/repo/hg/rev/72bc29f01570
changeset: 52176:72bc29f01570
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jul 29 20:39:34 2024 +0200
summary: revlog: add glue to use a pure-Rust VFS
https://www.mercurial-scm.org/repo/hg/rev/1da6995835b4
changeset: 52177:1da6995835b4
user: Raphaël Gomès <rgomes at octobus.net>
date: Wed Jul 31 15:02:55 2024 +0200
summary: rust-revlog: move non-persistent-nodemap rev lookup to the index
https://www.mercurial-scm.org/repo/hg/rev/bcd4962e0df9
changeset: 52178:bcd4962e0df9
user: Raphaël Gomès <rgomes at octobus.net>
date: Wed Jul 31 13:35:54 2024 +0200
summary: rust-revlog: don't create an in-memory nodemap for filelogs from Python
https://www.mercurial-scm.org/repo/hg/rev/c90e0f65896e
changeset: 52179:c90e0f65896e
user: Raphaël Gomès <rgomes at octobus.net>
date: Wed Jul 31 15:11:27 2024 +0200
summary: rust-revlog: generalize an error message
https://www.mercurial-scm.org/repo/hg/rev/1032bb0ef365
changeset: 52180:1032bb0ef365
user: Raphaël Gomès <rgomes at octobus.net>
date: Wed Jul 31 15:41:08 2024 +0200
summary: rust-revlog: build an in-memory nodemap if a given revlog gets queried a lot
https://www.mercurial-scm.org/repo/hg/rev/3d797007905d
changeset: 52181:3d797007905d
user: Raphaël Gomès <rgomes at octobus.net>
date: Thu Aug 01 11:27:20 2024 +0200
summary: rust: populate mmaps in a separate thread if possible
https://www.mercurial-scm.org/repo/hg/rev/bd8081e9fd62
changeset: 52182:bd8081e9fd62
user: Raphaël Gomès <rgomes at octobus.net>
date: Thu Sep 26 14:26:24 2024 +0200
summary: rust: don't star export from the `revlog` module
https://www.mercurial-scm.org/repo/hg/rev/82007b8c189e
changeset: 52183:82007b8c189e
user: Raphaël Gomès <rgomes at octobus.net>
date: Tue Oct 08 16:09:39 2024 +0200
summary: rust-vfs: delete the temp file and not the target on drop
https://www.mercurial-scm.org/repo/hg/rev/735bf027dd1d
changeset: 52184:735bf027dd1d
user: Raphaël Gomès <rgomes at octobus.net>
date: Tue Oct 08 16:10:30 2024 +0200
summary: rust-vfs: add tests to `AtomicFile`
https://www.mercurial-scm.org/repo/hg/rev/8d35941689af
changeset: 52185:8d35941689af
user: Raphaël Gomès <rgomes at octobus.net>
date: Thu Oct 10 15:54:45 2024 +0200
summary: rust-vfs: support checkambig
https://www.mercurial-scm.org/repo/hg/rev/85bff84f0ad5
changeset: 52186:85bff84f0ad5
tag: tip
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Oct 21 12:58:40 2024 +0200
summary: rust-vfs: add docstrings to all VFS methods on the trait
--
Repository URL: https://www.mercurial-scm.org/repo/hg
More information about the Mercurial-devel
mailing list