Re: Bite size

2014-01-29 Thread Marco Trevisan
Il giorno mer, 29/01/2014 alle 09.35 +1100, Christopher James Halse Rogers ha scritto: > On Tue, 2014-01-28 at 12:32 +0100, Marco Trevisan wrote: > > Instead of doing this manually, line per line, I think that bzr > > (q)shelve can be very useful to stash chunks of sub-file changes in a > > quicke

Re: Bite size

2014-01-29 Thread Marco Trevisan
Il giorno mar, 28/01/2014 alle 15.03 -0800, Kevin DuBois ha scritto: > I think we have 3 issues that drive up diff size: > 1) Bzr has branches, but they aren't cheap enough. The simple fact > that you have to compile each branch in its own directory is too big > of a cost to branch as often as I w

Re: Bite size

2014-01-29 Thread MichaƂ Sawicz
On 29.01.2014 12:22, Marco Trevisan wrote: Where all my work is done only in work dir, and I can use bzr switch to move to a different branch that I might create or fetch in BRANCHES. See [1] for more hints, but that definitely made my workflow with bzr much more productive (so, that switching b

Re: Bite size

2014-01-29 Thread Christopher James Halse Rogers
On Tue, 2014-01-28 at 15:03 -0800, Kevin DuBois wrote: > I think we have 3 issues that drive up diff size: > > 1) Bzr has branches, but they aren't cheap enough. The simple fact that you > have to compile each branch in its own directory is too big of a cost to > branch as often as I would in git.