Page MenuHomePhabricator

Resolve relationship edit conflicts more naturally
ClosedPublic

Authored by epriestley on Jun 22 2016, 3:36 PM.
Tags
None
Referenced Files
F13146824: D16164.diff
Fri, May 3, 10:38 AM
Unknown Object (File)
Thu, Apr 25, 3:56 AM
Unknown Object (File)
Sun, Apr 21, 11:15 PM
Unknown Object (File)
Sun, Apr 21, 12:10 PM
Unknown Object (File)
Fri, Apr 19, 2:29 AM
Unknown Object (File)
Fri, Apr 19, 2:29 AM
Unknown Object (File)
Fri, Apr 19, 2:29 AM
Unknown Object (File)
Thu, Apr 11, 3:49 AM
Subscribers
None

Details

Summary

Ref T11179. Ref T4768. Currently, on master, if two users open "Edit Revisions" at the same time, then add revisions A and B, only the last state wins (just "B").

Instead, apply these as "add A" and "add B" so they merge in a natural way.

Test Plan
  • Opened edit dialog in two windows.
  • Added "A" in one, "B" in the other.
  • Saved both.
  • Saw "Added A" and "Added B" transactions, instead of "Added A" and "Removed A, added B".

Diff Detail

Repository
rP Phabricator
Branch
relation3
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 12763
Build 16244: Run Core Tests
Build 16243: arc lint + arc unit

Event Timeline

chad edited edge metadata.
This revision is now accepted and ready to land.Jun 22 2016, 4:53 PM
This revision was automatically updated to reflect the committed changes.