pub fn branch_delete(
db: &Db,
branch: &str,
coll: &str,
id: &str,
) -> Result<BranchWrite, Error>Expand description
Delete a document on a branch.
Recorded as an explicit None, not as the removal of the overlay entry:
“the branch deleted this” and “the branch never touched this” are different
facts and the merge treats them differently.