bug-rcs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: merge command, showing conlict when successfull merge expected


From: Thien-Thi Nguyen
Subject: Re: merge command, showing conlict when successfull merge expected
Date: Mon, 05 Oct 2020 14:50:32 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

() Alejandro Fernandez <alex@datakitchen.io>
() Tue, 3 Mar 2020 11:14:13 -0300

   To report this issue.
   Let me know if there are any comments.

IIUC, the merge command is working as expected.

   ---- command ----
   vagrant@local2:~/temp/merges/example008$ merge -p source-vim.json
   base-vim.json target-vim.json
   <<<<<<< source-vim.json
   start emailsource
   success email
   =======
   start email
   success emailtarget
   >>>>>>> target-vim.json
   merge: warning: conflicts during merge

   ---- expected result ----
   No merge conflicts.

   ---- expected outcome ----
   start emailsource
   success emailtarget

   ---- file contents ----
   vagrant@local2:~/temp/merges/example008$ cat base-vim.json
   start email
   success email
   vagrant@local2:~/temp/merges/example008$ cat source-vim.json
   start emailsource
   success email
   vagrant@local2:~/temp/merges/example008$ cat target-vim.json
   start email
   success emailtarget

Why do you expect there to be no merge conflicts?

-- 
Thien-Thi Nguyen

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]