You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/mergin/sync/models.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1191,7 +1191,7 @@ def _compare_changes(
1191
1191
PushChangeType.DELETE,
1192
1192
PushChangeType.CREATE,
1193
1193
): ChangeComparisonAction.FORCE_UPDATE,
1194
-
# delete + update = invalid sequence
1194
+
# delete + update = replace it (used for multicheckpoint ranges when we want to keep file in history even if it was deleted in the middle, so we keep delete but update metadata and diffs)
0 commit comments