comparison rust/hg-cpython/src/dirstate.rs @ 43916:6a88ced33c40

rust-dirstate-status: update bridge for new rust version of `dirstate.status` Differential Revision: https://phab.mercurial-scm.org/D7530
author Raphaël Gomès <rgomes@octobus.net>
date Fri, 29 Nov 2019 17:30:10 +0100
parents ab9b0a20b9e6
children cf1f8660e568
comparison
equal deleted inserted replaced
43915:8c77826116f7 43916:6a88ced33c40
114 py_fn!( 114 py_fn!(
115 py, 115 py,
116 status_wrapper( 116 status_wrapper(
117 dmap: DirstateMap, 117 dmap: DirstateMap,
118 root_dir: PyObject, 118 root_dir: PyObject,
119 matcher: PyObject,
119 list_clean: bool, 120 list_clean: bool,
120 last_normal_time: i64, 121 last_normal_time: i64,
121 check_exec: bool 122 check_exec: bool
122 ) 123 )
123 ), 124 ),