Mon, 18 Sep 2023 17:11:11 +0200 |
Raphaël Gomès |
rust-revlog: teach the revlog opening code to read the repo options
|
Thu, 10 Aug 2023 11:01:07 +0200 |
Raphaël Gomès |
rust: implement the `Graph` trait for all revlogs
|
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`
|
Wed, 05 Oct 2022 15:45:05 -0400 |
Arseniy Alekseyev |
rhg: parallellize computation of [unsure_is_modified]
|
Thu, 05 May 2022 15:38:29 +0100 |
Arseniy Alekseyev |
censor: make rhg fall back to python when encountering a censored node
|
Tue, 12 Apr 2022 21:25:56 -0700 |
Martin von Zweigbergk |
rust-revlog: make unaware of `Repo`
|
Thu, 14 Apr 2022 09:09:45 -0700 |
Martin von Zweigbergk |
rust-filelog: don't use persistent nodemap (to match Python)
|
Tue, 12 Apr 2022 11:40:37 -0700 |
Martin von Zweigbergk |
rust-revlog: move check for nodemap requirement to caller
|
Fri, 07 Jan 2022 14:40:21 +0100 |
Simon Sapin |
rhg: desambiguate status without decompressing filelog if possible
|
Tue, 21 Dec 2021 18:50:44 +0100 |
Simon Sapin |
rhg: Expose FilelogEntry that wraps RevlogEntry
|
Tue, 21 Dec 2021 18:35:58 +0100 |
Simon Sapin |
rhg: Add RevlogEntry::data that does delta resolution
|
Tue, 21 Dec 2021 15:57:30 +0100 |
Simon Sapin |
rhg: Rename some revlog-related types and methods
|
Tue, 19 Oct 2021 10:52:13 +0100 |
Arseniy Alekseyev |
rhg: simplify split_metadata
|
Fri, 15 Oct 2021 14:05:20 +0100 |
Arseniy Alekseyev |
rhg: internally, return a structured representation from hg cat
|
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
|
Tue, 14 Sep 2021 18:10:35 +0200 |
Simon Sapin |
rust: Rename the `Revlog::get_node_rev` method to `rev_from_node`
|
Mon, 13 Sep 2021 18:02:45 +0200 |
Simon Sapin |
rust: Return HgError instead of RevlogError in revlog constructors
|
Mon, 13 Sep 2021 15:42:39 +0200 |
Simon Sapin |
rust: Add a Filelog struct that wraps Revlog
|