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)
Thu, Feb 27, 10:25 PM
Unknown Object (File)
Sun, Feb 9, 1:52 AM
Unknown Object (File)
Tue, Feb 4, 8:58 AM
Unknown Object (File)
Jan 25 2025, 12:23 AM
Unknown Object (File)
Jan 24 2025, 2:16 PM
Unknown Object (File)
Jan 19 2025, 1:20 PM
Unknown Object (File)
Jan 17 2025, 8:30 PM
Unknown Object (File)
Jan 17 2025, 1:44 PM
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.