Tue, 29 Oct 2024 11:00:04 +0100 |
Raphaël Gomès |
rust: normalize `_for_unchecked_rev` naming among revlogs and the index
|
Thu, 26 Sep 2024 14:26:24 +0200 |
Raphaël Gomès |
rust: don't star export from the `revlog` module
|
Thu, 10 Aug 2023 11:00:34 +0200 |
Raphaël Gomès |
rust: use the new `UncheckedRevision` everywhere applicable
|
Tue, 10 Jan 2023 11:20:54 +0100 |
Raphaël Gomès |
rust-clippy: merge "revlog" module definition and struct implementation
|
Mon, 09 Jan 2023 19:18:43 +0100 |
Raphaël Gomès |
rust-clippy: fix most warnings in `hg-core`
|
Mon, 09 Jan 2023 18:50:29 +0100 |
Raphaël Gomès |
rust-clippy: refactor complex type
|
Tue, 21 Dec 2021 15:57:30 +0100 |
Simon Sapin |
rhg: Rename some revlog-related types and methods
|
Tue, 23 Nov 2021 19:39:51 +0100 |
Simon Sapin |
rhg: Also parse flags in the manifest parser
|
Tue, 23 Nov 2021 18:27:42 +0100 |
Simon Sapin |
rhg: Propogate manifest parse errors instead of panicking
|
Fri, 15 Oct 2021 14:05:20 +0100 |
Arseniy Alekseyev |
rhg: internally, return a structured representation from hg cat
|
Thu, 14 Oct 2021 22:35:46 -0700 |
Martin von Zweigbergk |
rhg: fix formatting error reported by test-check-format-rust.t
|
Tue, 05 Oct 2021 15:10:42 +0100 |
Arseniy Alekseyev |
rhg: stop manifest traversal when no more files are needed
|
Mon, 04 Oct 2021 19:06:45 +0100 |
Arseniy Alekseyev |
rhg: faster hg cat when many files are requested
|
Tue, 14 Sep 2021 18:25:51 +0200 |
Simon Sapin |
rust: Rename get_node methods to data_for_node, get_rev to data_for_rev
|
Mon, 13 Sep 2021 18:09:10 +0200 |
Simon Sapin |
rhg: Reuse manifest when checking status of multiple ambiguous files
|
Mon, 13 Sep 2021 15:42:39 +0200 |
Simon Sapin |
rust: Add a Filelog struct that wraps Revlog
|
Mon, 13 Sep 2021 13:45:10 +0200 |
Simon Sapin |
rust: Add Repo::manifest(revision)
|
Mon, 13 Sep 2021 13:29:55 +0200 |
Simon Sapin |
rust: Keep lazily-initialized Changelog and Manifest log on the Repo object
|
Mon, 13 Sep 2021 13:01:25 +0200 |
Simon Sapin |
rust: Rename Manifest to Manifestlog, ManifestEntry to Manifest
|
Wed, 03 Mar 2021 16:40:03 +0100 |
Simon Sapin |
rhg: `cat` command: print error messages for missing files
|
Wed, 27 Jan 2021 14:45:25 +0100 |
Simon Sapin |
rust: use HgError in RevlogError and Vfs
|
Tue, 26 Jan 2021 20:42:36 +0100 |
Simon Sapin |
rust: remove three enums that were identical to `RevlogError`
|
Tue, 26 Jan 2021 19:07:24 +0100 |
Simon Sapin |
rust: remove `FooError` structs with only `kind: FooErrorKind` enum field
|
Tue, 26 Jan 2021 18:31:46 +0100 |
Simon Sapin |
rhg: centralize parsing of `--rev` CLI arguments
|
Mon, 25 Jan 2021 11:48:47 +0100 |
Simon Sapin |
rust: Make NodePrefix allocation-free and Copy, remove NodePrefixRef
|
Mon, 14 Dec 2020 16:33:15 +0100 |
Simon Sapin |
rust: introduce Repo and Vfs types for filesystem abstraction
|
Mon, 14 Dec 2020 14:59:23 +0100 |
Simon Sapin |
rust: replace most "operation" structs with functions
|
Mon, 14 Dec 2020 13:47:44 +0100 |
Simon Sapin |
rust: change &PathBuf parameters to &Path
|
Wed, 02 Dec 2020 15:00:49 +0100 |
Simon Sapin |
rust: use NodePrefix::from_hex instead of hex::decode directly
|
Mon, 30 Nov 2020 19:34:49 +0100 |
Simon Sapin |
rhg: allow specifying a changeset ID prefix
|
Mon, 28 Sep 2020 17:13:15 +0200 |
Antoine cezar |
hg-core: fix path encoding usage
|
Thu, 29 Oct 2020 19:25:33 +0100 |
Antoine cezar |
rhg: strip copied files metadata from `cat` output
|
Fri, 11 Sep 2020 17:32:53 +0200 |
Antoine Cezar |
hg-core: add a `CatRev` operation
|