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

view: drop stale comment about resolving concurrent operations

The comment was from the time when we resolved divergent operations at
write time.
This commit is contained in:
Martin von Zweigbergk 2021-03-08 23:13:56 -08:00
parent e6aa2402a6
commit a715fd0ae7

View file

@ -571,8 +571,6 @@ impl MutableView {
pub fn save(self, description: String, operation_start_time: Timestamp) -> Operation {
let op_heads_dir = self.path.join("op_heads");
// First write the current view whether or not there have been any concurrent
// operations. We'll later create a merge operation if necessary.
let view_id = self.op_store.write_view(&self.data).unwrap();
let mut operation_metadata = OperationMetadata::new(description);
operation_metadata.start_time = operation_start_time;