log rust/hg-core/src/revlog/changelog.rs @ 51725:bbe59cc5d2e1

age author description
Mon, 22 Jul 2024 18:20:29 +0200 Georges Racinet rust-changelog: accessing the index
Thu, 18 Jul 2024 13:35:39 +0200 Raphaël Gomès rust: apply clippy lints
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 13:35:39 +0200 Raphaël Gomès rust: apply clippy lints
Tue, 20 Feb 2024 10:47:47 -0500 Arun Kulshreshtha hg-core: separate timestamp and extra methods
Thu, 15 Feb 2024 11:39:18 -0500 Arun Kulshreshtha hg-core: implement timestamp line parsing
Mon, 12 Feb 2024 16:22:47 +0100 Raphaël Gomès branching: merge stable into default
Tue, 30 Jan 2024 22:14:02 +0000 Arun Kulshreshtha rust-changelog: don't panic on empty file lists stable
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
Thu, 06 Jul 2023 11:58:24 +0200 Georges Racinet rust-changelog: removed now useless early conditional for NULL_REVISION stable
Thu, 06 Jul 2023 11:53:40 +0200 Georges Racinet rust-revlog: fix RevlogEntry.data() for NULL_REVISION stable
Thu, 30 Mar 2023 12:21:38 +0200 Georges Racinet rust-changelog: introduce ChangelogEntry parent entries accessors
Wed, 29 Mar 2023 20:50:42 +0200 Georges Racinet rust-changelog: introducing an intermediate `ChangelogEntry`
Wed, 29 Mar 2023 21:03:39 +0200 Georges Racinet rust-changelog: added a test for `NULL_REVISION` special case
Wed, 29 Mar 2023 20:24:58 +0200 Georges Racinet rust-changelog: made doc-comments more consistent
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`
Tue, 12 Apr 2022 23:15:25 -0700 Martin von Zweigbergk changelog: avoid copying changeset data into `ChangesetRevisionData`
Fri, 15 Apr 2022 09:37:13 -0700 Martin von Zweigbergk rust-revlog: make `Changelog` and `ManifestLog` unaware of `Repo`
Tue, 12 Apr 2022 21:25:56 -0700 Martin von Zweigbergk rust-revlog: make unaware of `Repo`
Tue, 12 Apr 2022 11:40:37 -0700 Martin von Zweigbergk rust-revlog: move check for nodemap requirement to caller
Tue, 05 Apr 2022 12:06:32 -0700 Martin von Zweigbergk rust-revlog: add methods for getting parent revs and entries
Tue, 05 Apr 2022 08:47:04 -0700 Martin von Zweigbergk rust-changelog: start parsing changeset data
Mon, 04 Apr 2022 23:27:16 -0700 Martin von Zweigbergk rust-changelog: remove special parsing of empty changelog data for null rev
Thu, 31 Mar 2022 22:06:26 -0700 Martin von Zweigbergk rust-changelog: don't skip empty lines when iterating over changeset lines
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, 12 Oct 2021 19:43:51 +0100 Arseniy Alekseyev rhg: handle null changelog and manifest revisions