[00:28] yay, bzr-svn is now feature complete \o/ [00:28] jelmer: oh? [00:28] spiv, annotate and eliminating svn-push were the last remaining bits [00:30] \o/ [00:30] jelmer: sweet [00:30] * james_w opens the champagne [00:31] wow way to go [00:33] jelmer: someone on another channel asks about svn:externals ;) [00:33] spiv: that requires bzr itself to support them first :-) [00:33] jelmer: :) [00:34] the server side ("bzr svn-serve" or "bzr serve --svn") is also not done yet [00:34] jelmer: that's ok, neither is native "bzr serve" ;) [00:48] jelmer: yay [00:50] jelmer: will there be a 0.6 or will this be 0.5.3 ? [00:51] mwhudson, 0.5.3 or 1.0.0 [00:51] jelmer: cool [00:51] jelmer: are you going to make lp:bzr-svn non-remote again at some point? [00:52] mwhudson: Only if there's some way to keep the copy on launchpad up-to-date rather than between 0 and 8 hours out of date [00:53] it _should_ be possible to write a hook that uses the api to request a mirror by now [00:53] but i don't think one has been written [00:54] lifeless: trailing whitespace just bit me too [00:56] heh [00:56] jelmer: grats [00:56] jelmer: there is an xmlrpc thing you can call, apparently. [00:57] ah actually no [00:57] it was a literal tab, and that was worth catching [00:57] heh [00:57] yes they are worth catching [00:58] did you resubmit your test_source patch? [00:58] if not i will [00:58] mwhudson, yeah, I still need to look at that [00:58] mwhudson, or hope somebody else does :-) [00:59] jelmer: i'll take your requirements on board :) [00:59] poolie: no, because marius said he would [00:59] poolie: the more clean version [01:00] now I remember one of the issues with bzr-svn, it gets exponentially slower as it goes. [01:01] Jerub, Which version are you using? [01:01] 0.5 [01:01] Jerub, try 0.5.2 [01:01] that should be significantly faster [01:01] in particular on large repositories [01:01] jelmer: why don't you use hosted branches btw? [01:04] jelmer: well, I've just cancelled the svn-import that had been going for over an hour [01:04] jelmer: so I hope this is faster. [01:06] mwhudson: It ties me into Launchpad, over which I have no control. [01:07] mwhudson: Hosting on a different machine and mirrorring into launchpad (which is still done, just not into lp:bzr-svn) means there's always a backup [01:07] *also means [01:07] fair enough [01:07] though i hope launchpad isn't going to go away any time soon :) [01:08] we have backups on tape too [01:08] why bother? raid is good enough to back everything up. [01:09] Jerub: raid isn't very good at preserving data eaten by fat fingers :) [01:09] or fires [01:10] mwhudson: pfft, nature [01:10] Sorry, I couldn't help it. My sarcasm exploded over the channel. [01:11] (I've actually had an office fire, and recovered from offsite backups) [01:12] Jerub: :) [01:13] http://www.facebook.com/pages/Bazaar/128354670412?sid=7bd5847db77e5312163ecf237785b8c9&ref=s [01:13] Jerub: backup strategies is a topic a bit like editor or vcs preferences... [01:13] mwhudson: that's a bit random [01:14] Maybe we should replace our wiki with a myspace page ;) [01:17] spiv: I think until you've had to count the minutes until the wholesaler turns their phone system on in the morning so you can ask for immedate delivery of half a dozen servers, you can't really appreciate the value of offsite backups fully. [01:18] igc1: how are you going [01:18] spiv: also, I've a _huge_ long pull going from python.org [01:18] 1448 byte packes [01:19] jelmer: is there a reason I should be told to upgrade to svn 1.5 if I'm using svn 1.5 already? [01:19] jelmer: hours now :(. So not sure sure why [01:19] lifeless: 1448 is better than 510! [01:20] jelmer: also, this is /significantly/ faster. after 20 minutes I'm past branch discovery and on copying revisions, last run I'd not gotten through 75% of branch discovery [01:20] spiv: 510 was the window size :( [01:21] spiv: we should use facebook for canonical's calendaring needs! [01:21] Jerub: The 1.5 warning should be fixed in the next version [01:22] jelmer: awesome [01:26] spiv: I've stopped it after 99m [01:26] spiv: oh! I have an idea [01:27] spiv: ping [01:27] you're going to try TCP/spiv? [01:27] james_w: no, I think we might be partial-reading from the socket [01:27] which will lead to acking less than we can [01:28] ah [01:28] lifeless: have you straced it to see how big the reads are? [01:28] Jerub: about to [01:29] lifeless: pong [01:30] spiv: see before [01:30] Hmm, read sizes? [01:32] lifeless: it should always be trying 64k when reading from a TCP socket [01:32] spiv: yeah, I've just validated that [01:32] spiv: and its often getting way less [01:33] recvfrom(4, "\0\1\242B406\ntexts\n\nknit-ft-gz\n2160@6"..., 65536, 0, NULL, NULL) = 5792 [01:33] recvfrom(4, "cc4771:python%2Ftrunk:Lib%2Ftest"..., 65536, 0, NULL, NULL) = 1448 [01:33] recvfrom(4, "\2\377\255\223\273\262\333 \20\206{?\3056\231\330\216\344"..., 65536, 0, NULL, NULL) = 5792 [01:33] (It is less optimisitic when reading the pipe from a bzr+ssh connection, but that's not the issue here obviously) [01:34] spiv: however, we haven't tested raw protocol from the dc [01:34] spiv: it could be :P [02:14] Hello all! Let's see how much I can learn tonight. First time VCS user, reviewed CVS/SVN/Git, and all those other ones, and decided on this one ^_^ [02:14] Just because the commands made alot more sense, then those other ones. Like "whoami", simple, lol [02:16] Anyways, just got through the quick user guide, and my question is this. Okay, I commit my file, lets say I finished my project, and want to look back, how do I do that? [02:16] bzr log? [02:17] Like, what Im trying to say, I'm working on my project, and I decide to try something new. So I go route A, decide it's "okay", and start going a different route, route B, can I do that? And revert back to the "fork" in the road [02:19] I don't know, I tried that in the documentation, it worked, but isn't working now. And It just showed my commits, not the file itself :/ [02:24] also, bzr diff, and log, aren't working anymore, wtf [02:24] do I have to specify a file or something? [02:24] bzr log filename ? [02:26] riyo: no, they default to the whole tree [02:26] riyo: are you in the right directory? [02:31] Yeah I am [02:32] so what do you mean by not working? [02:32] do you get an error msg? [02:33] Let me upload a picture ^_^ [02:35] http://i44.tinypic.com/141teu8.png [02:35] There, is it supposed to do that? It just shows comments, which btw, is that a mispelling? commits? [02:35] :) [02:36] that's what bzr log is meant to do, yeah [02:36] 'committer' is the person who committed [02:36] Is that pronounced "comment-er", or "commit-er"? [02:36] the second [02:37] they're called commits, not comments [02:38] But...they....are comments, lol [02:38] How confusing. [02:38] Anyways, what's the point? Don't I want to see what source code of mine changed? [02:39] i don't know, do you? :) [02:40] Ugh, yeah, otherwise theres no point, lol [02:40] I wish it was just a hotkey, for a "snapshot", and I could scroll through each picture, lol [02:41] riyo: you can do "bzr diff -c 2" to see changes made in commit 2. [02:43] WTF does that mean, lol --> @@ -0,0 +1,1 @@ [02:43] ...is this some sick joke :P [02:43] riyo: thats standard notation for showing a textual change of a file [02:44] riyo: it means from line 0, for 0, to line 1, for 1 [02:45] This is overly complciated. [02:45] Is this really the answer I'm looking for? [02:45] Cause heres my problem. [02:46] I create php websites, take the index.php file for example. I work on it, but before I do, I make a backup, just incase I mess up everything [02:46] I end up with 100's of copies, lol, untill I'm finished or have scraped it. [02:46] Is this my solution? [02:47] riyo: yes [02:47] riyo: you might find that some of the GUI tools make exploring the saved history a bit easier [02:48] riyo: with bzr you won't need as many copies, the bzr-upload plugin can make deploying your websites easier [02:48] riyo: if your installation has the "qbzr" plugin, then "bzr qlog" is quite good. [02:49] riyo: if you just want to view a file as it was at an earlier revision, use "bzr cat -r 2 path/to/file" [03:14] I wish there was a video tutorial. If I ever get the hang of this, I'm so making one. [03:16] bzr: ERROR: QBzr require at least PyQt 4.1 and Qt 4.2 to run. Please check your install [03:17] * igc1 lunch [03:36] spiv: doing get_parent [03:39] igc1: ping [03:50] hi jml [03:50] igc1: hi [03:50] igc1: I have a story about logging that I'd like your help with [03:51] igc1: I've heard a rumour that you touched log last? [03:51] jml: :-) [03:51] igc1: so... what I want to do is find all the commits that I've made to Launchpad via PQM since the last release. [03:52] igc1: the way I can tell if a commit was mine is if I'm the author of one of the parents of a mainline revision [03:52] I can write that as a predicate function with little to no worries [03:52] igc1: what I want is a way of passing a predicate function to show_log to filter the revisions I see. [03:53] jml: hmm [03:54] jml: log needs restructuring and vila and I still don't agree on how [03:54] igc1: ok. [03:54] I'd do a filter [03:54] it can buffer a little and so on and feed it out [03:54] igc1: so, doing 'if foo(revision): yield revision' is going to be a bit slow, obviously [03:54] then give the filte ra predicate as a parameter [03:55] jml: I think we ought to add a --user option (or something like that) that matches on a name ... [03:55] igc1: +1 on more capabilities, -1 on new options, I'd really rather agree on a search language and use that [03:55] what I *really* want is Bazaar Query Language [03:55] possibly propagatng upwards to the mainline as file filtering does [03:55] igc1: so that bzr-search can do it fast [03:55] lifeless: great minds :) [03:56] BQL is Python :-) [03:56] jml: as a short-term thing ... [03:57] log --line -n0 | grep Lange [03:57] make it a contenxt grep if that helps [03:58] igc1: ... and then filter that to find the mainline revisions .... [03:58] lifeless: bzr-search is nice but it doesn't exclude making log easier to use [03:58] bzr log --user me [03:59] and [03:59] bzr log --user @names-in-file [03:59] have plenty of value to casual users - a query language is just too advanced for them [04:01] lifeless: we can use bzr-search behind the scenes to make it efficent of course [04:01] igc1: so, if I could do that and then only see mainline revisions which I pqm-submitted, I'd be happy [04:01] iff it's installed [04:01] (although the *real* bug there is that PQM doesn't set author) [04:02] jml: right [04:02] jml: but even if it did, there would still be a use for seeing mainline revisions where a user authored one of the merged revisions [04:03] igc1: bzr log -m user:me [04:03] I guess the new multiple author field could simplify that [04:03] igc1: I do think some sort of domain-specific language/API for specifying searches would be a good idea. [04:03] igc1: bzr-search is orthogonal yes, but adding many many options is not great [04:04] jml: so *just* matching against a revision isn't smart enough [04:04] igc1: agreed. [04:05] although it's smart enough if I'm writing the revision-matching function :) [04:06] igc1: I wasn't proposing depending on bzr-search, I was proposing that many-options is not a better UI [04:06] jml: but log, except for file filtering, isn't structured that way btw [04:06] igc1: the revision filters are iterators, or they were [04:06] lifeless: sure [04:06] igc1: so it should handle arbitrary filtering just fine [04:06] igc1: ok [04:07] but the level filtering takes out merged revisions it's never going to display before those iterators are called [04:07] so log -n0 only passes you the mainline revisions [04:08] it's all part of "don't generate stuff you don't need" [04:08] "smart" filtering like jml wants means ... [04:09] hello knowledgeable people [04:09] what port does git talk to the internet over? [04:09] a revision filter needs to say "give me everything and then post filter the levels out" [04:09] except for file filtering, we don't do that currently [04:10] lifeless: I like the -m user:me idea btw [04:11] igc1: can't the level filtering happen as a normal filter in the chain so you can get there first? [04:12] lifeless: there's a high cost (> 60 sec overhead) for getting all levels for mainline for large repos [04:12] s/for/vs/ [04:13] we only want to do it if we really need to [04:14] oh wow, bzr-svn 0.5.2 actually worked. [04:15] jml: so the short answer is ... [04:15] post processing log --line -n0 is an order of magnitude easier than extending log as you want right now [04:15] hmm - maybe 2 orders of magnitude [04:16] heh, ok. [04:16] I'm going to try for a middle way, writing my own crappy log-like command. [04:17] lifeless: on anotrher topic and answering your earlier Q, I'm making much better progress ... [04:17] thanks to your assistance yesterday [04:17] I'm hacking repodetails as discussed [04:18] spiv: ping [04:18] jelmer: why does bzr-svn count down for 'discovering revisions' while doing a bzr pull [04:18] though *generating* branches in the new formats is still proving painful [04:19] upgrade works for development5 but simply refuses to for ... [04:19] formats like gc-plain-chk255, even for really simple branches [04:20] at least now I know enough to stand a chance of traking down the problems [04:20] lifeless: pong [04:20] spiv: tommorrow I'm likely to be largely offline [04:20] spiv: and its freeze then [04:20] I'm just finishing off branch.get_parent verb [04:20] have you been working on stacked pull ? [04:21] though the immutable nature of CHKInventories means fastimport is currently out of service as a test branch generation avenue [04:22] lifeless: no, not yet :/ [04:22] igc1: if fastimport was mutating invnetories inRevisionTree's, it was being naughty [04:22] igc1: thats *never* been a intended capability [04:22] crud, that was my problem. I thought I wanted bzr svn-import when I actually wanted bzr checkout [04:22] lifeless: it wasn't [04:23] it was copying the basis and then using the API (add/del, rename, remove_recursive_id) to build the new one [04:23] ok [04:23] that would be slow [04:24] using CommitBuilder would be better [04:24] because it will calculate the per file graph for you [04:24] it now has a code path for building deltas and calling create_by_apply_delta() but the root handling is still screwing me around [04:24] igc1: how so? [04:25] essentially there are three interfaces for adding data to a repository - fetch, repository.add_revisions, and get_commit_builder [04:25] *any* other code path is immediately suspect and probably a reimplementation of one of the others [04:26] it's not clear what the initial root_id of the first inv should be [04:26] I was setting it to inventory.ROOT_ID but then the root mproperty was falling over 'cause self[root_id] didn't exist [04:27] also does the first delta need an entry for the root? [04:27] that sort of stuff is very unclear [04:28] I think the first revision is now genewrating but a subsequence call to directories() is falling over [04:29] anyhow, I'll leave fastexport on hold and get back to repodetails [04:29] yes it does [04:29] lifeless: fwiw as well, fast-export was *much* quicker not going through commit-builder, at least many months ago [04:30] igc1: so, either fast-import was buggy, or commit-builder was [04:30] :P [04:30] commit-builder is good for adding one revision but not optimise at all for multiple revision loading [04:30] igc1: I don't see why it would be different [04:31] lifeless: let's talk about it next week [04:31] igc1: anyhow, lets ignore that; we have shiny new things [04:36] I wrote a blog post detailing my Bazaar setup on my Mac. I thought others maybe interested and wanted to share it with the community: [04:36] http://925html.com/techniques/using-bazaar-on-a-mac/ [04:47] lifeless: just landed your addSkip patch === r0bby_ is now known as r0bby [04:50] thanks [04:51] so subunit's one needs a review [05:27] ciao [05:43] hm. almost an entire branch without a status updae :\ [06:00] eferraiuolo: nice [06:23] * fullermd sure hopes those streaming changes will improve committing in checkouts across the smart server :| [06:28] fullermd: almost certainly. You're welcome to try installing bzr.dev and letting us know how it goes :) [06:28] Well, I have bzr.dev. Just only on the client side :p [06:28] Just messes with your flow when commit takes upward of 20 seconds... [06:28] Yeah. [06:29] I'm just trying to figure out whether that's an actual failing of bzr, or a clever trick somebody added to convince people not to work directly on trunk... [06:30] Personally, I think it's a failing. [06:30] I think there are valid use cases for working on a checkout of trunk. [06:31] Man, some people just don't know how to help build a good conspiracy theory... [06:33] The proper response would have been something like "Not only is it _intended_, it was intended by SPACE ALIENS, who encoded those coding choices in our DNA while forcing us to build the Pyramids." [06:35] That way not only do we have an excuse for why it happens, but we demonstrate that bzr is the oldest VCS at the same time. [06:35] (it was just only circa 2005 that it was translated into python from limestone...) [06:40] spiv: There are also often valid use cases for working on a checkout of a branch that multiple people are working on at once... [06:42] wgrant: right [07:35] hi all [07:39] jfroy: pong [07:40] vila: yo [07:40] so, I implemented a crude keychain auth provider. [07:40] Plugin, that is. [07:40] jfroy: great, publish it on lp :) [07:40] I ran into one limitation, and one weird thing while doing so. [07:41] vila: I need to clear it with Apple legal first. [07:41] jfroy: ? You're working for Apple ? [07:41] Yeah [07:41] ok [07:41] I managed to get Bazaar approved for inclusion in internal builds of Mac OS X :) [07:42] jfroy: congrats :) [07:42] And I want to bundle a few useful plug-ins with it. [07:42] Eh, well git and hg are already there, but anyways. [07:42] OK, so first of all, the realm isn't passed down to auth providers [07:43] I trivially patched bzr.dev to do so [07:43] jfroy: send a patch so I can review it [07:43] It's useful to look up Subversion repository passwords since they are stored as " realm" generic passwords [07:44] Secondly, the authentication.conf section *name* is passed to the auth provider [07:44] bzr-svn is taking care of that, so I thought we already fixed the realm bit with Jelmer... [07:44] Unfortunately, the credentials are needed for probing [07:44] otherwise, you get prompted *twice* for your credentials. [07:45] it's a miserable user experience, in other words [07:45] jfroy: if the auth provider knows about the credentials, you don't get prompted [07:45] yes. that's quite correct [07:46] if it doesn't (and *because* we don't save credentials so far) you get prompted twice [07:46] that's the actual limitation [07:46] I understand that -- the keychain auth provider works beautifully [07:46] but it needs all the information to do a useful search [07:46] host, port, realm, path, username [07:46] technically, it doesn't need the username [07:47] ayou should have them as part of the credentials parameter in decode_password [07:47] So in any case, passing the auth section name to providers seems odd. Your own netrc plug-in looks for the key "host" in the credentials argument, yet that's *never* stored in the credentials dictionary by bzr.dev [07:47] if you don't, that's a bug I should fix [07:49] AuthenticationConfig.get_credentials should certainly set the credential attributes from the received parameters, it seems it still doesn't [07:49] * jfroy pasted http://pastie.textmate.org/408078 [07:49] Now that you mentioned it, it may be that Jelmer worked around that and I thought he fixed it when in fact it's still to be fixed [07:50] that's the current code in bzr.dev [07:50] so basically in my prototype I hacked some code to create a new AuthenticationConfig object, load its config (private method, bad), get the section using the provided name, and get at the info I need. [07:50] jfroy: yup, that's where things should be tweaked, damn, no realm there :-/ [07:51] And even that's not a good solution, since a partial patch based on the keys in the section is possible. The information should come from the actual request. [07:51] bzr-svn itself handles authentication through the svn libraries [07:51] there's no work to be done there [07:51] the probing process is entirely in bzrlib [07:51] jfroy: we agree, when I say add the attributes to credentials, I'm talking about the actual request ones [07:51] right [07:51] including realm [07:52] What I was worried about is that I didn't understand at all how the code works, since with that code, *your* plug-in is also broken [07:52] it depends on a 'host' key being set in credentials [07:52] and that's clearly not being done [07:52] jfroy: it could be that the tests are not good enough [07:53] * jfroy pasted http://pastie.textmate.org/408081 [07:53] from the netrc plug-in [07:53] jfroy: indeed, it seems I'm testing at a too low level to catch that and that the tests always provide a host [07:53] it seems there's a disconnect in the credential provider plug-in protocol / interface [07:54] If you want, I can provide a comprehensive patch to address those issues tomorrow. [07:54] There are other issues [07:54] jfroy: sure ! [07:54] Namely one of performance [07:55] get_user and get_password both use get_credentials [07:55] jfroy: note that I'll be traveling for the next 48 hours so there will be some lag [07:55] and they don't cache [07:55] which implies credentials will be searched for / fetched on average twice [07:55] that's fine, I'm aiming at getting this in 1.13 [07:56] jfroy: don't bother about performances here, that's called once per connection which will cost far more anyway [07:56] I think the changes are low risk enough to be OK. [07:56] that's not necessarily true [07:56] 1.13rc1 is due tomorrow, but try anyway [07:56] For instance, someone conscious about security might authorize bzr to access his or her keychain only once [07:57] under this code, he will get prompted twice [07:57] granted, the keychain provider could cache [07:57] But it seems to be a flaw that should be addressed upstream [07:57] you're talking about UI here, not performance and yes, the keychain provider can cache [07:57] I'm not going to include that in my patch, it's a secondary and separate issue [07:58] The last thing is a ER for later. [07:58] We could add a "probe username" method to the credential provider interface. [07:58] Certain providers, like the keychain one, can provide credentials with only a the request parameters. [07:59] That is, you can wildcard the username and request "give me any item that matches the server part of things" [07:59] This would allow bzr to match the user experience of svn [08:00] I'm wondering if get_user might not already allow for this to happen [08:00] And damn, rc1 tomorrow huh.... [08:00] hello jfroy [08:01] poolie: greetings! [08:02] jfroy: there is bug #321918 to address that I think [08:02] Launchpad bug 321918 in bzr "ability to register credentials providers that are always queried" [Wishlist,Triaged] https://launchpad.net/bugs/321918 [08:03] Ah yes, true, unless the provider is configured in authentication.conf it won't happen [08:04] jfroy: that's the point, user choice is always respected [08:04] I don't think that's correct [08:04] Not entirely [08:04] jfroy: the user is right [08:04] neither you and me can change that :) [08:04] Respecting user preferences is of the utmost importance [08:04] *however* [08:05] Unless the user takes explicit action, defaults should reflect the user's *expected* behavior [08:05] And on Mac OS X, as far as credential storage and queries go, that's the keychain. [08:05] default applies when user says nothing [08:05] yes, agreed [08:05] * igc1 dinner [08:06] Once your plugin register itself as being always queried unless the user says otherwise, you get what you're asking for [08:06] yes, that's the ideal user experience I'm aiming for. [08:06] jfroy: we all agree there [08:07] But there should definitely be a way to disable the provider globally or for a specific host. [08:07] In any case, that's not for the 1.13 timeline [08:08] I'm hoping I can write a narrow enough patch for the config module it will make it past what I assume are very stringent requirements for including a patch in a release that's reached RC. [08:09] jfroy: don't get focused on releases, send your patch, I'll do my best to get it included asap, even if asap is 1.14 :) [08:10] I suppose. [08:12] vila, i guess you'll be leaving within 24h? [08:13] poolie: yup in less than 8h even [08:15] vila, so should it be you, or bob tanner for 1.13 RM? [08:15] i'd like to expand the group of people who do it but [08:16] he isn't on the core team yet and it's kind of a high responsibility place to starte [08:16] start* [08:16] If we can shift the dates by a week, that will be perfect for me [08:16] you'd do it on your last day here? [08:17] that would be ok, except that beuno and james_w would rather we do it sooner so it's in jaunty [08:17] because cutting a release while traveling is a sure recipe for disaster [08:17] we can probably still get it in if we do rc1 tomorrow but not if it's a week later [08:17] i know [08:17] what do you think re bob? [08:18] That would indeed be the first time someone without vote or pqm access will be RM, which make that harder if only on technical ground [08:19] Otherwise I'm fine with bob, as I said I can act as the backup so may be I can team with him and try a double-head RM :) [09:12] jseutter: did you get it to work? === montywi|zzz is now known as montywi [10:43] hi [10:43] where can I find the plugin for network manager? [10:44] the link in the website lead to an empty directory [11:22] Does anybody knows how to make bzr-svn remember my svn password [11:22] ? === quicksil1er is now known as quicksilver [12:39] night all [12:49] http://dpaste.com/6962/ --- this happens when I try to use bzr on a network drive. Everything is fine when I use it on a local drive. Any ideas? [12:56] loxs: sorry, haven't used Windows in >10 years [12:56] me too... :( [12:58] not that it's a Windows issue per se, but backslashes and drive letters make me run away in fright. :) [13:03] loxs: not sure, but what sort of network drive? [13:04] spiv, it's a novell share [13:04] loxs: it looks like the problem is something like a network drive where "mkdir mydir; touch mydir/myfile; mv mydir foo; cat foo/myfile" isn't reliable [13:05] the strange thing is that it worked till yesterday (before reinstall of the system) [13:05] loxs: i.e. bzr has renamed a lock directory, then gone to read the info file out of that directory (to make sure it really is the lock this process owns), and suddenly the info file is gone. [13:06] loxs: it's quite likely to be an intermittent issue if I'm right; i.e. if you try again a couple of times it might work. [13:06] loxs: also [13:06] loxs: it would be interesting to know if S:/Bespoke/Cashless Vending/Cashless [13:06] Vending/Database/trunk/.bzr/checkout/lock/releasing.n0oxup06wmyexxs1agxg.tmp/in [13:06] fo [13:06] still exists. [13:07] spiv, nothing in the lock directory [13:07] loxs: hmm, interesting! [13:07] loxs: I don't know what could cause that. It's possible that it's due to wacky network filesystem semantics, but I struggle to imagine plausible network drive behaviour that would cause that. [13:08] you are probably right... as it used to work yesterday [13:08] loxs: a bug report would be appreciated, though. [13:08] spiv, what kind of information should I supply for this? [13:09] loxs: the error message, the traceback from the bzr log file (see 'bzr version' for its location), the fact its a network share, and that the info file isn't there when you look manually [13:10] loxs: oh, and of course that it's *novell* share :) [13:10] ok, I'll do it now [13:10] loxs: plus anything else you think interesting, but we can always ask for more info if necessary. [13:11] loxs: feel free to just paste this IRC conversation into the bug report if that makes your life easier ;) [13:12] thanks :) [13:18] hm, spiv... in the log file... before the error you saw, there it says that it's some kind of translate error File "bzrlib\transport\__init__.pyo, line 307, in _translate_error [13:18] yesterday, the locales of my workstation were different [13:22] loxs: that's not related to locales [13:23] loxs: that's code for turning errors accessing files and directories from platform-specific into bzr-internal error codes. [13:30] spiv, https://bugs.launchpad.net/bzr/+bug/338220 [13:30] Launchpad bug 338220 in bzr "bzr fails on a novell share on windows" [Undecided,New] [13:35] spiv, actually the lock directory is not empty... only the windows explorer can't see this files O.o [13:35] when using dir through the command prompt, they are there [13:38] loxs: interesting. So it does have an 'info' file? [13:38] yes [13:39] and the bad part... that files has broken encoding bits in it .... [13:39] Ok, then I guess my first hypothesis is correct. [13:40] Oh? [13:40] some of the letters in that file are "squares" probably the encoding on the novell share differs from mine [13:41] no, no problem with this... the squares are unix line terminators [13:42] Oh, right. Yes, bzr will always use \n as the line terminator in that file. === UdontKnow is now known as root [14:07] spiv, when I enable the "show system folders" option in windows explorer, now I can see these "missing" directories [14:07] but bzr still doesn't work === root is now known as Wowbagger [14:23] Source format does not support stacking, using format: '1.6' [14:23] Packs 5 (adds stacking support, requires bzr 1.6) [14:24] I got that when trying to push a branch to Launchpad. does it mean bzr will push all history on that branch? [14:26] salgado, yes [14:26] try upgrading the repository (ie ~/canonical/lp-branches) [14:26] upgrade --1.9 [14:26] you can do 1.6, but 1.9 is fater [14:27] beuno, I don't think it did, though. it took only a couple minutes to complete [14:27] (just finished) [14:27] s/fater/faster [14:27] that was a very bad typo [14:27] salgado, try: bzr info [14:27] it should tell you [14:28] Shared repository with trees (format: 1.6) [14:28] and the branch? [14:28] I've pushing branches from this repo for ages, and stacking always worked [14:28] Repository tree (format: unnamed) [14:29] salgado, but rsync sometimes breaks stuff [14:29] where do you get unnamed? [14:30] I got that error after interrupting a push which was working fine (i.e. no message about stacking not being supported) [14:30] s/error/warn [14:30] beuno, on the branch I was trying to push [14:30] salgado, delete de branch and push again [14:30] AFAIK, there's no way to resume pushing a stacked branch [14:31] right, I was not trying that [14:31] this is another branch [14:31] the one I interrupted I deleted [14:38] salgado: 1.6 is a stacking-capable format [14:39] salgado: there's a bug that for some reason bzr.dev sometimes thinks that source branches in a stacking-capable format aren't in a stacking-capable format. [14:39] spiv, for some reason one of the branches in my (1.6) repo ended up created in a different format (unnamed, it seems) [14:40] salgado: so bzr gives that bogus warning. And "upgrades" 1.9 source branches to 1.6 on the server :( [14:40] sounds like what I just saw [14:40] "unnamed" isn't a format as such, it's just "bzr info" getting confused. [14:41] It gets confused if the combination of branch format and repo format is outside a very narrow set :( [14:41] info -v can be helpful when that happens, because it will describe the components formats individually. [14:41] salgado: jml filed the bug, feel free to subscribe and/or update it with some info [14:42] salgado: we want to fix it for the 1.13 release, although at this stage I'd be doubtful about it getting fixed in time for 1.13rc1 [14:42] salgado: also, upgrade to 1.9 already ;) [14:43] * spiv -> zzz [14:43] thanks for the help spiv. I'll do that [14:45] spiv: does 'second push failed to complete a fetch set' rings a bell ? [14:58] is there any way to tell the bzr-svn tool to remember my subversion password? I have to type two or three times every commit. [14:59] mattions: you can get subversion to cache your password for you [14:59] how? [14:59] mattions, force subversion to cache the password somehow, e.g. by running "svn ls " [15:01] it's strange [15:01] i ran it and it still ask the password [15:01] twice, actually [15:01] svn 0.4.16dev0 [15:02] Bazaar (bzr) 1.9dev [15:02] you may need 0.5 for thi [15:02] s [15:02] I see [15:02] well, I'm on intrepid [15:02] is there any bzr packages? [15:02] I mean 0.5 is available for intrepid? [15:03] ok, found it [15:03] I'll try [15:03] jelmer: one more question: is the network-manager plugin dismissed? [15:04] mattions, dismissed ? [15:05] the link brings to an empty directory [15:05] it's a bzr branch [15:05] ah [15:05] and nothing is showed [15:05] when you look from http [15:06] ok, thanks :) [15:19] the network-manager plugin is not on the PPA right? [15:20] mattions, no [15:20] I have a branch that gives me "No Public branch set for /path/to/branch_name" on pqm-submit, and I'm a little lost on how to fix this. [15:20] The public branch is a lp branch [15:30] LarstiQ: Yes, it works fine now. The problem was with me, not bzr. :) [15:44] jblount: echo 'public_branch = lp:...' >> .bzr/branch/branch.conf [15:45] Or configure a policy in ~/.bazaar/locations.conf [15:49] jam: Thanks for the help, I had my ~/.bazaar/locations.conf b0rked and didn't remember where the setting came from. [15:52] Does anyone know what all needs to be upgraded (software & branch-formats & repository-formats) in order to take advantage of stacked branches (on Launchpad)? [15:53] radix: generally your repo needs to be upgraded to 1.6 or newer (I recommend 1.9 a lot) [15:53] which implies the bzr version [15:53] jam: on which side? [15:53] radix: Launchpad already supports 1.9 and newer [15:53] so just the client [15:53] both sides? only server? only clients? [15:54] or is there another server involved? [15:54] jam: sure, launchpad supports 1.9, but my repository there is not on 1.9 format [15:54] radix: so if you upgrade your local repo to 1.9 [15:54] when pushing to LP [15:54] bzr will create a new branch+repo that can stack on older formats [15:54] (at least, I don't think it is. I can't figure out how to check what repo format my lp repo is in) [15:54] you *can* upgrade the repo on LP [15:54] and there are reasons to do so [15:54] but it isn't necessary [15:54] stacking cares that the Stacked branch is in the new format, not the stacked-on branch? [15:55] does that make sense? [15:55] jam: okay, so I should just tell all my developers to upgrade to >= 1.9 and do "bzr upgrade --1.9" in their repositories (anything about branches?) [15:55] radix: it is good to upgrade the branches, but not strictly necessary [15:55] as we will auto-upgrade when we need to [15:56] okay, I'll do this and find out whether it speeds up new branch pushing for my team [15:56] thanks very much for the advice jam :) [15:56] radix: what team? [15:56] landscape [15:57] jam: I think what you said about stacked vs stacked-on makes sense, yes. [15:57] jam, if I have a 1.9 repo with a 1.6 branch inside it. what happens if I create a new branch out of the 1.6 one; will it be 1.6 or 1.9? [15:57] jam: but did you actually mean the "Stacked branch's repository" instead of "Stacked branch"? [15:57] salgado: 1.9 branches == 1.6 branches. Only the repo changes [15:58] oh, cool. so upgrading my repo to 1.9 (from 1.6) should be everything I need to do? [15:58] radix: for the most part, yes. The stacking location is actually set in the branch (so if you had a shared repo, with lots of stacked branches, they could potentially be stacked on lots of different locations) [15:58] salgado: yep [16:00] I think there used to be a message printed to the console when doing a push that used a stacking branch, but now I don't see those any more. [16:00] oh awit [16:00] there it is! [16:00] okay, I think I got it working :-) [16:01] luke-jr, ping [16:01] radix: so pushing up a stacked branch doesn't have to push the whole history, but at the moment the data it *does* have to push is a bit slower to transfer than before [16:01] so for *small* projects, stacking isn't a win yet [16:01] landscape may be big enough [16:01] yeah, Landscape is definitely big enough [16:02] I believe if everything goes as planned, 1.13 will fix some of the remaining rough edges [16:02] our repo is 39MB, and that's really painful for the brazilians and the italians [16:14] jelmer, I think I fixed 294396, now I would like to test my changes, is there any way to test olive without installing it system-wide? [16:14] bug 294396 [16:14] ? [16:14] Launchpad bug 294396 in bzr-gtk "Branch, get... cancel, fail" [Undecided,In progress] https://launchpad.net/bugs/294396 [16:15] thekorn, you should be able to run it in-place [16:15] yeah, sorry, bug of course [16:16] thekorn, I just mentioned that to trigger ubottu as I wasn't sure what bug or project that was [16:17] hmm, it always picks the version from /usr/lib/python2.5/site-packages/bzrlib/plugins/gtk/branchbox.py [16:27] thekorn, you'll need bzr-gtk installed in ~/.bazaar/plugins/gtk [16:35] jelmer, no this also did not work, "Unable to load plugin 'gtk' from '/home/markus/.bazaar/plugins'", so I just tested my fix in a gtk.Window with two instances of this widget [16:36] thekorn, please check ~/.bzr.log [16:38] jelmer, http://paste.ubuntu.com/126791/ looks like another bug, maybe my bzr version is too old [16:38] thekorn, yes, your bzr is too old [16:39] jelmer, do you know off hand which version I need [16:40] 1.10 or 1.11 I think [16:41] ok, getting 1.12* from the PPA now [16:45] jelmer, ok, thanks for your help, it worked now, adding a branch with a fix now to this bug [17:05] thekorn, bzr-gtk doesn't use merge proposals on launchpad [17:06] thekorn, please submit the merge request to the bzr-gtk mailing list [17:07] oh, ok [17:08] Peng_, do notifications work for lp:bzr-svn ? === thunderstruck is now known as gnomefreak [17:09] hey there, I have someone trying to push to launchpad and getting an error that it's locked... while not being able to break the lock [17:11] anyone knows what's going on in http://pastebin.ca/1353627 ? [17:15] nekohayo: your lp:// url either needs 3 / or none [17:15] bzr break-lock lp~woutc/specto/specto-woutc [17:15] sorry [17:15] bzr break-lock lp:~woutc/specto/specto-woutc [17:15] or [17:15] bzr break-lock lp:///~woutc/specto/specto-woutc [17:16] on the other hand, why was bazaar giving a false suggestion then? [17:17] nekohayo: well, it was using a three / url, though it should have stripped the extra numbers from 'lp-XXXX' [17:18] is that a known bug? [17:19] nekohayo: I believe I've seen that bug reported before, yes [17:24] jam: ah, https://bugs.launchpad.net/bzr/+bug/255062 I guess [17:24] Launchpad bug 255062 in bzr "Advice to "use bzr break-lock lp-NNNN:///..." is incorrect (dup-of: 250451)" [High,Confirmed] [17:24] Launchpad bug 250451 in bzr "bzr suggests wrong URL for break-lock with a LP hosted branch" [High,Confirmed] === salgado is now known as salgado-lunch [18:04] rocky, hi === montywi is now known as montywi|food [18:06] i'm transitioning from a git repo to bzr, and i want to reorganize it a bit in the process [18:06] we've got an upstream tarball and a bunch of local patches [18:07] the old git repo has the contents of the tarball as its first commit [18:07] then a bunch of commits of locally-generated patches [18:07] then another patch from upstream, then more local stuff, etc [18:07] it's all in a single branch in the git repo [18:08] what i want in the new bzr repo is an "upstream" branch without any of our stuff in it, and a "local" branch [18:08] the local branch should ideally consist of a branch off the first upstream commit, then some local commits, then a merge from the second upstream commit, etc [18:09] but i'd settle for importing the old git repo as the "local" bzr branch, as long as I could sensibly diff and merge between upstream and local after the inital setup is done [18:09] so i used git-fast-export | bzr fast-import to turn the git repo into a bzr "local" branch, and that worked great [18:09] then i made an "upstream" branch and committed all of upstream's stuff there [18:10] but now when i diff between the bzr branches, it doesnt seem to think the identical files are identical... [18:10] it seems to (correctly) think that the upstream and local branches don't share history [18:10] so my question (finally!) is: can i fool or bribe bzr into thinking that upstream and local are related now? [18:11] some kind of a fake merge perhaps? [18:11] seb_kuzminsky, not afaik [18:11] :-( [18:11] seb_kuzminsky, the only option you have is to recreate one of the two branches [18:11] what do you mean? [18:11] and while recreating it using the same file ids the other branch is using [18:14] morning [18:15] I have a small patch to submit to bzr, is it as simple as using bzr send? [18:16] jelmer: i'd be happy to throw away the current broken bzr repo and re-create it in some new way, but i dont know how [18:21] jfroy, yep [18:21] Gotta provide an email now :p [18:21] Send to bazaar@lists.canonical.com? [18:22] yep [18:22] seb_kuzminsky, Unfortunately, I don't think there's a way to do that yet [18:22] well that's awesome [18:24] jelmer: ok thanks, i'll just do it by hand [18:24] luckily our history is pretty short ;-) [18:33] jelmer: heyo [18:38] rocky, was wondering if you could three revision properties in the cluemapper repo [18:38] would be set by older (broken) versions of bzr-svn 0.5 [18:38] unsetting them would fix svn-import [18:39] rocky, bzr:base-revision on r512 [18:41] oh [18:41] that should be doable [18:41] "if you could three revision properties" ... think you missed a word there [18:42] sorry [18:42] if you could remove three revprops [18:44] what would be the easiest way to remove them? [18:44] and on what paths? [18:52] hi all [18:52] I have a question [18:53] anybody knows, how can I edit branch history? I need to change commiter's e-mails only. [18:54] ilia, you can't [18:54] it's immutable [18:54] you may be able to use bzr-rebase plugin, but it will make the branch incompatible with all the rest [18:56] beuno, rebase doesn't change that sort of thing [18:56] rocky, revision properties are set on the revision not on a particular path [18:56] rocky, svn propdel -r512 --revprop bzr:base-revision should do it [18:58] I have last 13 commits in a branch, which are my own [18:58] and I did it with wrong e-mail [18:59] I can branch from 13 revisions ago and make all changes in a single commit with a right e-mail, but it's an ugly solution [19:00] jelmer, it doesn't? I thought it let you re-commit in a sense [19:01] jelmer: done [19:01] bueno, what do you mean by "incompatible"? [19:03] ilia, revision IDs change, so existing branches will be completely different and unmergeable [19:04] there were no new branches during last 13 revisions [19:05] jelmer: any part of Clue* you're most interested in ? [19:05] i.e. the revisions I want to edit are currently only in one branch [19:06] rocky, just browsing [19:07] hey, i am trying to setup pqm and can't figure out what goes in the queue and how to get it in there [19:07] any ideas? [19:09] rocky, seems to still be there [19:10] pfanelli, you have to send the location of a branch to PQM [19:10] which PQM should be able to access [19:10] you send those with the bzr-pqm plugin [19:10] which IIUC, it sends it in through RPC with a gpg signature [19:12] i am running bzr 1.12, i have the bzr-pqm and bzr-email plugins loaded, i setup the public and target branch settings in the .bazaar/locations.conf file... [19:13] i my 'work' branch, i am running 'bzr pqm-submit -m "pqm submit test"... [19:14] i also did the 'bzr pqm-submit with a dry-run - and i can see that the email that is going to be emailed to pqm is gpg'ed correctly [19:14] and the pqm user is getting the email [19:14] then i run the 'pqm -v -d --run' command, but i don't see anything in the queue [19:14] pfanelli: pqm can be a bit difficult to setup [19:15] but i have to say that it is awesome [19:15] all of this sw is awesome :) [19:15] thank you :) [19:15] you guys are fantastic (i have been trying to find a way to start helping you guys out) === salgado-lunch is now known as salgado [19:17] started looking at bzr bugs, but not sure where to start [19:20] who would be the correct person to ask about setting up pqm? [19:21] jelmer: i issued your cmmand... .svn said property was deleted ... not sure what else [19:22] jelmer: is there a specific path i have to delete it from? [19:22] i'm just doing it at the root of the repo [19:22] pfanelli: Odd_Bloke, lifeless and Kinnison have set up pqm before, but maybe I can try to help debug too [19:23] LarstiQ: cool/thx, i am sooooo close on this, just trying to figure out what to ask next :) [19:24] pfanelli: does pqm need to pick the mail up and enter it in the queue maybe? [19:24] pfanelli: the mail arrives for the pqm user, what happens next? [19:24] pfanelli: is there a procmailrc involved? [19:26] rocky, hmm, that's odd [19:27] i took a guess and thought maybe that when i would run 'pqm --run' that it would read the mail in /var/mail, but when i ran 'pqm -h' is said that --run would process the queue... [19:27] so that's what got me thinking that, there has to be something in the queue to process [19:28] rocky, svn propget --revprop -r512 bzr:base-revision https://dev.serverzen.com/svn/cluemapper still works [19:28] i think i have a chicken-and-egg thing going on here 8) [19:29] pfanelli: let me take a gander at the pqm source [19:31] jelmer: http://cluebin.appspot.com/pasted/89262 [19:31] rocky, it's lying! [19:31] rocky, :-) [19:31] lol [19:31] rocky, do you allow changing of revision properties in hooks/pre-revprop-change-hook ? [19:32] rocky, you may have to temporarily edit that in order to be able to remove revision properties [19:32] although it should also be giving you an error rather than silently ignoring you [19:32] jelmer: i've never intentionally changed anything in hooks/pre-* [19:34] jelmer: there is no pre-revprop-change script ... just the .tmpl one [19:34] rocky, For now, you should be able to just create one that jsut does "exit 0" [19:34] rocky, and remove it afterwards [19:35] k [19:36] LarstiQ: man that's a good idea, i am gonna' look at the unit tests for pqm (man, why didn't i think of this earlier) [19:38] bah, having ssh issues [19:41] I've a branch ("trunk") at revno 6797, and another ("remote") at 6667, which was the last point at which I sent a mergedirective to a coworker. Why would `bzr send -o update ../trunk` report "Bundling 0 revision(s)."? [19:48] jelmer: ok, i think i've done it ;) [19:48] rocky, thanks! :-) [19:49] jsled, there are no revisions in remote that are not in trunk [19:49] Ah. Cause I'm exactly backwards. *ahem* Sorry. [19:51] jelmer: thanks. [19:55] rocky, the second one is r589, for which bzr:base-revision should also be removed [19:55] jelmer: i just removed that file =P [19:55] rocky, s/file/property ? [19:56] good morning [19:56] hey mwhudson, abentley [19:56] jelmer: morning. [19:56] abentley, could you give bundlebuggy a kick? [19:56] it doesn't seem to be responding atm [19:56] jelmer: no, the pre hook file that allowed me to delete the rev properties =P [19:57] rocky, ahh :-) [19:57] rocky, sorry [19:57] rocky, bzr check said there were 3 such revisions [19:57] ah ok [19:57] rocky, so there should be another one after the one I just reported [19:57] jelmer: ok, that one's removed [19:57] jelmer: restarted [19:58] abentley, thanks [19:58] rocky, thanks [20:11] rocky, the last one is r591 [20:12] jelmer: done [20:18] rocky, merci [20:20] jfroy, how are you using the netrc plugin? === sdboyer-laptop_ is now known as sdboyer-laptop === sdboyer-laptop is now known as Guest31946 [20:32] jelmer: sorry back [20:32] I'm using using netrc myself [20:32] But the code is clear [20:33] * jfroy pasted http://pastie.textmate.org/408694 [20:33] it at minimum expects a 'host' key in the credentials dictionary [20:33] oh, that sounds familiar [20:33] and the netrc tests synthesize credential dictionaries with a 'host' key set. [20:34] did I not report that bug? :( [20:34] however AuthorizationConfig never did set that [20:34] LarstiQ: maybe :p I honestly didn't check. [20:34] My patch was written with my keychain credential store plug-in in mind, but also conforms to the expectations of the netrc plug-in. [20:34] jfroy: it's entirely possible, bad larstiq has not been getting to many things on his todo list [20:35] That keeps other things on the list from getting lonely. [20:38] yes, but any time now they might petition the UN for recognition of their own nation. [20:39] Hah! Fat chance. They're your vassals, totally dependant upon you for any sustenance or boon you might grant them! [20:40] You're just demonstrating the point by starving them out, see. Clenching the iron fist. [20:47] Hi everyone, [20:47] How to get commit message from bzrlib ? [20:48] pigmej: for a given revision? [20:48] Yes [20:48] I cannot find that in docs... [20:49] pigmej: revision.message [20:49] hmmm [20:50] pigmej: say, 'from bzrlib.workingtree import WorkingTree; tree = WorkingTree.open('"."); print tree.branch.repository.get_revision(tree.last_revision()).message [20:50] Hmm [20:51] I'm going in other way... [20:51] like [20:51] my_branch=branch.Branch.open(....) [20:51] repo=my_branch.repository [20:51] repo.lock_write() [20:52] and then revtree=repo.revision_tree(rev_id) [20:53] rev_id is previously set to my_branch.last_revision() in that "example" [20:53] is it better to go trough WorkingTree? [20:53] i need branches "support" [20:55] no, this is fine [20:55] so then [20:55] repo.get_revision(rev_id).message [20:56] thanks ;) [20:56] btw I think that the better api documentation is needed ;d [20:56] pigmej: revision_tree() gets you the RevisionTree of that revision, not the Revision object itself [20:57] pigmej: where did you look to find this information? [20:57] pigmej: ie, what do we need to change to have better helped you? [20:57] pigmej: patches welcome btw ;) [20:57] http://starship.python.net/crew/mwh/bzrlibapi/ [20:57] here for example ;d [20:57] and there http://bazaar-vcs.org/BzrGivingBack [20:58] ok, and then, at what pieces of that did you look? [20:58] LarstiQ: Finally i fetch [20:58] revison=revtree.inventory() [21:04] LarstiQ: anyway what is the best way to fech binary files content ? [21:09] pigmej: I don't know about "best", but I'd do "fileid = revtree.path2id('NEWS'); fileobj = revtree.get_file(fileid)" [21:09] LarstiQ: so the same way that me :d [21:09] I'm going to write some bzr_wiki ;-) [21:10] web wiki engine managed via bzr ;) [21:10] just for fun ;d [21:10] pigmej: ah ok, cool :) [21:10] pigmej: I don't know how up to date the ikiwiki bzr backend is, but you could look at that too [21:11] pigmej: but keep us posted about your progress :) [21:11] LarstiQ: mine "bzr_wiki" in final ver should have full web access to naturally [21:11] I will see :) [21:15] pigmej: are you aware of http://bazaar-vcs.org/Integrating_with_Bazaar btw? [21:16] I have read this :) [21:17] From that I have revtree ;-) [21:17] ok :) [21:20] curious, anyone seen failed locks w/ "Transport operation not possible: readonly transport" when doing bzr pull $URL -d $CHECKOUT , yet have it succeed fine when doing cd ${CHECKOUT} & bzr pull $URL # ? [21:46] ferringb: that is strange [21:46] * ferringb thought so [21:47] solution atm is to kill the checkout, which sucks a bit though [21:47] ferringb: does it tell you which transport is readonly? or does the traceback in ~/.bzr.log give any clues? [21:47] forgot about ~/.bzr.log [21:47] is it a checkout bound to another branch? [21:47] sec [21:49] morning poolie [21:54] poolie: remote, bzr server is chucking it [21:54] hello jam [22:00] poolie: re: checkout bound to another branch, if by that you mean is the checkout w/in a repo... yes, tis. [22:01] the branch it's pulling from, that side has a similar setup although I'd expect bzr server to handle that- the odd thing is that bzr-server does lack write perms to those directories (intentionally since commits aren't routed through it since when we deployed it bzr-server was raw and questionable), although those issues aren't seen for other ops === montywi|food is now known as montywi [22:28] this stuff (bzr, pqm, cm, etc...) is fantastic! I have been working today trying to get pqm setup and working with bzr. I forgot the link in pqm over to the bzr code. I ran the pqm tests and it said I was using 1.13 but needed 1.12. So I ran 'bzr revert -r date:2009-02-13' on my bzr.dev and presto it works. That's the motto 'it just works'. Fantastic :) [23:01] poolie: figured out an additional naggle actually. that co came from a different upstream branch, iow foon.com/repo1, the pull --overwrite fails when it attempts foon.com/repo2 over the same co [23:07] jam: btw, the numbers for time spent generating a stream for the network are 22% in fileids_altered_by_revision_ids, and 16% because _read_records_iter_raw is used rather than _read_records_iter_unchecked [23:20] another pqm ?...I have the 'mail_reply=1' set in my .pqm.conf file, but when I run 'pqm -v -d --run --report' i am not seeing any mail reply? Any ideas why? === montywi is now known as montywi|zzz [23:54] any pqm guru's out there? Is this a bad time of the day/night/ [23:54] ?