[01:14] Hi there! [01:17] I'm starting to use bazaar at OSX. On Ubuntu it makes an shortcut for bzr explore on the Ubuntu menu and there is no such option for OSX. SO, how can I create an icon / app launcher for Bazaar, so I don't need to open terminal to launch it everytime. [01:34] mangojambo: I'm not familiar with how OSX aliases work, but you want to create a shortcut to "bzr explorer". For most programs I think you can just locate the binary and do 'make alias' action, but it's harder since bzr explorer is launched from the bazaar binary. [01:42] The only way around it I can think of is using a shell script what just runs those commands. [01:44] Would be a useful feature to be included in the OSX package. [01:52] evidently I've been bouncing in and out of the server, so sorry for the duplicate: [01:52] if I have done ‘bzr shelve’ and the shelf is now created, can I apply a message to it post-hoc? [01:52] so that the message shows up in ‘bzr shelve --list’. [02:08] bignose: Best option I've found is shelve current changes, unshelve the one you want to name by ID, reshelve with a message and then unshelve your workspace [02:08] Bit of a nightmare when you get 4 or 5 unnamed shelves and all you can do is unshelve --preview to see what they are. [02:33] dcoles: so that's a “no, one can't apply a message to an existing shelf”? [02:36] Not as far as I'm aware (not a dev) [02:38] dcoles: thanks for your answer [02:38] I hope a dev can notice and suggest a more elegant solution [02:40] bignose: Sounds like it'd be a handy feature. Something like `unshelve --rename SHELVE-ID` [02:41] It would be a good feature request. I'd use it. [02:41] dcoles: I think it would better fit on the ‘shelve’ command (which is already the one used for, e.g. , listing existing shelves) [02:42] although, hmm, this is modifying a shelf. I dunno :-) [02:55] Hm. Well the shelves are stored in .bzr/checkout/shelf, so in theory you could just edit the shelf format by hand... [02:55] The right way would be to it with shelf.py from bzrlib. [02:55] dcoles: it's not an easily edited format. [02:55] sure. but that's not something I can expect to work on any arbitrary Bazaar installation :-) [02:58] Might take a look at it tonight and propose a patch. Shouldn't be too hard. [02:59] Anyway. 7pm on a Friday. Pub-wards! === JasonO is now known as Rapture [18:04] how, after a week of nothing but bzr, do I have 96 bzr related emails from launchpad to catch up on... [18:04] Maybe you wasted that whole 8th day in the week. [18:21] mgz: because everyone else had nothing-but-bzr for the same week [18:27] * mgz wonders what jam normally works on :) [18:53] mgz: :). Even so, we don't usually have that many submissions, even when we're all working on it [18:53] sprinting just makes you more productive [18:53] and woho, fourth time lucky for the unicode conflicts branch [18:58] mgz: I *think* 4 times is less than my update-basis-by-delta patch [19:00] and I think we were both beated by one of the ~jr branches were he was trying to get pqm to accept his credentials :) [19:04] heh :) [19:05] mgz: true, but at least ours had real problems [21:03] jam: the mini tutorial looks weird, "We'll make a a *repository directory*, which means that the" is truncated like that [21:30] how do i commit in command line and tell it to ignore a specific file? [21:34] `bzr commit -x path/to/file/to/exclude` [22:40] usertest needs some fixes