[00:01] LaserJock: is 0.4.8 released? [00:02] I thought it was supposed to be [00:02] and 0.4.7 would do fine as well [00:03] I think ... not positive there [00:06] LaserJock: yeah, it was supposed to be but I don't see it tagged in the branch yet [02:49] what's the status for bzr XML logs? [03:15] New bug: #197840 in bzr-svn (universe) "bzr-svn fails to install (Ubuntu Hardy, with ppa bzr)" [Undecided,New] https://launchpad.net/bugs/197840 [03:20] New bug: #197841 in bzr "ppa bzr package 1.2~rc1-1build2 for Ubuntu Hardy fails to install" [Undecided,New] https://launchpad.net/bugs/197841 === mark1 is now known as markh [04:17] there seems to be a dependency problem with the 1.2 debs for feisty [04:17] bzr depends on bzrtools, but bzrtools 1.2 depend on bzr <1.2 [04:17] so i have to use the old bzrtools (0.19 or something) [05:57] I just installed the bazaar Mac bundle for PPC but 'bzr' command is not in my path [07:20] New bug: #197897 in bzr "bzr export trips assertion if directory contains nested branches" [Undecided,New] https://launchpad.net/bugs/197897 === doko_ is now known as doko === Odd_Blok1 is now known as Odd_Bloke [08:33] moin [08:45] New bug: #197916 in bzr "bzr move in widows: directories are case sensitive" [Undecided,New] https://launchpad.net/bugs/197916 [08:48] morning lifeless [08:51] hi james_w === cprov is now known as cprov-afk [11:42] hm it seems like the bzr website breaks in wide screen, a friend posted this http://forthelose.net/broked.png [11:42] I don't have widescreen but the page does indeed fail if widescreen is used [11:44] AnMaster, can you file a bug about it with the screen resolution? [11:44] guess so [11:45] AnMaster, thanks :D [11:45] https://bugs.launchpad.net/bazaar/ ? [11:46] beuno, what project to select? [11:46] there are so many, and not sorted [11:48] AnMaster, just file it under https://bugs.launchpad.net/bzr/ [11:48] not bazaar??? === weigon_ is now known as weigon [11:55] AnMaster, I thnk bzr will be fine, if not, it will be changed [11:56] i need help in setting up loggerhead through apache web server via proxy [11:57] could some one tell me how to do that [12:01] New bug: #197964 in bzr "http://bazaar-vcs.org/ website breaks at widescreen" [Undecided,New] https://launchpad.net/bugs/197964 [12:10] none here to help me in loggerhead? [12:10] when would michael hudson be here probabaly [12:35] Verterok: You have an email address for bzr-eclipse patches? [12:59] what does it mean for the purposes of bzr when I have an "unknown" file in the commit message? [13:07] hello, [13:17] hello [13:17] xif: it means it's neither added or ignorde [13:17] it is harmless [13:17] just a suggestion you might want to add or ignore it [13:18] poolie: yeah, thanks, but after I commit, it doesn't appear any more. [13:19] hrm [13:19] where is the message exactly? [13:20] poolie: when I do `bar ci` [13:22] and the filename there, is that a file that you've previously added, or what is it? [13:25] poolie: it appears like this in the commit feedback: [13:26] modified: [13:26] join_favs.py [13:26] unknown: [13:26] error_log [13:26] hm [13:26] did you produce that file? or your build process? [13:26] could it be it was deleted after you committed? [13:26] sorry low battery [13:26] send mail to bazaar@lists.ubuntu.com for more help [13:27] poolie: I produced it [13:27] poolie: thanks anyway [13:27] it seems to be indicated only if there are pre-added files (like join_favs.py in the example) that have local modifications [13:29] I want to develop a hook and I wonder how I can get a string of the location of a BzrBranch object [13:29] awilkins: sorry for the delay, send it to my mail (I send it in a priv. msg) [13:29] I find nothing in the api for this [13:38] erf, this is .base, sorry for the noise [13:43] phanatic, jelmer: bzr viz is sooo much slower than gitk (--all), how come? [13:43] LarstiQ: it used to be even slower a few months ago :P [13:49] hi again [13:50] Is there a way to run hook only for specific branches ? === mw is now known as mw2000 === mw|out is now known as mw [14:02] hi. I am trying out the bzr server option. I am trying to branch from my machine to a central server (on which I have the bzr server running), but nothing is happening, and I dont know where to look for problems [14:03] nebuchadnezzar: if i remember correctly from a similar question some time ago the answer is: no [14:03] I watched the .bzr.log file [14:03] but there is nothing noteworthy there... any ideas? [14:04] nebuchadnezzar: but if you really want this, you could write in the hook something like: 'if branche_name == required_name' :P [14:04] ricardokirkner, how are you branching? bzr://? [14:04] beuno: bzr+ssh:// [14:04] very, very, very ugly though [14:05] ricardokirkner, that sould fire off the bzr smart server if the server has it installed [14:06] branching To a remote server?? is that possible at all? shouldn't that be pushing or something along those lines? [14:08] ricardokirkner, oh, branching _to_ a remote server [14:09] not sure you can do that [14:09] mhhh.. may be... the thing is like this. I created a project on my machine [14:09] now I want to set up a central server with the project... I thought about creating a branch there, and then binding to that branch [14:09] what is the correct way of doing this? [14:10] ricardokirkner, than you want to oush instead of branch [14:10] push [14:10] bzr push bzr+ssh://url [14:11] tahnks jakobb [14:11] I get the same... [14:11] the bzr client hangs on a "read(6, " [14:11] so I guess it is waiting for the server to answer [14:11] but I cannot see what the server is waiting for [14:18] jakobb: do you think it's possible to add a variable in the configuration and test this variable in the hook ? [14:18] can I add arbitrary variable in localtions.conf ? [14:20] ok. I managed to get the push through, but I had to specify the full path on the server... (so the --directory argument was quite useless). what i did was bzr+ssh://user@server/full_path_to_repo/branch [14:20] what I wanted to do is bzr+ssh://user@server/branch [14:20] is that possible? [14:21] nebuchadvessar: pfff, i have no idea... i'm quite new with bzr; what i just told you is what i remembered from an earlier answer in this channel and some common sense [14:21] ricardokirkner, only if your ssh hay jaillshell or something like that. Or, I *think( you can tell the smart server to use a directory as it's base dir [14:21] there was a bug about that a while ago [14:21] not sure if it's closed [14:22] ok, I will search the bug database, thx [14:22] jakobb: ok, thanks, I though you were a guru which remember old conversation ;-) [14:23] nope; conversation was like a week ago :P === ricardokirkner is now known as pindonga [14:29] jakobb: ok, I can add whatever option I want in locations.conf and I can check it in my plugin with push_result.source_branch.get_config().get_user_option('myoption') :-) [14:31] cool! [14:51] New bug: #198016 in bzr "running bzr stat" [Undecided,New] https://launchpad.net/bugs/198016 [14:53] abentley: ping [14:53] I just tried to get http://bundlebuggy.vernstok.nl/bzr-gtk/ up and running again, but there appears to be a function unimplemented now [14:54] Paste? [14:59] http://bundlebuggy.vernstok.nl/bzr-gtk/ [14:59] :-) [14:59] AttributeError: ("'function' object has no attribute 'filter_by'", >) [15:11] New bug: #136530 in bzr-gtk "gstatus doesn't take -r" [Wishlist,Triaged] https://launchpad.net/bugs/136530 [15:11] http://bazaar.launchpad.net/~ndb-bindings/ndb-bindings/trunk/files/monty%40inaugust.com-20080220213951-rnva0vu08gvyz8cd [15:11] nm [15:12] abentley, does this look like something you where aiming out for XMLoutput documentation: http://bazaar-vcs.org/XMLOutput [15:16] New bug: #116651 in bzr-gtk "typos in bzr help commands output" [Undecided,Fix released] https://launchpad.net/bugs/116651 [15:16] New bug: #124760 in bzr-gtk "missing gmerge command/class" [Wishlist,Triaged] https://launchpad.net/bugs/124760 [15:16] New bug: #125932 in bzr-gtk "non valid sym link makes olive fail" [Low,Triaged] https://launchpad.net/bugs/125932 [15:16] New bug: #136432 in bzr-gtk "olive installs to two locations" [Medium,Triaged] https://launchpad.net/bugs/136432 [15:16] New bug: #137172 in bzr-gtk "Olive: Glade file cannot be found if installed in home" [Low,Triaged] https://launchpad.net/bugs/137172 [15:16] New bug: #147022 in bzr-gtk "[viz] add a search box" [Wishlist,Triaged] https://launchpad.net/bugs/147022 [15:19] LarstiQ: dude! [15:19] jelmer: So I'm currently trying to find out the 'why' behind conflicting changes, with gannotate as help [15:20] aahhh all the bugs! [15:20] jdong: :-) [15:20] jelmer: find an interesting line, look at the diff, turns out to be big, would like to be able to search for a function in that diffwindow [15:20] bugs, mm [15:20] jelmer: so I guess the featurerequest is navigation help in diffwindow [15:21] LarstiQ: that'd make sense [15:21] LarstiQ: it would actually be nice to be able to rely on something like meld for that in all cases [15:21] I would happily ditch what we have at the moment for meld integration [15:21] New bug: #135457 in bzr-gtk "bad version_info" [Undecided,Fix released] https://launchpad.net/bugs/135457 [15:21] New bug: #136741 in bzr-gtk "tracebacks in bzr-gtk 0.90" [Undecided,Fix released] https://launchpad.net/bugs/136741 [15:21] New bug: #183412 in bzr-gtk "bzr gannotate requires a filename" [Wishlist,Triaged] https://launchpad.net/bugs/183412 [15:21] New bug: #183627 in bzr-gtk "viz crams revid onto your clipboard" [Undecided,New] https://launchpad.net/bugs/183627 [15:21] jelmer: that would work I guess [15:22] jelmer: what needs to be done for that? [15:23] basically, meld needs to be fixed [15:23] I think that at the moment it only allows you to specify a file system trdee [15:24] whereas we would want to be able to specify a in-memory diff or perhaps functions that allow meld to inspect a in-memory tree [15:28] Turns out the SUPER-WIDE 'bzr viz' bug has been fixed in trunk by the addition of a scroll bar. [15:32] New bug: #173698 in bzr-gtk "the viz screws up when opening a branch with no revisions" [Low,Triaged] https://launchpad.net/bugs/173698 [15:38] jelmer: Shelve/unshelve could do with being hooked into commit, to get the git-gui sort of experience. [15:38] Odd_Bloke: That was actually the bug report I was just triaging :-) [15:39] Odd_Bloke: The two could share most code, indeed. [15:40] jelmer: i'll have a look at the bugs you've tagged olive [15:40] phanatic: Cool, thanks [15:41] New bug: #177695 in bzr-gtk "Don't print traceback for NoSuchFile error" [Low,Triaged] https://launchpad.net/bugs/177695 === thumper_laptop is now known as thumper [15:46] jelmer: gannotate being really slow is a known problem? (overheard something about regressed annotate speed today) [15:46] New bug: #151824 in olive "use single click for bookmarks" [Undecided,New] https://launchpad.net/bugs/151824 [15:47] LarstiQ: Even slow compared to "bzr annotate" ? [15:47] New bug: #121103 in bzr-gtk "bzr-gtk extensibility" [Wishlist,Triaged] https://launchpad.net/bugs/121103 [15:47] LarstiQ: there was some talk today about annotate in general being slow [15:47] New bug: #144549 in bzr-gtk "[viz] branches should be collapsible" [Wishlist,Triaged] https://launchpad.net/bugs/144549 [15:47] New bug: #144965 in bzr-gtk "Can't drag and drop files from olive" [Low,Triaged] https://launchpad.net/bugs/144965 [15:48] jelmer: good point, no [15:48] jelmer: what is the eta of meld support? I could go on with usability requests for diffwindow [15:51] New bug: #151818 in olive "Don't ask about setting default push location" [Undecided,New] https://launchpad.net/bugs/151818 [15:56] New bug: #130245 in bzr-gtk "feature request: bookmark behaviour" [Wishlist,Triaged] https://launchpad.net/bugs/130245 [15:56] New bug: #144963 in bzr-gtk "Selecting a revision with the popup dialog for history mode does not start browsing at that revision" [Undecided,Incomplete] https://launchpad.net/bugs/144963 [15:56] New bug: #144964 in bzr-gtk "Actions that are not applicable to the current selection should be greyed out." [Low,Triaged] https://launchpad.net/bugs/144964 [15:56] New bug: #151819 in olive "create bookmarks by drag and drop" [Undecided,New] https://launchpad.net/bugs/151819 [16:00] New bug: #144958 in bzr-gtk "cannot copy text in annotate window" [Wishlist,Triaged] https://launchpad.net/bugs/144958 [16:02] LarstiQ: well, somebody has to do it :-) [16:02] LarstiQ: The main issue is that meld itself actually has to be modified [16:06] New bug: #130634 in bzr-gtk "Ability to revert from diff window" [Wishlist,Triaged] https://launchpad.net/bugs/130634 [16:06] New bug: #133220 in bzr-gtk "ReadOnlyError when using tag for bzr viz" [Medium,Triaged] https://launchpad.net/bugs/133220 [16:11] New bug: #144961 in bzr-gtk "Not possible to annotate a file while in history mode" [Undecided,Incomplete] https://launchpad.net/bugs/144961 [16:11] New bug: #144962 in bzr-gtk "Not possible to exit history mode once in it" [Undecided,Incomplete] https://launchpad.net/bugs/144962 [16:12] New bug: #131589 in bzr-gtk "graphical diff-tool not usable when launched through "bzr gstatus"" [Low,Triaged] https://launchpad.net/bugs/131589 [16:13] What's being done to these bugs to make ubotu think they're new? [16:14] Odd_Bloke, probably triaging them [16:16] New bug: #103198 in bzr-gtk "make it easier to see the diff from gcommit" [Wishlist,Fix released] https://launchpad.net/bugs/103198 [16:17] Odd_Bloke, just got a better explanation, seems they're new to ubotu [16:18] Ah, OK. [16:37] jelmer: and could gannotate possibly not keep the tree locked? [17:02] LarstiQ: patches welcome >-) [17:03] jelmer: :P [17:32] is bzr merge --preview supposed to not work when stdout != terminal? [17:32] Define "not work" [17:32] with either | less or >lala I get an AssertionError [17:41] hi, which is the best schema to make a server that allow commits from outside without using the systems accounts, but giving users accounts and passwords for bzr use only? [17:43] baco: probably by using either SFTP or bzr+ssh, giving users in each case a restricted shell instead of a full-blown account [17:44] baco: personally, I'd also supplement that with a second-lay MDAC system like Apparmor or SELinux but I'm known for being excessively paranoid :) [17:46] baco: Either MDAC or the new OpenSSH chrooting system [17:47] jdong: what do you suggest for restricted shells? [17:48] rssh? [17:48] jdong: But then that requires again giving users an account in the system, although they have a restricted shell, I am trying to avoid that [17:49] jdong: I'd prefer something like webdav, where you can store users accounts and passwords in a file, but the webdav module is not yen in my distro [17:50] baco: the smart server possibly? (not sure how that works with auth, I assume there's a way to specify users though) [17:51] TFKyle, not that i've seen... [17:52] TFKyle: I thought the smart server did the commits using the user that calls the process, not other auth method [17:53] yes [17:53] that's how it seems [17:53] i've got my two devel envs setup.. one for mtn , one for bzr [17:54] my bzr one uses system accounts, and mtn doesn't [17:56] baco: bzr currently can smart-serve on: Over stdin/stdout, executed over ssh and a pipe, or over a TCP port, where bzr serve is run inside some directory [17:57] baco: IMO the ssh method is the best, but that makes it the sysadm's responsibility to enforce permissions [17:57] baco: well, in a system that you don't create separate accounts for it makes sense that the commits won't be done by separate user accounts, though yeah it doesn't seem at first glance that bzr serve --allow-writes does any auth [18:02] TFKyle: What I want is a system not having all the users accounts for commiters I want them to commit, but being able to control which person do what by other means [18:07] Ng: that's a bug I expect (merge --preview | less) [18:08] james_w: indeed. I'm told it's fixed in bzr.dev :) [18:08] Ng: even better [18:08] OOI, could there also be a pull --preview? [18:09] Isn't that diff? [18:09] diff -r branch:wherever? [18:09] It doesn't default to the pull location, and there is no revspec for that yet, but it should give you the same. [18:10] Also it won't complain if you have diverged. [18:10] * Ng shrugs, I'm no bzr expert, but if that is valid then pull --preview should be equivalent to it :) [18:10] (and would save me remembering the default URL) [18:10] Yeah, that seems sensible. [18:10] I'll file a bug if you like. [18:11] heh, sure :) [18:11] I'll be happy to subscribe to it and monitor its progress ;) [18:11] Ng: sure, one minute. [18:12] james_w: ah, I recognise you from bug 195020. hi :) [18:12] Launchpad bug 195020 in ubuntu "Locale it_IT missing, but it's present (dup-of: 178402)" [Undecided,New] https://launchpad.net/bugs/195020 [18:12] Launchpad bug 178402 in gdm "[hardy] missing language error" [High,Fix released] https://launchpad.net/bugs/178402 [18:15] Ng: https://bugs.launchpad.net/bzr/+bug/198084 [18:15] Launchpad bug 198084 in bzr "Please add pull --preview" [Wishlist,New] [18:16] james_w: nice, thanks :) [18:17] no problem [18:26] jelmer: is there an ETA on the new release of bzr-svn [18:28] jdong: This week somewhere probably [18:28] we're at a bzr sprint atm [18:28] jelmer: right, mmmkay. I heard that there might be shallow branching on the horizon? [18:28] err... no pun intended [18:29] Heh. [18:29] (-: [18:29] but in all seriousness, is shallow branching a foreseeable result of the sprint? [18:31] New bug: #198084 in bzr "Please add pull --preview" [Wishlist,New] https://launchpad.net/bugs/198084 [18:37] jdong: Not sure [18:38] jdong: it may well be, but there's other things I'd like to work on as well [18:39] jelmer: cool. For me and bzr, limited history is probably the biggest thing I am missing [19:11] New bug: #198105 in bzr "Should create ~/.bazaar/plugins/ automatically" [Undecided,New] https://launchpad.net/bugs/198105 [20:57] * awilkins also votes for shallow history ; getting a full history is prohibitively expensive for old SVN repos === mwhudson_ is now known as mwhudson [21:07] jelmer, we have wireless [21:07] I can tell you how if you pong me back :p [21:15] jelmer: DO you know where the problem is for https://bugs.launchpad.net/bzr-svn/+bug/190832 [21:15] Launchpad bug 190832 in bzr-svn "PROPFIND exception during check out of Subversion branch behind https" [Undecided,New] [21:16] Verterok: Did you get my small insignificant patch? [21:16] awilkins: hi [21:16] yes I'm just reading it :) [21:18] awilkins: I also see that you get the new code from trunk, great [21:18] beuno: Heya [21:18] beuno: We just got back, received phanatic's SMS about the wireless details [21:18] awilkins: Not really, but it's probably one of the commits since 0.4.7 that has made it regress [21:19] jelmer, ah, higher-level technology :p [21:19] beuno: how was your dinner? [21:19] awilkins: the http support is hard to test on a regular basis since it requires so much things to be set up [21:23] jelmer, pretty good, although they where out of almost anything, so I ate what was my 5th choice :p [21:23] heh, ok [21:23] how about yours? [21:25] * Odd_Bloke finally gets the wireless working. [21:25] *shakes fist* [21:26] Odd_Bloke \o/ [21:26] beuno: Was pretty good too, we ate some simple dinner at a pub [21:26] Should we also have wired, or not? [21:26] jelmer, we did exactly the same [21:27] Odd_Bloke, not sure, jelmer does for some reason [21:27] Odd_Bloke: Yes, wired should be available [21:27] but you need to have the linux machine in your room booted up [21:27] Using wireless networking provides an incentive to make the network code faster.... bwwghagagagaga [21:28] * awilkins watches tumbleweed roll past [21:30] well, we've got shallow branches now, no need for performance anymore :-P [21:33] They work? [21:37] awilkins: yes, but they haven't been merged yet [21:37] afaik they're being reviewed at the moment [21:37] jelmer: It's nice to hear that ; does bzr-svn work with shallow branching? [21:37] not yet, but with a bit of luck I'll fix that this week during the sprint [21:42] * awilkins swears at the persnickity ways of Eclipse === mwhudson_ is now known as mwhudson [21:56] jelmer: What are the steps to get the wired 'Net working? The wireless is painfully slow. [21:57] Odd_Bloke: 1) Find a cable [21:58] 2) Plug one end in the wall socket [21:58] Odd_Bloke, I suspect it's not the "wireless" the problem as much as the "sucky connection", which I believe will be that way no matter how you hook to it [21:58] 3) Plug one end (not the end you put into the wall) in your laptop [21:58] 4) profit \o/ [22:00] Odd_Bloke, there may be a 10 pund thing in between which jelmer seems to think they won't charge, but they _do_ have his credit card info, so.... [22:00] s/pund/pound [22:01] Ah, I was put off by the £10 thing. [22:01] Odd_Bloke: The reception told me that the broadband in our room had already been paid for so I just hit "OK" [22:02] beuno: It's about 10 times faster on the wired network. [22:02] * Odd_Bloke may have to steal from jelmer if this doesn't work out. :p [22:03] * beuno chooses not to risk it and deal with irssi lag [22:03] the wireless is pretty good here [22:04] 30ms to home [22:05] My eTV isn't displaying any charge. [22:05] which hotel are you guys in? [22:06] mwhudson: Park Plaza R1verbank [22:07] nicer than the rotchester? :) [22:07] Odd_Bloke: looks like you need to set up some kind of zip-line affair from the hotel to and from the office :) [22:07] * Odd_Bloke hasn't been in the Rochester, so couldn't say. [22:08] mwhudson: It's already been discussed. ^_^ [22:08] mwhudson, Rinchen seems to think so, yes [22:08] mwhudson: It's a little bit fancier I think, but not all that different [22:08] we got bathrobes and slippers and that sort of thing [22:08] mind you, i'm not sure why people hated the rotchester so much [22:09] * jelmer thought the rochester was ok [22:09] it's not like we spent all day inside of the hotel room or anything [22:09] Neither the slippers nor the bathrobe fit me. ¬.¬ [22:09] abentley, what are the chances you feel like taking a look at the XML spec we drew up with Verterok? just to see if "that's what you meant" http://bazaar-vcs.org/XMLOutput [22:10] Yes, that is the sort of information I want to know about the format. [22:12] abentley, thanks :D We'll keep on working on that so we have something mergeable by the end of the sprint [22:13] The most obvious thing that bothers me about the revision format is that it only lists particular revision properties. [22:14] I would want it to list all of the revision properties. [22:15] abentley: ok, It's easy to add :) [22:15] I made a patch for svn revisions some tiem ago, but never send it. :P [22:15] A schema would be good too. [22:16] awilkins: once we freeze the format a xsd and dtd are going to be available [22:17] The status format doesn't seem to be able to describe symlinks. [22:17] awilkins: Just an idea ; when I do a tool that outputs XML I tend to put in an option switch to make it spit the schema to STDOUT [22:17] * awilkins stops talking to himself and addresses Verterok instead ^^^ [22:18] ups, it should, maybe we missed something :P (checking it now) [22:19] awilkins, we can include it in the doc, don't think that should be outputed by bzr [22:40] * Odd_Bloke sleeps. [22:44] abentley, I'm suming up what was discussed in the sprint today, any chance you can fork the whiteboard pics my way? [22:45] Lemme see. [22:46] It'll be a couple. [22:47] abentley, great, thanks. I'll blog it I guess, and maybe send to the list if it's useful [22:53] You wanted all the whiteboards or just the xmloutput one? [22:54] abentley, all of em if possible. I'd like to have a daily summary before we forget what we talked about on friday :D [22:54] I'm emailing them now. [22:55] abentley, thanks! [22:58] beuno: I think it might be quite cool for you to blog a couple of things about the sprint if you are happy to do so. [23:00] james_w, yeap, I'm doing exactly that. I don't have any pictures (I'll make sure to take some tomorrow), but I'm writing general impressions and I wanted to add what topics where discussed, and maybe attempt to capture some conclusions, but that one is trickier [23:01] beuno: that's great. I think just spreading the word a bit that there is a sprint on, and you are discussing loads of interesting stuff, and working in patches would be great. [23:01] s/working in/working on/ [23:02] james_w, yeap, absolutely. My post should hit the planet in a while. When are you coming, btw? [23:03] thursday. [23:03] well, Wednesday night, but I probably wont be eating with you guys as I have some friends to meet. [23:04] james_w, great. I've been talking with lifeless about the whole "bazaar" <> "baz" migration, so I'll be waiting for you to look into it more detailed [23:05] beuno: cool, I'll be glad to help. [23:06] I don't think it will be too much work, as I think "bazaar" will end up installing "baz" for a long time no matter what we do, so that's not going to annoy anyone. [23:07] james_w, yeap, should be straight forward, just want to get it right :D [23:07] of course :) === jamesh_ is now known as jamesh === bpeterson changed the topic of #bzr to: Bazaar discussion === bpeterson changed the topic of #bzr to: Bazaar discussion | London Sprint May 14 - 18 https://launchpad.net/sprints/bzr-200705 [23:50] is there a way to make bzr use version numbers < 1, i have noticed that projects are generally < 1 until they are release ready [23:51] bzr doesn't do version numbers, does it? [23:51] randomnewguy, you mean have a revision 0? [23:52] randomnewguy: bzr puts no restrictions on the version number you give to releases of your projects... [23:52] randomnewguy: you can tag anything you want [23:58] i assumed that the revision would correlate with the release number [23:59] guess ill just put a 0. infront :p