forked from mirrors/jj
working_copy: update stale comment on LockedWorkingCopy
The recent refactoring introducing `WorkgingCopy::start_mutation()`
(25d19e8a65
) made this comment incorrect.
This commit is contained in:
parent
cb5dd387ed
commit
419efb88f9
1 changed files with 2 additions and 2 deletions
|
@ -851,8 +851,8 @@ impl WorkingCopy {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// A working copy that's locked on disk. The tree state has already been
|
/// A working copy that's locked on disk. The lock is held until you call
|
||||||
// updated.
|
/// `finish()` or `discard()`.
|
||||||
pub struct LockedWorkingCopy<'a> {
|
pub struct LockedWorkingCopy<'a> {
|
||||||
wc: &'a mut WorkingCopy,
|
wc: &'a mut WorkingCopy,
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
|
|
Loading…
Reference in a new issue