[03:41] hi poolie [03:42] does anyone know if Markdown support has landed yet? [13:13] hi everyone, can someone please help me with this question: we are using bzr for a software project at uni. someday, I accidentally checked in a huge (~1.5gb) data file. nobody really noted that so we kept working on the project and kept committing new code. But now, everytime we want to branch the repo it takes ages to get it - probably because of this data file. [13:14] of course I remove the file from version control when i noticed it's in there - but as this doesn't remove the file from history, it still takes forever to get a branch. Is there a way to get rid off the file in history but to keep every other change? [13:15] I looked for that nearly everywhere, but didn't find a "nice" solution. I would really appreciate your help with this. [15:46] andyla, there isn't a nice solution for this [15:49] hi beuno, andyla [15:49] andyla: you should be able to uncommit until the revision from before the big file was added, and then replay the other revisions [16:14] thanks jelmer - sorry i didn't reply immediately, i almost gave up hope. im gonna find out if your solution [16:14] works for me. thanks a lot [20:41] hi poolie [21:30] hi Noldorin [22:00] jelmer: Heard back from Adam: https://bugs.launchpad.net/bzr-gtk/+bug/797438 [22:00] Ubuntu bug 797438 in Bazaar GTK+ Frontends "nautilus-bzr plugin does not hook rename" [Medium,Triaged] [22:01] KombuchaKip: thanks [22:01] jelmer: np. [22:01] KombuchaKip: to be honest, I think for nautilus-bzr we should first be focussing on actually getting nautilus-bzr working properly before we look at fixes like this [22:02] jelmer: True. Launchpad is patient enough and that bug can sit there until someone is ready to deal with it, like dirty dishes. [22:12] hi jelmer