[01:30] is there a command like gitk for bzr? [01:39] Um...what does gitk do? qbzr or bzr-gtk or bzr-explorer probably have something. [01:46] gitk lets you browse the revision history in an easy manner [02:47] mithro: 'bzr qlog' is excellent (install qbzr) [07:27] May I ask a newbie question here? [07:29] I have a bunch of versions of a project which are not under source control and I am curious what the right way would be in bzr to make these into branches and merge them [07:29] Representing that they are all versions of the same project rather than completely different things, and being able to use merge commands across them [13:03] arrgh.. is the best solution for repo web browsing really loggerhead? it stinks [13:03] it could use some improvements, yes :-) [13:37] It stinks? That's a bit harsh. [14:33] howdy [14:34] when trying to do a rebase on a branch and a checkout in the same local repo, i'm told that a revision is missing from the repo [17:18] hi [17:18] i have a respository containing symlinks that i need to branch on windows. what is the best solution here? [17:36] here's a bug report describing the problem i mentioned this morning https://bugs.launchpad.net/bzr/+bug/549676 [17:36] Ubuntu bug 549676 in bzr "revision missing from repo, causes merge, rebase, etc. to fail" [Undecided,New] [17:53] I seem to be experiencing large problems with using bzr client on an openssh server === radoe_ is now known as radoe [20:02] Hey, I'm getting an error when using bzr on Fedora 11: "bzr does not support python -O0" [20:09] Does that sound familiar to anybody? [20:26] lfaraone, not familiar but it would suggest that the python optimization level was raised.. was this bzr installed from rpm or manually? [20:26] hazmat: from rpm [20:28] I got a repo on my server without a working tree; how do i get the working tree back? [20:29] oh just need to checkout [20:32] lfaraone, sounds like a packaging error, from the source, it sounds like the package was done with optimized python compiled and with stripped the documentation strings (python -OO), which bzr needs, so it complains on startup, i'd file an issue with the package maintainer, they can just use python -O which does the optimized files without the doc strip [20:46] lfaraone, if you'd like to just use bzr, your probably better of in the short term it seems by removing the rpm, and doing a manual installation with easy_install [21:26] jelmer: some interesting bzr-git commits :)