rust/hg-cpython/src/dirstate.rs
changeset 44839 01afda7e7d6c
parent 44540 82f51ab7a2dd
child 45517 2a68a5ec8dd0
--- a/rust/hg-cpython/src/dirstate.rs	Tue May 12 11:36:52 2020 +0200
+++ b/rust/hg-cpython/src/dirstate.rs	Tue May 12 11:37:55 2020 +0200
@@ -133,7 +133,8 @@
                 last_normal_time: i64,
                 list_clean: bool,
                 list_ignored: bool,
-                list_unknown: bool
+                list_unknown: bool,
+                collect_traversed_dirs: bool
             )
         ),
     )?;