Mercurial > hg
log
age | author | description |
---|---|---|
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:16:10 +0200 | Simon Sapin | rust: Move lazy initialization of `Repo::dirstate_map` into a generic struct |
Mon, 13 Sep 2021 13:01:25 +0200 | Simon Sapin | rust: Rename Manifest to Manifestlog, ManifestEntry to Manifest |
Thu, 09 Sep 2021 21:04:55 +0200 | Simon Sapin | rust: Add Repo::dirstate_map and use it in `rhg status` |
Fri, 10 Sep 2021 09:53:09 +0200 | Simon Sapin | rust: Switch to the memmap2-rs crate |
Thu, 09 Sep 2021 18:07:40 +0200 | Simon Sapin | rust: Make OwningDirstateMap generic and move it into hg-core |