unison/unison-src/transcripts/update-on-conflict.md
2022-08-31 14:18:37 -04:00

321 B

Update on conflict

.> builtins.merge
a.x = 1
b.x = 2

Cause a conflict:

.> add
.merged> merge .a
.merged> merge .b

Updating conflicted definitions works fine, and the associated patch contains two entries.

x = 3
.merged> update
.merged> view.patch