[11:40] how do I mark a file as local-only? [11:40] i.e. I have a modified file that is in version control but I don't want to ever accidentally commit it [11:40] I changed it locally because I'm a special snowflake [11:43] 'd take hackery. Maybe a plugin could arrange it. [12:46] fullermd: got any idea what kind of hackery? [12:49] Not really. You'd have to intercept the commit process somewhere along the path. And probably the stat and diff processes too. [12:50] aww, sounds like a pain [12:50] May be that you can find a bottleneck somewhere in there that hits 'em all. [12:50] yeah but going through the process of dissecting everything will take too long, better to just "be careful" [12:50] Yeah. It would probably not be a particularly quick process unless you already have bzrlib in your head. [17:41] thrustcore: generally what people do is just not check the file in and have bzr ignore it === plains_ is now known as plains