Skip to content
Snippets Groups Projects
Commit 98c0408324e6 authored by Simon Sapin's avatar Simon Sapin
Browse files

dirstate: Pass the final DirstateItem to _rustmap.addfile()

Now that the Python DirstateItem class wraps a Rust DirstateEntry value,
use that value directly instead of converting through v1 data + 5 booleans.

Also remove propogating the return value. None of the callers look at it,
and it is always None.

Differential Revision: https://phab.mercurial-scm.org/D11494
parent 2ac0e6b23222
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment