=== SamB__ is now known as SamB === 17WAB9WQY is now known as jam [15:44] is there any way to add a file in two branches (same file) so they won't conflict when merged? [15:45] --file-ids-from [15:47] documentation++ [15:47] quicksilver: they'll probably still conflict, but not in the annoying way where ever subsequent merge will cause file id conflicts. [15:51] * quicksilver nods [15:52] well I normally end up deleting one copy [15:52] so there is only one left [15:54] jelmer: seems it doesn't conflict if you merge immediately [15:54] which I have now done. [15:54] merge "the other way" if you follow [22:11] hi all. Is bzr still under active development? [23:17] ggherdov: 2.6.0 was released a couple of days ago [23:40] jelmer: do you plan to fix bzr-svn? [23:40] Luke-Jr: fix what specifically? [23:40] linking against libsvn > 1.7 ? [23:41] yes [23:41] pretty much every distro is removing it completely because it no longer works with current software [23:43] I might - most of the work is actually in subvertpy, which I still maintain [23:45] hrm, seems my bzr still breaks even after I remove bzr-svn :| [23:45] Luke-Jr: with what error? [23:45] ImportError: cannot import name CommittedQueue [23:45] http://codepad.org/He4KkusS [23:45] Luke-Jr: looks like you still have bzr-svn installed in that case. does "bzr plugins" still list it? [23:46] yes [23:46] sounds like it's still installed then. "bzr plugins -v" will tell you where [23:46] looks like the .pyos remain [23:47] oh well, bzr-svn was basically all I used bzr for anymore anyway :x [23:52] I'm not planning to do more work on bzr-svn itself