Issue11

Title add handling of rename on merge
Priority bug Status resolved
Superseder Nosy List ThomasAH, junkblocker, mpm
Assigned To mpm Topics merge

Created on 2005-10-20.23:46:01 by mpm, last changed 2007-03-11.18:49:20 by ThomasAH.

Messages
msg2861 (view) Author: ThomasAH Date: 2007-03-11.18:49:20
tested the last bit, works fine in stable and main
msg2809 (view) Author: ThomasAH Date: 2007-02-28.08:42:40
Does merge of files added to a renamed directory work now?
(I guess yes, but didn't verify)
msg2182 (view) Author: ThomasAH Date: 2006-10-13.13:20:54
merge following renamed files is in main now and enabled by default.
TODO: merge of files added to a renamed directory.
msg1476 (view) Author: bos Date: 2006-06-04.14:30:24
Proposal for two kinds of behaviour for diff command.  1: follow renames. 2:
honour only path names.

Proposal for applying changes to renamed/copied files: try to apply every hunk
to every renamed/copied destination.  Don't know if this should happen over the
transitive closure of copies, but probably; if not, multiple renames won't
obviously work, though.
msg8 (view) Author: mpm Date: 2005-10-20.23:46:01
If you rename a file locally and remote changes it, update should modify the
renamed file. And vice versa.
History
Date User Action Args
2007-03-11 18:49:20ThomasAHsetstatus: testing -> resolved
nosy: mpm, ThomasAH, junkblocker
messages: + msg2861
2007-02-28 08:42:41ThomasAHsetstatus: in-progress -> testing
topic: + merge
messages: + msg2809
nosy: mpm, ThomasAH, junkblocker
2006-12-01 17:15:34junkblockersetnosy: + junkblocker
2006-10-13 13:20:54ThomasAHsetstatus: chatting -> in-progress
nosy: + ThomasAH
messages: + msg2182
2006-06-04 14:30:24bossetstatus: unread -> chatting
messages: + msg1476
2005-10-23 03:12:06mpmsetassignedto: mpm
2005-10-20 23:46:01mpmcreate