[01:02] can i checkout something from google code / svn using bzr? [01:03] in other words, can you use bzr as a client for git and svn repos? [01:03] Wow. === Fred_ is now known as Guest14760 [16:35] bzr rebase -r123 <== it's trying to interpret -r as a revision in my local branch, not the rebase source [16:36] LeoNerd: yes, that's the intended behaviour [16:36] Righty... hrm.. so how do I specify the revision of the rebase source? [16:36] I want to pick the most recent release tag, not the absolute latest development head [16:38] LeoNerd: it sounds like you want to cherrypick, rather than rebase [16:38] I definitely want a rebase [16:40] LeoNerd: the rebase source *is* the current branch [16:40] LeoNerd: you specify the branch on top of which you want to rebase [16:40] Yah.. so... bzr rebase ../thing.TRUNK normally [16:40] I want to pick -r123 of the .TRUNK, even though currently it's at -r125 [16:41] I think --onto 123 is what I want [16:42] Aaand that got it [16:45] Yeah, that did it :) [17:37] Any resources around that lists "why dvcs are better than non"? I'm finally am picking one ... and right now I'm not informed enough to have a preference. The only that sticks out to me in bzr atm, is it's part of the GNU project. [18:35] Because I can commit code while I'm offline on the London Underground train to work every morning [18:36] Tobehonest, is one of my main reasons [18:51] So it's great for "on-the-go" types?