On Nov 8, 2013, at 7:07 PM, Ryan Mohr <[email protected]> wrote: > Couldn't you do this with _bulk_docs and new_edits:false?
This would add a new revision, but it'd be a new roots in the revision tree (i.e. a sibling not a child of the previous revision.) This would essentially create a conflict, and it would then be a toss-up which revision would be considered the current one. You don’t want to do this. —Jens
