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
If you push several things as remote heads (not bookmarks), then pushes are already atomic, even if the --atomic option is not supported.
For bookmarks, the story is different. The bookmarks are not updated atomically at the moment, and I'm not sure whether doing a batch update would be atomic. If not, maybe update via bundlev2 would work, but I'm not sure either.
For a mix of bookmarks and heads, only the latter might work.
All of those are cinnabar side, assuming the mercurial side does the right thing.
(Of course, with only one ref update that doesn't matter, but if there are multiple ref updates it might.)
Does this require support on the hg server side, or only on the cinnabar client side?
The text was updated successfully, but these errors were encountered: