=== mwhudson_ is now known as mwhudson [07:58] morning all [08:02] hey hey mgz [09:38] re [16:26] hello, a branch has a tag that shouldn't be there. i grabbed the branch from LP, deleted the tag, and tried to push the branch back to LP, but i see: "No new revisions or tags to push." [16:26] any clues? [16:32] --overwrite ? [16:32] asomething: that didn't work [17:19] achiang: that doesn't do anything, indeed [17:20] you can do `bzr tag -d lp:foo --delete badtag` however if someone who has the tag pushes to that branch again it'll reappear [17:21] wgz: interesting, thanks [21:40] Looking into Bazaar as a possible SCM candidate for my company. Is there any detailed feature list available online bu chance? [22:17] I'm guessing http://wiki.bazaar.canonical.com/BzrFeatures ? First search result. [23:22] Hi guys, this bug effects me (bzr notify window popping up): https://bugs.launchpad.net/ubuntu/+source/bzr-gtk/+bug/983830 [23:22] Ubuntu bug 983830 in bzr-gtk (Ubuntu) "bzr-notify does not use unity progress bars" [Undecided,Confirmed] [23:22] does anyone know of a fix or a work around? [23:22] oh, that ubot5 thing is cool :) [23:23] hi veebers [23:23] Can you access Bazaar directories/commits via internet browser? [23:23] jelmer: hi :) [23:23] codeninjaSD: yes, loggerhead allows you to do so [23:24] veebers: IIRC there are some fixes in bzr-gtk trunk that haven't been packaged yet, not sure if anything is progress bar related though [23:24] jelmer: is that a plugin? [23:25] jelmer: cool, I'll look into that [23:25] codeninjaSD: either a plugin or a separate app (it can work as both) [23:25] nice! [23:25] it's annoying that every time I do a push/branch etc. there appears a 'window' that is nothing but a status bar scrolling back-n-forth :P [23:26] Does Bazaar over this use case: If a committer wishes to commit n files at once, either the commits to all n files succeed, or they all fail. [23:26] cover* [23:26] codeninjaSD: yes, commits are atomic [23:27] is there a page that references this type of info? I have quite a few requirements [23:27] Thanks for that btw :) [23:27] codeninjaSD: I think the wikipedia page on VCSes has some of this info [23:27] ok [23:28] just fyi: this bug seems/is related: https://bugs.launchpad.net/ubuntu/+source/bzr-gtk/+bug/998131 [23:28] Ubuntu bug 998131 in bzr-gtk (Ubuntu) "bzr-notify leaves a ridiculously-tiny window hanging around" [Undecided,Confirmed] [23:39] veebers: that does indeed seem related [23:44] jelmer: Does Bazaar have the ability to attach searchable tags, other than revision number, to code artifacts [23:54] codeninjaSD: bzr supports tags for revisions, yes [23:54] I'm not sure if that's exactly what you mean though