=== _thumper_ is now known as thumper [02:54] Dammit, why does bzr fast-export -r date:2012-01-01-revno:-1 onlyexport one revision? [02:55] Oh. ... === iBasic is now known as BasicOSX [06:10] bzr log -l N -rbranch:../repo/branch [06:10] no matter how big N is I always get only last log message [06:11] should I report a bug? [06:20] Isn't that exactly what you'd expect? [06:27] (well, I mean, obviously not, or you wouldn't bring it up. But it's what _I_'d expect :) [06:28] I'd always expect `bzr log -r X` to show exactly one thing; the log message for whatever revision 'X' evaluates to. [06:29] And for X == 'branch:/where/ever', that would be the head rev of the branch at /where/ever. [06:29] fullermd: oh, and how to get the log from another branch? [06:30] I 'm used to using -rbranch for that [06:30] (for everything else besides log that is) [06:30] Mmm, it's probably not meaning exactly what you think it's meaning on those cases either. But anyway. === spm is now known as stevemci [06:31] Log takes a path, so just `bzr log /where/ever` would be what you'd want. === stevemci is now known as spm [06:31] fullermd: perfect! thanks :-) [08:06] morning === yofel_ is now known as yofel === lamont` is now known as lamont === sideffec1 is now known as sideffect [16:29] Using bzr 2.5.1 on Ubuntu 12.0 amd64. Branched an Ubuntu project (bzr branch lp:ubuntu/precise-updates/gnome-control-center), wrote a patch, push it to my own LP account (bzr push lp:~tj/gnome-control-center/fix-979959).. The entire local repo is being pushed, but I thought - when branching from LP - my push should only contain my diff (assumed the LP server clones the original branch locally). Am I misunderstanding 'push' in this scenario? [16:29] *Ubuntu 12.04 [16:38] TJ-: if you're basing off the ubuntu branch, you need to push to that project, not the base one [16:39] mgz: Ahhhh OK! I somehow had got the impression even for a clone it'd do a lightweight branch on the server to save bandwidth and storage. [16:40] so, lp:~tj/ubuntu/precise-updates/gnome-control-center/fix-979959 [16:40] otherwise you stack on the wrong thing, which means you push all the ubuntu related revs along with your change [16:41] mgz: Unfortunately using the same path to push to my own account fails. I'll just have to live with pushing the entire repo I guess. [16:42] TJ-: did you try the location I just gave? if so, can you paste the error in here? [16:42] mgz: bzr: ERROR: Permission denied: "~tj/ubuntu/precise-updates/gnome-control-center/fix-979959/": : No such distribution series: 'precise-updates'. [16:42] mgz: I also tried it with "precise" and without "ubuntu" and so on [16:42] TJ-: try just precise rather than with -updates [16:42] darn. [16:43] mgz: hold that!... [16:43] I think precise should work, I'm not sure how they arrange the updates bits generally. [16:44] mgz: that appears to be working... but it is still sucking out all the bandwidth.. says "Fetching revisions" would that be expected? [16:45] mgz: I need to check my bash history I must have typoed when I tried just "precise" earlier :O [16:45] ideally not, but there may still be a large delta [16:45] mgz: OK *blush* here's why it failed earlier: "bzr push lp:~tj/precise/gnome-control-center" [16:45] :) [16:46] mgz: by 'delta' you mean my changes versus the origin? One 60 line diff. [16:47] but we're basing it on the precise branch, there may also be other changes in precise-updates [16:48] mgz: OK, that was why I asked the question, so the delta is precise > precise-updates -> my patch [16:48] mgz: thank-you so much. I'm a hardcore git user and bazaar still confuses me especially with the launchpad integrations [16:50] Why does "bzr branches" come up with "* (default)"? [16:53] because you're on a branch without colocated branches underneath I guess [16:53] what do you expect it to print? [16:59] git-bzr uses bzr branches to get a list of branches. [16:59] When it feeds '*' to the shell, Bad Things happen. [17:00] * denotes active in `git branch` output no? [17:00] Did the format change recently? [17:01] probably with the colocated things for 2.5, or perhaps in a more recent 2.6 change === deryck is now known as deryck[lunch] [17:44] Are you guys planning on fixing https://bugs.launchpad.net/bzr/+bug/541626 ? [17:44] Ubuntu bug 541626 in Bazaar "'BTreeBuilder' object has no attribute '_find_ancestors'" [High,Confirmed] === deryck[lunch] is now known as deryck [18:23] back