mangojambo | Hi there! | 01:14 |
---|---|---|
mangojambo | 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:17 |
dcoles | 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:34 |
dcoles | The only way around it I can think of is using a shell script what just runs those commands. | 01:42 |
dcoles | Would be a useful feature to be included in the OSX package. | 01:44 |
bignose | evidently I've been bouncing in and out of the server, so sorry for the duplicate: | 01:52 |
bignose | if I have done ‘bzr shelve’ and the shelf is now created, can I apply a message to it post-hoc? | 01:52 |
bignose | so that the message shows up in ‘bzr shelve --list’. | 01:52 |
dcoles | 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 |
dcoles | 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:08 |
bignose | dcoles: so that's a “no, one can't apply a message to an existing shelf”? | 02:33 |
dcoles | Not as far as I'm aware (not a dev) | 02:36 |
bignose | dcoles: thanks for your answer | 02:38 |
bignose | I hope a dev can notice and suggest a more elegant solution | 02:38 |
dcoles | bignose: Sounds like it'd be a handy feature. Something like `unshelve --rename SHELVE-ID` | 02:40 |
dcoles | It would be a good feature request. I'd use it. | 02:41 |
bignose | dcoles: I think it would better fit on the ‘shelve’ command (which is already the one used for, e.g. , listing existing shelves) | 02:41 |
bignose | although, hmm, this is modifying a shelf. I dunno :-) | 02:42 |
dcoles | Hm. Well the shelves are stored in .bzr/checkout/shelf, so in theory you could just edit the shelf format by hand... | 02:55 |
dcoles | The right way would be to it with shelf.py from bzrlib. | 02:55 |
bignose | dcoles: it's not an easily edited format. | 02:55 |
bignose | sure. but that's not something I can expect to work on any arbitrary Bazaar installation :-) | 02:55 |
dcoles | Might take a look at it tonight and propose a patch. Shouldn't be too hard. | 02:58 |
dcoles | Anyway. 7pm on a Friday. Pub-wards! | 02:59 |
=== JasonO is now known as Rapture | ||
mgz | how, after a week of nothing but bzr, do I have 96 bzr related emails from launchpad to catch up on... | 18:04 |
fullermd | Maybe you wasted that whole 8th day in the week. | 18:04 |
jam | mgz: because everyone else had nothing-but-bzr for the same week | 18:21 |
* mgz wonders what jam normally works on :) | 18:27 | |
jam | mgz: :). Even so, we don't usually have that many submissions, even when we're all working on it | 18:53 |
jam | sprinting just makes you more productive | 18:53 |
mgz | and woho, fourth time lucky for the unicode conflicts branch | 18:53 |
jam | mgz: I *think* 4 times is less than my update-basis-by-delta patch | 18:58 |
mgz | 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:00 |
jelmer | heh :) | 19:04 |
jam | mgz: true, but at least ours had real problems | 19:05 |
LarstiQ | jam: the mini tutorial looks weird, "We'll make a a *repository directory*, which means that the" is truncated like that | 21:03 |
dandaman1 | how do i commit in command line and tell it to ignore a specific file? | 21:30 |
mgz | `bzr commit -x path/to/file/to/exclude` | 21:34 |
LarstiQ | usertest needs some fixes | 22:40 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!