[01:17] http://bazaar-vcs.org/BzrVsGit#head-f21c73f492cf1dd00cb19548146501365b3911bd (Familiar commands...) could do with a tweak, it's misleading whether it's talking about git or bzr, and depending on which one, could do with saying what the other one does (for comparison) [02:25] New bug: #176468 in bzr "Optional hostname for AuthenticationConfig" [Undecided,New] https://launchpad.net/bugs/176468 [02:42] bzr-svn is now retrieving passwords from the Bazaar authentication.conf when committing :-) [05:55] hey folks [05:56] my local bzr working copy has had a lock on it since the push failed to a remote server. how do I unlock / clean up the respository? [05:59] dewd@rubynho:~$ bzr help break-lock [05:59] Purpose: Break a dead lock on a repository, branch or working directory. [06:03] Thanks! [06:04] :-) bzr has some lovely help and interface. rather cool. [08:15] Is there any way to change how bazaar handles certain file types? For example, I'd like it to _not_ treat opendocument files as binary (these are zipped files). Instead it would be cool if it unzipped it to get the XML inside, then worked on that [12:56] kripken: that _would_ be cool [12:56] it's been discussed idly from time to time if I recall correectly. But nothing done. [13:02] mlh: I would be glad to code it myself, actually. If there is a possibility it might be merged into the code. [13:05] kripken: make a plugin [13:06] it's not just zip files; the idea is extendible to all archive files [13:07] a related idea - of mine - is to make objects in the tree a proxy of sorts for real file elsewhere in the system [13:08] mlh: I looked at the existing plugin hooks, none seem appropriate. So I'm not sure how to make it a plugin (add a hook?) [13:09] not sure I understand your idea that you explain here [13:35] yeah my idea requires a bit more explainging [13:36] but as for yours .. I think if you want to code the way to go is to make a plugin [13:36] good night (0036 here) [13:38] ok, thanks [14:12] congrats on 1.0 [14:14] hi all [14:14] trying to branch and getting this - bzr: ERROR: unknown branch format: Bazaar Branch Format 6 (bzr 0.15) [14:14] any ideas? [14:14] bzr version says bzr (bazaar-ng) 0.8.2 [14:16] Have you upgraded the branch using bzr-1.0? [14:16] I don't know [14:16] the branch is http://bazaar.launchpad.net/~ubuntu-core-doc/ubuntu-doc/ubuntu-hardy [14:18] is bzr 0.15 earlier than bzr 0.8.2, or later? [14:22] ah, perhaps it is. how odd [14:24] mdke: 0.15 is later [14:25] bit confusing :) OK i guess that's the reason for the error [14:47] Is it possible to get a bit more verbosity while pushing/pulling? (Like speed / time remaining?) [14:50] dennda: I believe there was a transport statistics (number of bytes transferred, etc) plugin [14:52] Things like ETA are not supported afaik === cfbolz_ is now known as cfbolz [15:05] mdke: 0.8.2 is incredibly old, you should really upgrade. :) === sladen_ is now known as sladen [16:20] hi [16:20] is there somewhere a bazaar changelog? [16:20] Leonidas_, yes, the NEWS file would be the changelog [16:21] oh, ok. I was looking for the release nots which are not online for 1.0 [16:22] Leonidas_, you're right, a summary would be nice. I guess the devs are all burned out from the release [16:23] understandable. [16:23] Fine, I found what I was looking for - the new repository format and the update instructions. [16:23] thanks [16:24] Leonidas_, welcome'. And if you have any feedback about the release, please drop by here or the mailing list :D [16:26] :) === Leonidas_ is now known as Leonidas [16:27] But I have some things that I'd like to see in bzr as well [16:28] for example colors. Sounds stupid at first, but I quite like colored output [16:29] Leonidas: have you seen the cdiff command? it's part of bzrtools [16:30] no, not yet. But it's not only diff which is colorful, but also git status etc. [16:31] * Leonidas is going to check cdiff out at some point [16:32] hmm, http://doc.bazaar-vcs.org/latest/developer/packrepo.html gives a 404 (URL taken from the announcement) [16:32] so, do I understand it right that pack-0.92-subtree supports subtrees like SVN? [16:35] Leonidas, that would be a typo, it's in: http://doc.bazaar-vcs.org/latest/developers/packrepo.html [16:36] I'm quite confused by all these formats. Knits, packs, possibly more (?) [16:36] Leonidas, I'd go with the default (packs) unless you need something fancy [16:37] beuno: ok. [17:45] I'm getting an error because my local branch format is "... Branch Format 6 ..." but the remote bzr (version 0.8.2) can't read it (says "unknown branch format"). Any way around this? (short of updating the remove bzr) [17:45] (I'm getting the error on a "bzr branch ...") [17:55] wolever: You could downgrade your local branch using bzr upgrade [17:56] mmm ok, I'll give that a shot. Thanks [17:58] Dude. [17:58] 0.8.2 is ANCIENT. [17:58] There is one thing more ancient though: the sysadmins who maintain the system I've got to use [17:58] Heh. [17:59] I'm up to 1.0 on all my machines [17:59] Ok, good. [17:59] Remote bzr? Do you need a remote bzr? You can just use sftp. [17:59] Awe crap. "bzr: ERROR: [Errno 8] Exec format error" on a "bzr ci" [18:00] (this is just after apt-get remove-ing .8.2 and installing 1.0 from source) [18:02] Are the ancient formats still tested? [18:03] This particular problem is happening with a repo built by .9.2 and client version 1.0 [18:04] Is there any way to force a bit more of a stack trace? [18:05] Ah, ok. It looks like it's just having a problem launching the editor. If I `bzr ci -m ".."`, it works. [22:50] why do i get the "Tags not supported by BzrBranch5" error when i try to push my changes to launchpad [22:50] how do i fix it? [22:50] batoms, what version of bzr are you using? [22:50] 1.0.0rc1 [22:51] that's odd [22:51] and the branch was created with 1.0? [22:51] batoms: if you're interested in propagating your tags to launchpad, with `bzr upgrade sftp://bazaar.launchpad.net/~you/etc` [22:51] no, the branch was created probably around 0.16 or 0.17 [22:51] there you go, a much more educated answer. dato to the rescue, as usual :D [22:51] batoms, you also might want to upgrade locally [22:51] hey beuno :) [22:52] i've done a bzr upgrade --default [22:52] heya dato! [22:52] and bzr upgrade --dirstate-tags [22:52] batoms, then you just need to upgrade the branch in LP, as dato suggests [22:52] i thought i tried that but i'll try again [22:52] is it any different over bzr+ssh:// [22:53] I don't think upgrade over bzr+ssh:// works [22:53] it didn't use to, maybe it does now [22:53] batoms: it doesn't hurt to try [22:53] maybe that was my problem then [22:54] is there an benefit to using bzr+ssh over sftp [22:54] or vice-versa [22:54] bzr+ssh is faster [23:02] Hi ! [23:02] olive-gtk: after hitting "log": AttributeError: type object 'gtk.Action' has no attribute 'set_tool_item_type' [23:02] too old gtk ? [23:17] damn this bzr upgrade is slow on my connection [23:39] Easiest way to generate patch -p1 for changes made in working tree ? [23:47] matkor: bzr diff -p1