=== wedgwood is now known as wedgwood_away === sagaci is now known as jpickett === mmrazik is now known as mmrazik|lunch === mmrazik|lunch is now known as mmrazik [13:21] hi bzrers [13:28] Sounds like you've got a mouth full of marbles. === wedgwood_away is now known as wedgwood === deryck is now known as deryck[lunch] [18:15] Hi [18:15] Why do I need to resolve a conflict multiple times when doing multiple merges? [18:15] In git, I just do it once [18:18] http://bazaar.launchpad.net/~mariusko/charms/precise/node-app/trunk [18:18] Revision #34 was also resolved [18:19] I mean lost === deryck[lunch] is now known as deryck === bsd is now known as cdemarco === cdemarco is now known as bsd [19:23] mariusko: because rev 36 removed that file and added a new file with the same name [19:24] mariusko: even though it's the same name bzr considers it to be a completely different file. This property (files having an identity separate to their name) works great for merging changes involving file renames [19:25] mariusko: but it's not so good in this sort of case [19:26] It might be nice if bzr merge had a --ignore-file-id option or something to do merging git-style, but I can imagine all sorts of nasty edge cases that would need careful thought.