diff rust/Cargo.lock @ 47113:be579775c2d9

dirstate-tree: Add the new `status()` algorithm With the dirstate organized in a tree that mirrors the structure of the filesystem tree, we can traverse both trees at the same time in order to compare them. This is hopefully more efficient that building multiple big hashmaps for all of the repository’s contents. Differential Revision: https://phab.mercurial-scm.org/D10547
author Simon Sapin <simon.sapin@octobus.net>
date Fri, 16 Apr 2021 12:12:41 +0200
parents d6c94ca40863
children fad504cfc94b
line wrap: on
line diff
--- a/rust/Cargo.lock	Fri Apr 16 12:12:04 2021 +0200
+++ b/rust/Cargo.lock	Fri Apr 16 12:12:41 2021 +0200
@@ -358,6 +358,7 @@
  "format-bytes",
  "home",
  "im-rc",
+ "itertools",
  "lazy_static",
  "log",
  "memmap",