[07:42] Hi there. How to do you downgrade to a former branch of your favorite software, please [08:21] -r 'version' === smartboyhw_ is now known as smartboyhw [16:18] $ bzr shelve --diff-options=-c2 [16:18] bzr: ERROR: no such option: --diff-options <== Feature Request? :) [16:18] I want to shelve with a smaller diff context size, because two of my changes are a bit too close to each other [16:29] Pretty sure it doesn't really use diff, so that would be tricksy. [16:32] LeoNerd: 'bzr shelve --help' talks about a 'change_editor' config option, pretty sure it allows splitting hunks on the fly (never used myself though) [16:33] Hrm.... [16:47] LeoNerd: yeah, not ideal, hard to discover (without that option I think the shelve prompt does not mention the ability to edit) but it should address your immediate need ? [16:48] I'm not sure I follow - how do I use that? [16:49] you setup change_editor in bazaar.conf and then you should see an additional option in the shelve prompt [16:50] which should allow you to shelve the part you want to shelve and keep the rest ? [16:50] at least that's my understanding of the feature... [17:12] Ahhhyes.. I remember now [17:12] So how do I do vim with that? [17:31] LeoNerd: bzr config change_editor='emacs @new_path @old_path' ? [17:31] err, vim ;) [17:34] Ahyes... [17:37] LeoNerd: I have to leave but will read log, let me know if it worked for you [17:48] Yeah.. seems fine now, thanks === thumper is now known as thumper-dogwalk === thumper-dogwalk is now known as thumper