/srv/irclogs.ubuntu.com/2013/03/26/#bzr.txt

=== Guest59860 is now known as LoganCloud
=== fredp` is now known as fredp
quicksilveris there a commandline way to say "list the files which were modified in versions X..Y" ?09:57
quicksilverthe info from bzr log -v, but just the files changed09:57
* quicksilver opts for bzr diff -rX | egrep '^===' | awk -F\' '{print $2}'10:02
fullermdstat takes -r10:05
quicksilverah, that would have worked10:06
quicksilverthanks :)10:06
=== mmrazik is now known as mmrazik|lunch
=== mmrazik|lunch is now known as mmrazik
=== wedgwood_away is now known as wedgwood
=== wedgwood is now known as Guest28578
=== mmrazik is now known as mmrazik|otp
=== mmrazik|otp is now known as mmrazik
=== ianbrandt_ is now known as ianbrandt
ggherdovHi all. This is the kind of questions that, when I'll be able to answer it w/o a blink, I'll consider myself good at version control. You have the situation shown in this picture http://imgur.com/AqeYP4H , where both Tigger and Winnie fork from a repo; Tigger adds file X ; Winnie likes it and merges Tigger's branch; Winnie doesn't touch file X anymore; Tigger continues working on file X;18:06
ggherdovat a given point, they both converge (are merged) to the original repo. Question: is this a conflict, or the algorithm is smart enough to understand that Tigger has the most updated version?18:07
beunoggherdov, these are text files, yes?18:09
ggherdovbeuno: yep18:09
beunoggherdov, so it'll try and do a clean merge if the changes are on different lines18:09
beunoand if not, conflict18:09
beunoyou get to resolve and decide what wins manually18:09
beunoI'm pretty sure bzr has no sense of time in merges18:10
beuno(timestamps are computer-specific)18:10
ggherdovbeuno: so you say that bzr would rise a conflict? (yes, line "boo" is changed to "baloo") I see.18:11
ggherdovi'll check and see18:11
beunoggherdov, there was no change to "boo" in the winnie branch18:12
beunoso when merging in, it shouldn't overwrite it18:12
ggherdovbeuno: exactly (sorry I was afk for a lil while)18:20
=== r0bby_ is now known as robbyoconnor
=== wedgwood is now known as wedgwood_away

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!