=== FourDollars_ is now known as FourDollars === bob2_ is now known as bob2 [09:14] jelmer: how can I ignore the file? [11:49] thrustcore: "bzr ignore FILENAME" === jam is now known as jam1 [11:52] thanks jelmer :) that's exactly what I wanted [11:52] jelmer: now it says These files will continue to be version controlled unless you 'bzr remove' them. to the file I ignored though, is that right? [11:55] thrustcore: right, "bzr ignore" doesn't provide a way to have a file be both versioned *and* locally modified. [11:55] spiv: is there any way to do it? [11:55] Not built-in. [11:56] In principle it's something that could be added, but the bzr core doesn't have that concept so it'd likely be a pain to write a plugin to do it. [11:56] what's the plugin language for bzr [11:56] PYthon [11:57] how do bzr plugins work? [11:57] (There's also the UI challenge of adding yet another state a file can be in) [11:57] I don't use the UI [11:57] The "bzr" command line tool is still a UI :) [11:57] thrustcore: I think spiv also means the command line UI :) [11:57] ah, indeed [11:58] The best description of how plugins work is in the docs. It'll be more complete and more accurate than I can describe on IRC :) [11:58] Probably clearer too ;) [11:58] all right then [11:58] honest opinion, should writing such a plugin take more than 2 hours? [11:59] If you're unfamiliar with bzrlib, I'd expect so unfortunately. [11:59] (If you were, I reckon it'd be borderline; something hackish but sufficient for you might be possible in that time.) [11:59] fair enough :) [12:00] Probably a commit hook of some sort. [12:00] But it'd probably need to do funny things with the WorkingTree objects passed through that hook. [12:00] yeah, if I weren't using bzr as a part of my job I would probably just edit the source myself [12:00] to just change the single place where it's committed [13:37] hello [13:38] I am trying to figure out how to get bzr integration wtih KDE’s dolphin, it seemed to work on a previous installation of ubuntu, but it doesn’t seem to work this time… I apt-get installed the plugin, do I need to do anything else to enable it? === Enlik is now known as Guest82853 [13:46] i solved my issue, btw === thrustcore is now known as thrustcore`away