forked from mirrors/jj
working copy: don't clear tree_state_dirty
just before it's dropped
This commit is contained in:
parent
8826639e4e
commit
49637cb0fd
1 changed files with 0 additions and 1 deletions
|
@ -1687,7 +1687,6 @@ impl LockedLocalWorkingCopy {
|
|||
self.wc.save();
|
||||
}
|
||||
// TODO: Clear the "pending_checkout" file here.
|
||||
self.tree_state_dirty = false;
|
||||
Ok(self.wc)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue