Page MenuHomePhabricator

Resolve relationship edit conflicts more naturally
ClosedPublic

Authored by epriestley on Jun 22 2016, 3:36 PM.
Tags
None
Referenced Files
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
Unknown Object (File)
Wed, Apr 10, 11:10 AM
Unknown Object (File)
Tue, Apr 2, 9:22 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.