rust/hg-core/src/revlog/changelog.rs
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
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`
Tue, 14 Sep 2021 18:07:11 +0200 Simon Sapin rust: Make private the `index` field of the `Revlog` struct
Mon, 13 Sep 2021 18:09:10 +0200 Simon Sapin rhg: Reuse manifest when checking status of multiple ambiguous files
Mon, 13 Sep 2021 18:02:45 +0200 Simon Sapin rust: Return HgError instead of RevlogError in revlog constructors
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 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 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, 28 Sep 2020 17:13:15 +0200 Antoine cezar hg-core: fix path encoding usage
Wed, 09 Sep 2020 16:25:23 +0200 Antoine Cezar hg-core: add `Changlog` a specialized `Revlog`
less more (0) tip