[00:51] can bzr edit past commit messages? [00:56] i remember this being discussed some time ago, but haven't heard much about it recently. [01:00] Not really [01:00] Only by uncommit/commit, so only for the top commit in history, without pain [01:00] maxb, that's what i thought yeah [01:00] is it under consideration for the future? [01:01] some ideas on how to do it were discussed on the mailign list some time ago i think [10:36] err.. [10:37] since when did "bzr ci" in a debian package commit without prompted for a log message?! [10:42] sounds like a bug [10:42] the commit template facility is meant to generate a default, not an actual [16:16] hello, can you point me to some documentation for using bzr like git? That is with full branch downloaded in a directory, and switching between local feature-branches in that same directory? [16:18] the reason is that when you have huge repositories, it's often prohibitive to keep 10-20 branches in separate directories [18:23] jimis: bzr-colo [18:30] LarstiQ: I was aware of that but somebody had told me that it is possible without plugins [18:31] Plus it would be nice if I could find some section in the documentation about that workflow, bzr-colo isn't much documented [18:35] jimis: depending on what that person meant, yes [18:36] jimis: you still need to have separate directories around for your branches, but they can be without working trees [18:36] jimis: and then you just use the regular `bzr switch` between them [18:38] jimis: if that is enough for you, then good :) But it's not the "full" git workflow from a purist standpoint. [18:39] LarstiQ: how can I have multiple dirs, but not consuming multiple-times the disk space? [18:40] jimis: for example, `bzr init-repo --no-trees ~/src/project; cd ~/src/project; bzr branch somewhere-trunk; bzr branch trunk feature1; bzr co --lightweight feature1 work;` [18:41] jimis: only the 'work' dir will have a working tree [18:41] jimis: the key thing there is --no-trees [18:41] jimis: if you already have a repository you can use `bzr reconfigure` to toggle that on or off [18:50] LarstiQ: thanks, that is good enough [18:50] I'll try it and if it works well I'll make a request to document that workflow in bzr's user guide === yofel_ is now known as yofel