diff -r c802ec4f7196 -r 01afda7e7d6c rust/hg-cpython/src/dirstate.rs --- 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 ) ), )?;