diff rust/hg-cpython/src/dirstate.rs @ 44839:01afda7e7d6c

rust-hg-cpython: update status bridge with the new `traversedir` support Differential Revision: https://phab.mercurial-scm.org/D8519
author Rapha?l Gom?s <rgomes@octobus.net>
date Tue, 12 May 2020 11:37:55 +0200
parents 82f51ab7a2dd
children 2a68a5ec8dd0
line wrap: on
line diff
--- 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
             )
         ),
     )?;