/srv/irclogs.ubuntu.com/2015/09/11/#bzr.txt

quicksilveram I correct to think there is no way to pass --diff-options to bzr merge --preview?15:54
quicksilver(I want to ignore whitespace on the preview diff)15:54
fullermdI'd guess that, yeah.15:56
quicksilverI will make do with bzr --old . --new ../other-branch15:57
fullermdYou could just merge ; diff ; revert.15:57
quicksilverwhich does support --diff-options (but isn't quite the same)15:57
quicksilveryeah or I could work out the common ancestor by hand15:57
quicksilverand do bzr diff -r1.2.315:57
fullermdWell, that wouldn't tell you near so much.15:58
fullermdAnd you don't have to do that by hand, you can ues ancestor:15:58
quicksilver?15:58
fullermdcd branch_to_merge ; bzr diff -rancestor:/branch/to/merge/into..-115:59
quicksilvernice!16:00
quicksilverdo you have a workflow for merge review that goes a different way around?16:00
quicksilverthat's what I'm doing...16:00
fullermdI always just do the merge and then check it out.16:01
* quicksilver nods16:01
fullermdI'd actually long forgotten there even was a merge --preview.16:01
quicksilverI think I broke that habit because of the way merge+revert gets upset by new directories and cruft from conflicts16:01
quicksilverI mean it's not the end of the world, it's not that hard to clear up16:02
quicksilveralthough if a directory got renamed and there was a conflict it is a pain.16:02
fullermdI'd think revert should clear it out regardless.16:02
fullermdIf you're doing it in some sort of automation, it's easy enough to just do it in a temporary scratch checkout.16:03
quicksilverrevert won't delete the .OTHER, .BASE, .MINE files16:03
quicksilverand if those files are in the directory it wante dto delete16:03
quicksilverit then won't delete the directory16:03
fullermdAh.  I guess I don't run into that often enough for it to register.16:07
quicksilverit's not really a big problem, but it's what provoked me to learn about merge --preview ;)16:13
fullermdI figure it's a social problem; somebody has diverged too far and needs to be beaten  ;)16:16
quicksilverhaha16:16

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