ok/jj
1
0
Fork 0
forked from mirrors/jj

working copy: don't clear tree_state_dirty just before it's dropped

This commit is contained in:
Martin von Zweigbergk 2023-10-15 07:51:42 -07:00 committed by Martin von Zweigbergk
parent 8826639e4e
commit 49637cb0fd

View file

@ -1687,7 +1687,6 @@ impl LockedLocalWorkingCopy {
self.wc.save();
}
// TODO: Clear the "pending_checkout" file here.
self.tree_state_dirty = false;
Ok(self.wc)
}
}