[00:11] spiv: seen poolie [00:12] spiv: I think its because the command finding hooks have been cleared inappropriately [00:12] spiv: and/or a chdir has been done inappropriately. [00:13] lifeless: hmm, quite likely. [00:14] lifeless: regarding poolie, I haven't seen/heard anything. [00:20] jelmer, hello? [00:20] Noldorin, hi [00:21] hey [00:21] jelmer, any idea about that strack trace for bzr-svn? [00:21] Noldorin, which stack trace? [00:22] jelmer, http://pastebin.com/m122b7c64 [00:22] did you catch any of the convo with spiv ? [00:22] no, I haven't [00:22] that describes it all anyway...trying to push to an svn repo with bzr-svn [00:22] always worked until recently :S [00:23] Noldorin: have you pushed to this codeplex repository before? [00:23] jelmer, yep, worked many times [00:23] and haven't really changed the bzr repo [00:23] it might have happened when i cancelled a push to svn one time :S [00:23] Noldorin: remove the 'layout = None' bit in ~/.bazaar/subversion.conf [00:24] jelmer, it has guessed-layout = None [00:24] do i want to remove that? [00:25] Noldorin: can you remove that ? [00:25] (or comment it out?) [00:25] ok [00:26] jelmer, ok, it's doing better now... [00:26] [- ] 208KB 3KB/s | analyzing repository layout:fetchi [00:33] hi spiv, lifeless? [00:33] jelmer, 1900KB now...seems to be going a bit long :/ [00:34] Noldorin, it'll do the full repository analysis again now [00:34] fair enough [00:35] jelmer, so what's thie about layout...? why do i have to remove that line from the conf file? [00:36] Noldorin: it contains the guess repository layout [00:36] you had to remove it because it contained an invalid value (None) [00:36] ah [00:36] not sure how that got in there though [00:36] so by default there shouldn't any there...? [00:40] poolie: good morning [00:40] Noldorin: it should be there, it should just have the right value :-) [00:41] Noldorin, does it work now? [00:41] jelmer, ah fair enough...still going [00:41] 3500KB now [00:41] what should be the right value? [00:42] Noldorin: it'll be determined by bzr-svn automatically [00:42] ok [00:42] or you can specify one - see "bzr help svn-layout" [00:42] fair enough. [00:42] heh, just waiting still. 4MB seems like an awful lot, and it's still going ... [00:45] abentley: the fix for you has landed [00:45] poolie: hi [00:50] jelmer, does this make sense that so much is being downloaded? 5.5MB now and 0/36100 [00:56] it looks like it's downloading the entire revision history of codeplex, hah :P [00:59] Noldorin: No idea, sorry [00:59] Noldorin: it might be a codeplex issue, I've seen issues with it before [00:59] ah right [00:59] hrm [00:59] no worries then. thanks anyway [01:12] Noldorin: I [01:13] 'm happy to help debug though [01:13] Noldorin: If it keeps going, you might want to try again with -Dtransport [01:14] jelmer, ok i think i'll try that then [01:14] hmmm [01:14] it shows [####################/] now [01:14] does that mean it's almsot done? [01:17] jelmer, hmm? [01:18] Noldorin: it means we probably made the right decision to remove the progress bar in 2.1 ;) [01:18] spiv, hehe, fair enough [01:18] * Noldorin cancels it [01:19] Noldorin: chances are it's making progress, but I couldn't say how long it would take [01:21] spiv, yeah. so i've run it with Dtransport now [01:21] what should i check? [01:25] Noldorin: that'll add a lot of debug output to ~/.bzr.log [01:25] ok [01:25] Noldorin: so you can monitor that and hopefully get an idea of what it's doing [01:25] "hopefully" [01:25] mm [02:01] spiv, http://pastebin.com/m67c3cc57 [02:01] that's what .bzr.log gives [02:20] spiv, any ideas? [02:24] Noldorin, hi [02:24] Noldorin, this is indeed a codeplex issue [02:24] Noldorin, it's not behaving as a svn server should [02:24] hi jelmer_ [02:24] you read the pastebin eh? [02:24] hrmm [02:24] yeah [02:24] yay for MS again [02:24] any chance you can file a bug with them? [02:24] jelmer_, sure, if you tell me what to put in it :) [02:24] since i don't fully understand the source of the problem [02:25] all I can say based on that pastebin is that it doesn't actually provide all data that is requested by the client when you do a log request [02:26] If you specify the line that's being repeated in .bzr.log and your repository URL I should be able to help narrow that down [02:27] I'm off again, back later [02:27] jelmer_, ok, thanks... [02:27] i'll try to submit that tomorrow [02:27] (late here, so i'm off to bed) [02:27] night [03:51] poolie: going to fetch mary, brb [03:51] k [03:56] poolie: what version of subunit were you using when you had the problem stream on friday? [04:01] um [04:02] uhm! [04:02] hello :) [04:02] are you at lca? [04:02] hi :-) [04:02] yep [04:02] james_w: ping [04:02] lifeless: i think 0.0.4-4 [04:02] btw it has no __version__ [04:15] poolie: yeah I should add one [04:15] poolie: ok, well I still have no explanation then; its missing the xfail outcomes [04:15] poolie: and I can't trigger the fault myself so far [04:33] Now when I run bzr I always get the pre-commit hook running [04:33] I don't believe I created any myself [04:33] how do I find out which out of my ~10 plugins is missbehaving? [04:33] * xnox wants to know what's it's doing [04:34] xnox: do you mean that qwhen you commit you see 'running pre commit hooks' [04:34] yeap [04:35] and sometimes it takes a while (on big binary blob commits) [04:35] lifeless: it wasn't there before... [04:35] thats bzr telling you its at that point in the commit. It doesn't really mean anything in and of itself. Each prec ommit hook run will have its label printed out separately. [04:35] xnox: you can however get a list of the installed hooks. [04:35] uhm [04:38] oh my I do have quite a few hooks [04:38] ok in python [04:38] import bzrlib.plugins [04:39] I think I know what it is. I've enabled bzr search / index on this repo and it's activated on tip change [04:39] $bzr hooks [04:39] import bzrlib.plugin [04:39] showed me =) [04:39] bzrlib.plugin.load_plugins() [04:39] bzrlib.branch.Branch.hooks['pre_commit'] [04:39] yeah, that will too :) === abentley1 is now known as abentley [04:40] * xnox says everyone on #bzr just love to do everything with bzrlib =) [04:40] however index is post_change_branch_tip [04:41] true [04:42] then I'm clueless [04:43] cause there are no post_commit hooks installed yet it stops there for while [04:43] bzrlib.branch.Branch.hooks['pre_commit'] is just a pointer and not callable [04:43] * xnox whatever is the real name for pointers in python "object in memory"? [04:44] reference [04:45] hi all [04:45] aha! =) thank you [04:45] whats the callbacks list though? [04:45] I have to go, perhaps igc can help you :) [04:45] ciao === abentley1 is now known as abentley [04:51] lifeless: it's empty via bzrlib method also [04:51] callback=[] [04:51] =(((( [04:51] maybe another day [05:27] hi jelmer [05:30] hey James [05:30] james_w: can I upload current bzr-bd to sid? [05:30] sure [05:52] james_w: would you be ok with 2.2 as version number for that, or would you rather see a 2.2~ ? [05:59] 2.2 is fine [05:59] jelmer^ [06:00] james_w: thanks [06:01] no, thank you [06:06] james_w: Is there still a debian branch somewhere with the Maintainer: etc set properly? [06:07] there may be one on bzr.debian.org [06:07] it's probably a fair way behind if it is [07:02] hi all ! [07:03] salut [07:03] james_w: hey [07:03] hey thumper [07:05] james_w: you coming around? [07:05] yeah, I'm still writing [07:06] james_w: so is everyone here :) [07:06] you need me soon? [07:06] if you are getting more done there, feel free to finish first [07:11] thumper: we're just ordering some pizza, I'll come over post-prandially [07:12] prandially: ENOTFOUND [07:13] vila: after eating [07:14] isn't "prandially" basically a frenchism? [07:14] james_w: thanks :) I mostly deduced it from the context but my online dictionary raised the error above and I was wondering where the word was coming from.. [07:15] mwhudson: It doesn't ring any bell.... [07:16] from the latin apparently [07:16] oh, prandial, got it [07:17] mwhudson: so the English jumped over the French for this one :) [07:17] ah [07:26] hello vila, mwhudson, james_w [07:26] hey [07:26] hi poolie [07:26] hello poolie === vila changed the topic of #bzr to: Bazaar version control | try https://answers.launchpad.net/bzr for more help | http://bazaar.canonical.com/ | http://irclogs.ubuntu.com/ | Patch pilot: vila | bzr 2.1.0b4 and 2.0.3 released [08:05] vila: hello patch pilot :) [08:05] spiv: ;) [08:06] vila: I'm about to go on leave (I'll send mail about this shortly), so you may need to take care of https://code.edge.launchpad.net/~spiv/bzr/per-file-merge-hook-491711/+merge/17279 ;) [08:06] spiv: before you left, I haven't yet look at your merge hook ... hehe good [08:07] spiv: roughly, are you confident enough to land for 2.1.0rc1 or is it something for 2.2 ? [08:07] vila: I think it may actually be ready to land now [08:07] And I think it'd be good for 2.1.0rc1 [08:07] ok [08:07] It's fairly low risk, I think. The bits that are likely to break are probably shallow. [08:08] spiv: so you can fix them in your part-time ? ;-) [08:08] e.g. maybe the news_merge plugin might accidentally cause tracebacks on some corner case, and will need to be made a little more resilient to just giving up when that case happens. [08:08] vila: right ;) [08:09] The sooner it lands, the sooner any bugs will get shaken out, of course ;) [08:09] But it would be a useful feature to land for udd [08:09] Especially if someone at the sprint can write a debian/changelog merger (see my mail to the udd list) [08:09] spiv: Yes I read that, I'll look into it asap [08:10] Having glanced at it again, I think it might actually be really easy... [08:10] I had been thinking it'd be good to do at the sprint, but maybe you'll just do it today ;) [08:10] (for someone other than me to do at the sprint, of course) [08:12] spiv: I think it's a really good target for the sprint and will spread the knowledge better. [08:12] vila: *nod* [08:12] spiv: but I'll note to land it [08:12] vila: thanks :) [08:14] james_w: hi [08:14] spiv/vila, what is? [08:14] spiv, vila: debian/changelog merger ++ [08:14] poolie: per-file-merge-hook [08:15] that sounds good [08:16] vila, thanks for being patch pilot this week [08:17] * igc dinner [08:24] * beuno waves at vila [08:24] * vila waves at beuno [08:24] * jelmer waves [08:25] beuno: you're abroad again right ? [08:25] jelmer: You're never up that early so you're definitely abroad too :) [08:25] vila: I'm in NZ :_) [08:25] mtaylor: Hopefully quite soon! :) [08:25] bingo :) [08:26] mtaylor: I already have a bzr NEWS file merger :) [08:26] spiv: yippee!!! [08:26] spiv: as someone who does a lot of merging between packaging backport branches, I will welcome this new feature [08:26] But someone else will get to write the debian/changelog one I think, I'm about to become a parent :) [08:27] vila, no, I'm startiong early so I can finish early. I'm signing the contract to move into a new apartment [08:27] spiv: congratulations! [08:27] heya jelmer [08:27] beuno: wow, *that's* early ! [08:28] beuno: Congrats for the new apartment ! I'm happy to hear that ! [08:28] mwhudson, if you're around, I'm curious about LH's performance since the latest patch [08:28] mtaylor: thanks! [08:28] hello beuno [08:28] how nice to see you [08:28] beuno: it's been ok [08:29] hey hey poolie [08:29] mwhudson, significantly more stable? or "meh"? [08:30] beuno: hard to say at this stage [08:30] beuno: perhaps a little better [08:38] spiv, I am asked to approve or disapprove of your paternity [08:38] that's kind of a big question :) [08:40] beuno: Yes, congrats! [08:41] jelmer, how's LCA? [08:41] beuno: Nice :-) Preparing our talks for tomorrow's miniconf at the moment. [08:55] spiv: so regarding per-file-merge-hook, I think you addressed jam's remarks but I'd wait for his comments/approval before landing [08:56] vila, tanks for the progress review [08:58] ta === gerard_1 is now known as gerard_ [09:01] james_w: i'm trying to use bzr-builder and failing [09:01] james_w: it would be good to fix this before tomorrow :-) === abentley1 is now known as abentley [10:21] vila: great, thanks :) [10:22] spiv: I'm reviewing right now, a couple of tweaks so far, nothing serious. [10:23] spiv: I really like your refactorings... [10:27] vila: phew :) [10:35] spiv: done. [11:09] Hello folks.. I was wondering if there was a bzr utils suite that can be used without installation on windows? [11:10] lifeeth: what do you mean by "utils suite"? [11:10] I mean just the bzr.exe [11:10] lifeeth: there are a fair few plugins available that don't need speicial installation. [11:11] Oh, hmm. [11:11] Not sure, sorry :/ [11:11] Ok.. [11:11] Need to package it with a portable app -- so was wondering if there was just one executable that can be used [11:35] Cool, there is a channel :) [11:35] Apply change? [yNfq?] [11:35] on bzr merge -i [11:35] What is the 'f' for? [11:35] Please tell me it's 'forget' [11:35] As in 'don't commit this change & then don't bug me about it again' [11:36] I have a criss-cross merge [11:37] I suggest you press '?' [11:46] maxb thanks [11:47] What does 'finish' mean then? Same as my hoped-fr 'forget'? [11:47] Or just 'stop processing more files, but process the ones already 'y''d? === Peng___ is now known as Peng_ [11:48] flavour: the latter, IIRC, but I can never remember... [11:48] So is there any way of telling Bzr to 'never hassle me about this change again'? [11:48] Any other way of cleanign a criss-cross merge other than one side dleeting & repulling afresh? [11:49] flavour: bzr revert, bzr revert --forget-merges ? [11:49] Well, I want to keep 2 LP branches in sync [11:49] flavour: never in which sense? If you do regular (non-cherrypick) merge, and resolve it and then commit it, then the next time you merge those changes will not be reconsidered. [11:49] Syncing often (coding for Haiti) [11:50] If I do a normal merge then I will lose a whole bunch of changes [11:50] Which I'll have to reapply manually [11:50] Lose in what sense? [11:50] Well, the incoming merge wants to revert a whole bunch of changes I just made [11:50] Well, you can revert those files before committing. [11:50] So I'd have to reapply the change again to each of the files [11:51] i.e. "bzr merge ../other-branch; bzr revert file1 file2; bzr commit" [11:51] Then it'll hassle me about merging again next time I think [11:51] No, it won't. [11:51] I'll try it, thanks :) [11:51] So long as "bzr st" shows a pending merge. [11:52] Then bzr will remember that you've merged in that revision (and thus all the parent revisions of that, too). [11:52] And it won't try to remerge them. [11:53] criss-crosses can make it hard to determine which changes are already merged, but even then "bzr merge --lca" tends to do a pretty good job. [11:54] question I asked on the weekend (when the channel was dead). We are doing a big code-reorganisation. Some files can be "bzr mv"ed. But there's a lot of movement of things from one file to another. No way to carry history, right? [11:56] tumbleweed: Right. [11:56] tumbleweed: right, unfortunately. [11:56] thanks [11:56] tumbleweed: If you're moving the majority of a file, it may make sense to "bzr mv" it then create a new file. (You can do that in the same revision. I think.) [11:57] yeah, unfortunatly that only goes so far [11:57] (Although someone might in the future write a fancy tool to analyze the history later and use heuristics to track code moves across files, that doesn't exist yet.) [11:57] http://paste.pocoo.org/show/166677/ [12:00] -lca made no difference to me unfortuantely...I tried it [12:00] I know clearly which files should 'win' [12:00] with only minor tweak [12:00] But a lot of files [12:00] Rest of the files reverted ok, but not this one [12:00] flavour: that "input line too long" is a weird error, I assume there's something wacky happening with your shell of environment. [12:00] s/of/or/ [12:01] Win32, so what do I expect? ;) [12:01] flavour: I expect weird voodoo that I can't diagnose for you :) [12:01] now getting it with just bzr ver [12:01] Let me cycle the shell [12:02] flavour: I'd suspect you have something that's growing an environment variable or alias every time you run 'bzr' [12:02] yeah, that fixed it [12:02] cmd window exhausted [12:33] Looks good...am going to docuemnt this for future & try it on some other branches I have probs with - many thanks! [12:53] Hi. I could use some help organizing my project. Does anyone have some time to spare? [12:55] I only have a couple of questions and it will probably not take more than 5-10 minutes. [12:58] michaelis: Someone might, but you'd have to ask your questions to find out. :P [12:59] I was thinking a private chat session but I can post my questions here. === mrevell is now known as mrevell-lunch [13:05] I, for one, don't know enough to want to talk one-on-one, but I might be able to contribute a little bit of you ask in the channel. [13:06] Peng: is correct... usually it's best to ask the group. that way different people can weigh in and help out with your problems [13:06] if you're worried about hogging the channel... don't worry, it's usually not that busy. [13:07] Besides, that's what the channel is for. [13:08] spiv: I'm not sure I understand the meaning of "That's very much for the extra review.", is it "you're asking too much" or "you reviewed a lot" ? [13:08] spiv: or yet another meaning ? ;) [13:10] I work in a municipality with water distribution/cleaning and we have many files that we would like to version control. It's everything from simple text documents, pdf's to PLC programs. Since there are many facilities and every facility has its own set of documents, every facility, according to me, is organized as a shared repository. Thereafter every specific set of directory, such as e.g.... [13:10] ...PLC programs, are organized as a shared repository beneath the previous one. Finally, every PLC program in the facility is a branch with a working tree. Could this work? [13:12] The most simple thing would be if you could checkout only part of a working tree but since this isn't possible I have to come up with something else. [13:13] * rubbs goes and gets some pen an paper. [13:13] I am too visuall of a person... I have to draw that out. [13:13] just a sec. [13:17] michaelis: what is the question? [13:17] many nested repos with branches? [13:17] yes, this will works [13:17] but what your intent? [13:17] How should I organize it in the most convenient way. [13:17] it depends [13:18] convenient for what? [13:18] michaelis: is this what you are thinking? [13:18] http://paste.ubuntu.com/358487/ [13:18] do you want to combine several branches as the complex project? [13:18] michaelis: I think that's what he means... each Facility is a project of several branches [13:18] er [13:19] bialix: ^ [13:19] Thats right. [13:19] makes sense for me, rubbs [13:19] ok, so you may be looking for the SCM plugin. [13:19] michaelis: where is your branches there? [13:19] Since I can't checkout parts of wokring tree I have to make every specific part of the facility a branch. [13:19] scmproj plugin [13:20] michaelis: that's correct. you'd have to made each part a branch. [13:20] michaelis: that's right, dvcs require you to think in the term of entire tree, not subdirectories [13:20] Another thing, I run bzr in a windows environment with the gui explorer. [13:20] michaelis: TortoiseBzr or bzr-explorer? [13:21] Bzr-explorer. [13:21] both are ok [13:21] mmm... bialix you run the scmproj right? I'm not sure how that works with guis [13:21] ah... cool [13:22] if you will want to use scmproj you need to make some operations via console or qrun dialog [13:22] rubbs: there is no GUI for scmproj yet [13:22] I myself am not afraid of running the shell version but it has to manageable by others. [13:22] michaelis: bzr-explorer has feature of open the directory with nested branches as some sort of the project [13:23] But the others will mostly checkout and commit. Can I the use scmproj? [13:23] so if you open fac1 or fac2 you should see all nested branches [13:24] if others will work only in separate branches then scmproj will be mostly transparent for you [13:25] bialix: Exactly. Now when they open fac1 they see yet another shared rep with e.g. blue prints and below that there are a set of branches for every device in that fac. [13:26] scmproj may help you to define directory structure for your branches (I calling them components in scmproj) and easily get entire project from the server for local work [13:26] also you can commit several branches at once, or push changes of the project back to the server [13:27] so only 1st step (get project for local work) is important. After that your colleges may work in separate branches [13:28] My colleges main interest is to checkout one branch at a time, make modifications to it, and then commit the changes. [13:29] There hardly will be any multibranching work going on. [13:30] if so then do you need a requirement to recreate the structure from http://paste.ubuntu.com/358487/ somewhere locally? [13:31] or you just need to select the way how to keep your branches on the server? [13:32] The structure must be on the server. How my colleges organize it locally is not my problem. [13:33] then you can keep all related branches (PLC programs, text, pdf) in the separate shared repositories with branches for each facility [13:33] is it enough for you? [13:33] Yes. [13:34] then you don't scmproj at all [13:34] don't need [13:36] But if you look in http://paste.ubuntu.com/358487/ then fac1 and PLC are shared rep according to me. PLC_prog1 and PLC_prog2 are branches. [13:37] They have to be able to checkout PLC_prog1 and PLC_prog2 seperatly. [13:38] you said you don't need this structure on the server [13:38] seperatly = separately [13:38] I obviously misunderstood you. [13:38] you don't need fac1 and fac2 [13:39] You need only PLC - shared repo, PLC_prog1 and prog2 as branches [13:39] docs -shared repo, and nested branches [13:39] and so on [13:39] remove from the picture work and fac1 [13:39] remove them as levels [13:39] and you'll see both fac1 and fac2 are the same [13:40] I misunderstood you. Since there are more than 200 fac here I need them to be represented as shared rep. [13:40] you're on the road to troubles [13:40] does your fac have something in the common? [13:40] Otherwise every branch will be called fac1 - plc_prog1, fac2 - plc_prog1 and so on. There will be more than a thousand branches in the explorer window. [13:41] They all lie in the same country... ;D [13:41] I suggest you keep fac1 as one unite branch then [13:41] michaelis: you could still do this... but nesting shared repos isn't going to help you much (I think) [13:42] That was the idea from the beginning and my question was if there was any other way than having fac1 as a shared rep. [13:42] no [13:42] fac1 should be a branch [13:42] you could do a shared repo at the PLC/docs/txt levels, but adding another at the fac level isn't going to help you much [13:43] Indeed. [13:43] you won't checkout the subdir of that branch, but that's better than thousands of branches [13:43] but if he has lots of stuff within each fac# then a big branch isn't really helpful either [13:43] I have to take a 15 min tea break and talk to my colleges. I'll be back in 15. [13:44] Thanks for the help so far. [13:44] k... I'll brainstorm a little [13:44] the views maybe help? [13:45] mmm... maybe. I"m wondering if pulling all that history down is going to be a problem. [13:47] if there is local network it won;t be a main problem [13:47] does bzr know if a shared repo is a few dirs up? I guess I'm asking because if he creates a shared repo at /work and has folders for each facility, then he could have branches [13:47] bialix: I think he said it was all over the country. [13:47] rubbs: Bazaar looks all the way up to the root for shared repos, and uses the first it finds. [13:48] cool... so what if he put just one shared repo at the top of his dir structure and divided his branches out the way he wanted [13:48] the fac# level directories don't have to be branches themselves, they are just there for organization right? [13:48] * rubbs forgot that michaelis is on break. [13:49] My guess is that nesting a shared repos isn't going to save you room. i.e. a shared repo doesn't look to see if there is a shared repo above it. [14:31] I'm back. [14:31] That was a long 15 minutes. [14:33] ha... it happens [14:34] so my question is (since nesting shared-repo's isn't going to help) is there something wrong with having a shared repo at the top, and having the fac1 and PLC directories as just directories? That way you could have the projects in their own branches and use the dir structure to organize them [14:38] The problem is that when a college want's to check out blue prints for a specific object and and I want to check out a PLC-program we both end up checking out the same branch even tough this shouldn't be necessary. [14:39] Or maybe I didn't understand you. [14:41] The way I see it it will have to be: fac1 - shared rep, blueprints in fac1 - shared repo, an object specific blueprint in blueprints in fac1 - branch, so that there's only the possibility of checking out blueprints concerning one object at a time. [14:41] right... [14:42] let me illustrate what I mean... [14:42] * rubbs goes to pastebin again... just a sec. === salgado is now known as salgado-lunch [14:43] http://paste.ubuntu.com/358522/ [14:44] a little messy, but I think that should show what I meant.. [14:44] if you wanted to check out a txt doc from fac1 and a college wanted to checkout plc_2 from fac1 those would be separate branches [14:44] but to you, they would be organized by fac [14:45] there is no need to have a shared repo at each dir level. that wouldn't save you any space. [14:45] That is a good idea. [14:45] bzr also keeps all individual information that is different in it's own branch, so you would get all the space saving of the shared repo but the flexibility of differing projects [14:45] How would this look like in bzr-explorer. [14:46] bzr-explorer would not know the dir structure intelligently. It would only know about each individual branch at a time. [14:47] but each branch could be kept in it's own tab. [14:49] so bzr-explorer would only know about /work/fac1/PLC/plc1 but won't know anything about /work/fac1/PLC/plc2 unless you opened a tab to that location. [14:49] I don't see how I can omit the "thousand branches in explorer" problem. [14:49] do you need to have them all open all the time? [14:49] First I create a shared repo "work". [14:49] right [14:50] Then I create a branch at location work/fac1/blueprints/object_blueprint [14:51] right [14:51] So that object_blueprint has it's own work tree. [14:51] correct. [14:52] the idea of the shared repo isn't like a repo in svn. It's just a place that common revisions can be stored to save space... [14:53] But if I have 200 fac and 5 subdirs in each fac then I will have 1000 branches in a non hierarchical structure, or have I misunderstood something here? [14:54] You would have have some sort of heirarchy, but it would be via the system's directories. [14:54] I understand. [14:54] so to check out any branch, I would just have to know the dir structure. [14:55] That was my main concern. How to present the branches in a well structured order. [14:56] as far as bzr is concerned, it doesn't care where the branch is, so you can organize your branches in any dir structure you want. You just have to point bzr to the branches location, and it will work [14:56] I could create a shared repo for every fac and by doing so my colleges would, naturally, work with one fac at a time. [14:56] are you looking at a centralized workflow then? like having only checkouts and not branches? [14:57] Yes I had figured that out but I was hoping to not have thousands of branches in the bzr-explorer. [14:57] Explain the concept of centralized workflow to me. [14:58] The files on the server should be the latest ones and if you want to make any changes you check them out, modify them, and then commit them to the server again. That is the workflow I had in mind. [14:58] So yes, some sort of centralized workflow is needed. [14:59] so like svn, centralized workflows usually mean that I'm only working with one revision on the tree. I "checkout" code and work on it and when I commit, it gets sent to that central location. It's sometimes called lock-step development. De-centralized -hybrid approach would be that there is a central branch, but I have my own branch. I do my work in my branch and when I'm ready to I merge in my changes (I can do several commits before merging) [15:00] you were looking at a central -lock-step development workflow then. [15:00] Yes it seems so. [15:00] bzr is really designed for branching (whole history, not just one revision) and working on the branch. Then when you want, you merge your changes back into the central location. [15:01] if I have a branc, and you have a branch, and we both work on the same project we can merge our changes... [15:01] it allows for more concurrent development [15:01] I can work on fac1 and you can too [15:01] I merge my changes in.. [15:02] then when you are ready you can merge yours in. [15:02] I see. But what happens if we work on the same dwg file? [15:02] the beauty of it is that with the merge, we both can work on it, and not have to worry about being "out of date" every time we commit [15:02] that is where some intelligent merging is needed. [15:02] so bzr will look and see that you and I worked on the same file [15:03] it will then tell you that there was a conflict and ask you to resolve them. [15:03] (this assumes I merged first) [15:03] you then look at the dwg file and see what the differences were. [15:03] Naturally. Then we would have to solve the conflict "manually". [15:03] right [15:03] this is the same with just about any VCS thought [15:03] though* [15:04] All of this stuff is possible with SVN or others, but bzr, git, and mercurial are best at merging. [15:04] It's the merging that allows for people to work at the same time on the same project. [15:05] if you have your 1000's of branches organized it shouldn't matter who is using what [15:05] No of course not. [15:05] just merge in and manually take care of conflicts as they come up [15:05] To present your branch structure (organization) to your colleages, you would just have to let them know the dir structur [15:06] structure* [15:06] I get the point. But it would be much easier if we could check out parts of a working tree instead of having to check out a whole branch. [15:06] then I would look at something like SVN. bzr won't be able to do that for you :( [15:06] But that isn't posibble. [15:06] I understand. [15:07] I'm not sure if this helps, but bzr also uses views [15:07] so you would have all of your branch there, but with views it masks away things you don't care about. [15:07] That sounds interesting. [15:08] so if you had the branches at the fac level, then you could create a view that hides everything except the PLC directory or something to that effect [15:08] I wonder if it is possible to set views up in the bzr-explorer. [15:08] I'm almost certain you can. I'd have to check. [15:08] just a sec. [15:08] also if igc is on, he's the main dev on bzr-explorer [15:08] ping igc [15:09] He is away. [15:09] ah... thanks [15:12] mmm... doesn't seem to have a gui button for doing it, but I could be wrong. [15:12] I'm not giving up on that yet though. [15:12] You keep on fighting! ;D === stefanlsd_ is now known as stefanlsd [15:13] ha [15:16] well, I know that if you created the view, that bzr-explorer would support it. So if you masked off everything except PLC dir it would only show PLC in explorer, but I'm unsure of how to set it. [15:17] it might have to be in a command line argument... but I think you can even do those within bzr-explorer [15:18] I see. [15:21] I have learned a lot and I will take this newly achieved knowledge and make the best of it. Thanks for the help. [15:21] np. [15:21] I'll come back for more talk about views. [15:21] i don't know if youw ant, but you could email igc he could help much more with bz-rexplorer [15:21] great! [15:22] Maybe I'll do so. [15:22] do you know igc's email? [15:22] I thought I would get it from a simple whois but that was not the case. [15:22] ian.clatworthy@canonical.com [15:22] Do you have it? [15:22] he should be able to help ^ [15:23] Thank you. [15:24] Thanks again and bye for now. [15:24] bye, good luck! [15:24] Thank you. [15:44] I have a branch of the trunk of a project. At some point in the past, a change was introduced that broke another project that uses this one. What I want to do is: run the main project test suite; if the tests fail, step back one bzr revision in the subproject, repeat. [15:44] how do I do the "step back one revision" bit? :) [15:44] bzr uncommit? [15:45] (you'll have to follow it with a bzr revert) [15:45] you could also branch at a revision [15:45] ooh, so just "bzr uncommit; bzr revert",repeatedly. That's ideal. [15:45] also you could look at the bzr-bisect plugin [15:45] it's built to do just exactly what you are looking for [15:46] rubbs, I could do, yeah, but I don't know which revision has the problem, and looking up all the revnos is fiddly [15:46] bzr bisect is supposed to emulate the git bisect functionatility [15:46] aquarius: it's automatic [15:46] I assumed it was. I don't really understand git bisect :) [15:46] You don't have to uncommit if you only want to revert the working tree... [15:46] rubbs, how is it automatic? [15:47] Even without a bisect plugin, it's easy to do a binary search yourself. [15:47] rubbs, I just do bzr branch lp:project the-revision-that-broke-it and it works? :) [15:47] at least I think it's automatic... the git version is. [15:47] you write a short script to run your test... have it return 0 if works and 1 if doesn't [15:47] peng, hang on, not sure I understood that [15:48] it will go through your history in a binary search and find the revision in which it changed [15:48] admittely I didn't do it auto matically with bzr. just manually (I didn't have a lot of history) [15:48] aquarius: he means find any revision that is working (liek the first one) and find one that isn't (like the last one) [15:48] man, I'm prepared to do it the stupid drone way rather than anything clever ;) [15:49] then pick the revision that is in the middle of the two, and do the test [15:49] aquarius: http://doc.bazaar.canonical.com/plugins/en/bisect-plugin.html [15:49] if it doesn't work, it's in between the first and the middleone. [15:49] yeah, I get roughly how a bisect works [15:50] but there are only, like, nine revisions I need to check. This is not the kernel we're talking about here ;) [15:50] heh [15:50] even then. a bisect is still faster. [15:50] I shall bzr uncommit && bzr revert my way backwards until I work it out [15:50] you can say.. revision 12 is good, revision 19 is bad [15:50] not when you take into account that I have to work out how to do it :) [15:50] it can help you find it quicly [15:50] You don't need to uncommit. Just "bzr revert -r 123". [15:51] aquarius: fair enough. Peng is correct, you can just revert your tree, no need to uncommit [15:51] Doing a manual binary search is really easy. If you know it's between revisions 10 and 20, revert to 15, run the test. If it succeeds, revert to 17 and try again, ... [15:59] yep, and that's now precisely what I'm doing :) [15:59] thanks! [15:59] np. === salgado-lunch is now known as salgado [16:01] can someone help me? I'm just starting to use bzr and I'm confused! I have changed a few files, but I don't want to commit all of them [16:01] how can I tell bzr which files should be in this commit? [16:02] lornajane: you can do a few things. You can do a commit and list the files. [16:03] so like if you have file1 file2 and file3 and you only want to commit the first two you can do this [16:03] bzr commit file1 file2 [16:03] rubbs: that's how I would do it with svn - but it complained that I also have files that aren't added [16:03] surely that's my problem, not bzr's problem? :) [16:04] have you created new files in this revision? [16:07] or possibly moved one of the files? [16:12] rubbs: I have created new files in my working copy and not added them yet, I don't need to include them in this commit [16:12] I guess I can just add them though [16:13] lornajane: no [16:13] do'nt add them [16:13] you can shelve them [16:13] so do this: bzr shelve name_of_files [16:13] that will "stash them away" then do your commit... then do a bzr unshelve and they come back [16:13] oh, that's cool! [16:14] I should do that with my config files [16:14] I love it... use it more than I care to admit [16:14] stuff like this is why I need to get out of my svn rut :) [16:14] alternatively, if you know you're never going to want to commit them, you can add them to your ignore config (bzr ignore name_of_file) [16:15] also to learn more about shelve (really cool feature IMO) just run bzr help shelve and that will tell you everything you need to know! [16:16] yes, I have bonded with bzr help - using bzr-svn because I travel so much with dodgy connection (on the train, for example) and the help has been surprisingly helpful [16:16] and the command naming is close enough to subversion that I can find things [16:18] yeah... when I don't know what to search on, I just do bzr help topics and I usually find what I need [16:24] anyone working on bug #395514 ? ( https://bugs.launchpad.net/bzr/+bug/395514 ) [16:24] Ubuntu bug 395514 in bzr "bzr update with local updates and commits does an unexpected merge" [High,Confirmed] [16:24] Launchpad bug 395514 in bzr "bzr update with local updates and commits does an unexpected merge" [High,Confirmed] https://launchpad.net/bugs/395514 [16:24] ah, good bot [16:50] Hi all [16:51] my native lang is not english, sorry [16:51] I have problem with bzr [16:51] what is your problem? [16:51] when I enter: bzr pull [16:52] alamati@ThinkPad:~/Desktop/transmission$ bzr pull [16:52] Using saved parent location: bzr+ssh://bazaar.launchpad.net/~vcs-imports/transmission/trunk/ [16:52] No revisions to pull. [16:52] I got that message [16:52] but I sure that there are new codes [16:52] What's the problem? [16:52] Oh. :D [16:53] can you tell me what the output of bzr revno is? [16:53] alamati: How do you know there are new revisions? [16:54] alamati@ThinkPad:~/Projects/transmission$ bzr revno [16:54] 8457 [16:54] bzr missing [16:54] he's right, his tree is out of date [16:54] how I can update? [16:54] trunk is at 8465 [16:54] yes yes [16:54] alamati: Try running "bzr update" [16:55] It *probably* won't do any damage. :D [16:55] alamati@ThinkPad:~/Projects/transmission$ bzr update [16:55] Tree is up to date at revision 8457. [16:55] I trust you :D [16:56] humm [16:56] does bzr status say anything? [16:56] no [16:56] alamati: I notice you changed from ~/Desktop/transmission to ~/Projects/transmission there [16:57] did you move the directory, or do you have two of them? [16:57] exactly right [16:57] * rubbs will be right back. [16:57] I move the directory [16:57] okay [16:59] what do I do? [17:00] I'm not sure what the problem is, hopefully somebody else will have an idea [17:00] thanks [17:01] alamati: Just to be sure, does "bzr info" say it's a standalone or repository branch? [17:01] alamati: did you just want to make this branch be *exactly* like the one at bzr+ssh://bazaar.launchpad.net/~vcs-imports/transmission/trunk/? [17:02] oh, do what Peng says first [17:02] I did [17:02] alamati@ThinkPad:~/Projects/transmission$ bzr update [17:02] Tree is up to date at revision 8457. [17:03] no do bzr info [17:03] yes I want to make this branch similar at official repo [17:03] that tells us things about the branch you have, not if it's up to date [17:03] alamati@ThinkPad:~/Projects/transmission$ bzr info [17:03] Standalone tree (format: unnamed) [17:03] if we can't find out what is wrong from bzr info, then I can tell you how to make it work. [17:03] Location: [17:03] branch root: . [17:03] Related branches: [17:03] push branch: bzr+ssh://bazaar.launchpad.net/~vcs-imports/transmission/trunk/ [17:03] parent branch: bzr+ssh://bazaar.launchpad.net/~vcs-imports/transmission/trunk/ [17:03] alamati@ThinkPad:~/Projects/transmission$ [17:04] alamati: I can't seem to find out what is wrong with it, so we are going to try to overwrite the branch and pull the lastest from bzr... so do this: bzr pull --overwrite [17:05] this will make it *exactly* like it is on launchpad. [17:05] Worst case, you can at least make a new temporary branch to work in: cd ~/Projects; bzr branch transmission transmission2; cd transmission2; bzr pull --remember lp:transmission [17:07] Oh woow [17:07] but then his tree still wouldn't reflect the trunk [17:07] I can upgrade to latest revision [17:08] so you figured it out? you solved your problem? [17:09] you solved my problem [17:09] really thanks [17:09] ;) [17:09] We did? [17:09] bzr pull --overwrite [17:09] Peng: I think the overwrite worked [17:10] alamati: I'm glad something worked out for you! [17:10] this command solve [17:10] Oh, interesting. Well, I'm glad it worked. :) [17:10] I still don't know why that was necessary, but we got him to where he needed to be [17:10] alamati: glad to hear everything worked out [17:10] thanks rubbs & Peng [17:11] I think that bzr is more complicated that svn [17:12] alamati: it can be for a while, but once you get the hang of it, it gets better [17:12] and I don't understand why we first commit and then push [17:12] just keep practicing ;) [17:12] I'd replace "more complicated" with "different underlying paradigm" [17:12] alamati: that is because you can then do multiple commits before you push. [17:12] of course [17:13] alamati: it takes a little while to understand it. It took me a while. [17:14] It's also so you don't have to be online to commit. [17:14] Which doesn't sound important until your Internet connection goes down or you're on a plane. :D [17:14] yes, this is nice situation [17:16] jml: around? know anything about bzr builder recipes? === gerard_1 is now known as gerard_ [18:53] hi GaryvdM [18:53] Hi bialix [18:53] how are you? [18:53] do you have any plans re qbzr 0.18? [18:53] Good, you? [18:53] more or less [18:54] I [18:54] I can wait with release till morning [18:55] please, don't disconnect [18:56] My typing slow [18:56] * bialix fears your internet [18:57] I working on major features (find in annotate and diff, diff refactoring.) But I have shelved those. [18:57] *I was [18:57] ok, I understand [18:58] we need to decide what will be our policy re Lucid [18:58] we made very good with 0.14 and Karmic [18:58] I'd like us to continue our success [18:58] I'm now just trying to fix bugs [18:59] I've stumbled with code layout refactoring [18:59] it affects explorer [18:59] and I'm not sure about TBZR [18:59] Yes - I think that 0.18 should become a stable branch, like 0.14 [19:01] I want to look at: [19:01] bug 487115 [19:01] Launchpad bug 487115 in qbzr "qcommit: qt warning message in the console when files grouped into directory" [High,Confirmed] https://launchpad.net/bugs/487115 [19:01] oh, yes [19:01] this is very nasty [19:01] did you read my comments? [19:02] yes [19:02] it's 100% repeatable, I just don't know where to start [19:02] bug 505987 [19:02] Launchpad bug 505987 in qbzr "show_file_differences in Annotate history pane crashes" [Undecided,New] https://launchpad.net/bugs/505987 [19:04] Ok - going to reboot into windows to look at 487115 [19:16] bialix: cool - I can reproduce it. === NotADJ is now known as TheDJACR === luks_ is now known as luks [19:33] guys, how about this test for bug #395514? http://pastebin.ca/1756446 [19:33] Launchpad bug 395514 in bzr "bzr update with local updates and commits does an unexpected merge" [High,Confirmed] https://launchpad.net/bugs/395514 [20:06] mtaylor: yo [20:07] lifeless: yo. just uploaded [20:07] lifeless: and... tested the install and stuff :) [20:08] how do I check if local commits are present? [20:08] also, please look at my patch: http://pastebin.ca/1756446 [20:09] mtaylor: 0.9.8 ? [20:10] ? [20:10] lifeless: yup [20:10] lifeless: well, 0.98 [20:10] lifeless: but yeah === GaryvdM_ is now known as GaryvdM === salgado is now known as salgado-afk [20:14] gerard_: sorry, I'm at a conference, can't really look at the patch for you. hopefully someone else will do so today sometime [20:15] that's allright [20:15] I'll attach it to the bug report if nobody does ;) [20:15] mtaylor: looks a it better. seems wasteful for the pandora configure to do c compiler checks etc [20:16] james_w: ping [20:16] GaryvdM: gnight [20:38] james_w: bug 509325 [20:38] Launchpad bug 509325 in bzr "merge & tree shape alteration hook for packaging" [Undecided,New] https://launchpad.net/bugs/509325 [20:48] hi mwhudson [20:48] I made a change to some code, the code was changed in that time but there's shouldn't be any issues with that [20:48] how can I resolve this? [20:48] james_w: can i get your help to come up with a good example of a bzr builder recipe? [20:48] sure [20:49] i can't find any packaging branches that just have the contents of the debian directory in them [20:49] lots of branches that just contain a debian directory, but i don't think they work with builder :/ [20:49] james_w: btw "nest foo lp:bar ." fails in a surprising way [20:50] (i didn't expect it to work, really, but it tries to lock . twice) [20:50] look under lp:~ubuntu-desktop [20:53] james_w: for example, http://bazaar.launchpad.net/~ubuntu-desktop/notify-osd/ubuntu/files looks like a branch to use with merge, not nest [20:54] james_w: also http://bazaar.launchpad.net/~ubuntu-desktop/gedit/ubuntu/files etc [20:56] ah yeah, those won't work [20:56] sorry, I mis-remembered [20:56] do you have to show nest for packaging? [20:56] i guess not [20:58] I can find one that would work, but they are rare [20:58] i guess i'll use merge then [20:58] note that you can't merge e.g. gedit either, as they don't share revision history [20:58] right :/ [20:59] i can do bzr-git maybe [21:04] james_w: so, for this recipe: http://pastebin.ubuntu.com/358692/ [21:04] james_w: to build the tree, it seems i want to do something like "bzr dailydeb --no-build example.recipe ." [21:04] yes [21:05] then cd into the built tree and run "bzr builddeb -S --native" [21:05] then cd ../build-area and say "see, look! a source package" [21:05] yes [21:05] cool [21:05] sigh, time to think about buying a new laptop battery [21:06] note that your deb-version should have 0.4.2+ or something at the start [21:06] Buy with the laptop:) [21:06] otherwise the version number will be 239 or something, and it will take a long while for bzr-git to reach that version number [21:07] james_w: ah yes, the one i'm actually using has been fixed like that [21:07] cool [21:07] (it references local paths) [21:07] use the deb version macro? [21:10] lifeless-droid: ah right [21:10] james_w: "{debupstream}-{revno}+{revno:packaging}" ? [21:11] i get confused about the rules wrt '-' [21:11] that would work [21:12] james_w: good enoguh [21:13] 1~1 < 1 < 1+1 in debian version numbers? [21:13] correct [21:13] 1 < 1-1 < 1+1 [21:13] cool [21:14] and the first (or is it last) '-' is special? [21:14] but i guess for a native package like this "who cares" [21:14] time for drinks [21:18] How to write a new log-format that only prints commit-message? [21:47] RumblePure: have a look at one of the existing ones [21:48] lifeless: None of them print _only the commit-message of a given revision. [21:48] *_only_ [21:48] lifeless: I want to print the commit-message only, nothing else. This is for the purpose of a makefile. [21:50] RumblePure: sure, you can do that, you'll need to look at the existing ones code to see how to do it itis all [21:51] lifeless: I've installed binary, you think the source code is there for log-formats? *non rethorical question* _) [21:51] * :) [21:52] if you are on einwdows there is a zip file with all the source. Or you can look at plugins whic provide log formatters. [21:52] lifeless: I'm on ubuntu, I looked for plugins for log formats but no success. [21:53] RumblePure: try this -> http://wiki.bazaar.canonical.com/BzrPlugins [21:54] 0http://wiki.bazaar.canonical.com/BzrPlugins [21:54] look for history exploration [21:54] you can install those plugins by putting them in your ~/.bazaar/plugins directory (you can create that dir if it doesn't exist) [21:54] Haum, this might help: "Shows most recent commit messages " [21:56] try it, if it doesn't work, you may be able to hack it to your needs. [21:56] Hrmm, odd bzr-svn issue. I've committed a change locally. Pushed it to my branch in svn. and done a 'pull' from there. But 'bzr log' still doesn't show the 'svn revno' like things below it. [21:56] I've seen this before, but I thought doing a 'bzr pull' had fixed it. [21:59] Thx guys, I'll try it. [22:15] mtaylor: please upgrade t o 2a for pandora-bild.kthnx [22:16] lifeless: mordred@camelot:~/src/pandora-build$ bzr upgrade . [22:16] bzr: ERROR: The branch format Meta directory format 1 is already at the most recent format. [22:16] mtaylor: ok cool [22:16] :) [22:16] mtaylor: you don't need the . [22:16] like 'ls' we default to the current working directory [22:17] cool [22:17] for everything except init-repo [22:21] james_w: ping [22:21] james_w: It would be nice if debrelease did mark-uploaded [22:23] I'm not sure what the difference is between that and dch -r [22:24] debrelease uploads [22:24] e.g. [22:25] debrelease --dput ftp-master uploads the built package in .. with the current changelog version to ft-master [22:26] well, dch -r does the tagging, so maybe that's the correct place for the d* tools [22:26] does dch -r do 'bzr mark-uploaded' at the moment ? [22:26] yes [22:27] ok cool [22:27] indirectly [22:42] indirectly? [22:56] Odd problem with caling cmd_push from bzrlib's builtins... when it's being called from a process that's been run from a command line, it works, when it's called from a detached gui, it stalls, no response. [22:56] Any ideas? [22:57] What's a detached gui? [22:57] maxb: Not being run from a command line [22:58] Can you reproduce the problem in a simple script that imports bzrlib? [23:00] maxb: No [23:09] Perhaps it's some weird threading issue, I know that this code running through nautilus-python isn't just simple threads. [23:22] hi [23:23] i'm wondering: when i branch the main branch for a release (say, 0.1.0)... [23:23] It's the only command from bzrlib that I'm calling through builtins, everything else I'm calling direct calls because I'm doing custom things. So perhaps I shouldn't use the cmd_push command in this way? [23:23] and i find bug fixes i want to make [23:23] is it wise to merge across branches? [23:23] i so, should it be from 0.1.0 to main or vice versa? [23:31] Noldorin: merging across branches will work, but your history gets hard for a human to make much sense of. :p [23:31] If you just want to merge into 0.1 and main, you can make your fix on 0.1 and merge into main. [23:31] Noldorin: Because of the way DVCSes track history (all ancestry or none of it), it is best practice to make bugfixes in the earliest branch they apply to and merge them forwards [23:31] if you have several branches ... yeah, do what maxb says. [23:32] so you'd make a new "bugfix branch" at a "least common denominator" location that all of your destinations have in common... make your fix, then merge it into the 3 locations. [23:32] You certainly can cherrypick from trunk to a release branch, but bzr won't give you any help in tracking what has been merged that way. You'll be at the mercy of reading commit messages. [23:32] hmm [23:32] s/3/N/ :p [23:32] i see [23:33] maxb, so merging bug fixes from a release branch to trunk is just about all i should do? [23:33] (or even need to do) [23:33] in this case, yep. [23:33] NfNitLoop, bug fix branch...never heard of that [23:33] ok [23:34] Noldorin: It's a branch that contains [code from source X] plus a bugfix. [23:34] makes it easy to merge in *just* The bugfix to several locations. [23:35] but, if you're only fixing bugs on 1.0, then it's your bugfix branch. ;) [23:35] er, 0.10 [23:35] NfNitLoop, that's a good point [23:35] yeah, i feel any bugs that get fixed in trunk, should *never* be merged into existing branches [23:35] only future releases [23:36] Noldorin: Why do you feel that? What about a bug which is fixed on trunk and then discovered to affect an earlier series? [23:36] maxb, if the early release is flawed, then so be it. it's the natuer of development [23:37] if there's a newer release, why bother anyway? [23:37] What if there isn't a newer release yet, and won't be for a couple of months? [23:37] What if the old release series is one you've committed to long term support for? [23:37] What if you have clients who refuse to upgrade a major revision because it involves data migrations? [23:37] :p [23:37] *cough* Not that I've EVER seen that. [23:38] heh. There's still some MySQL 4.0 running here [23:38] Then you pretend you're MySQL and just stick incompatible changes in the middle of a minor revision. Duh. [23:38] lol [23:38] hehe. [23:39] whoops. /wc is window close, not /window change. [23:39] IRCFAIL. [23:39] yay irssi [23:40] Yeah, /wc's are for flushing. [23:58] * kfogel is away: afk for some hours; see you antipodal people later probably