[05:25] wgrant: 7000+ line diff [05:27] StevenK: Exactly my point === tasdomas_afk is now known as tasdomas [05:36] wgrant: I didn't quite eradicate all of it [05:36] wgrant: http://pastebin.ubuntu.com/5782604/ [05:37] lib/lp/services/database/doc/storm.txt, lib/lp/services/database/interfaces.py and lib/lp/services/webapp/adapter.py can be ignored since they use and/or implement it [05:37] StevenK: Right [05:38] wgrant: But killing it from test_login, xx-private-builds and testing/factory would be nice, I just didn't see how to. [05:40] StevenK: I'm confused [05:40] Why would you kill it from them? [05:40] It's not using it in the way that there are replacements for [05:40] Their usage of it is not deprecated. [05:40] Right [05:53] wgrant: StevenK: seen githubs new repository-next UI ? [05:53] no longer shows the first para of README.md at the top of the page [06:00] Yeah [06:00] And they dropped LP 2.0-style facet tabs === wedgwood_away is now known as wedgwood === olli__ is now known as olli === tasdomas is now known as tasdomas_afk [16:33] There's a branch here that used to be imported from sourceforge, but now the Launchpad version should become the "official upstream." How do I do that? === matsubara is now known as matsubara-lunch === matsubara-lunch is now known as matsubara [19:13] jtv: push up a clone of the imported branch to a new location, then change that to be the development focus, then remove the import [19:14] (the latter might be hard because of stacking, but you should be able to rename it) [21:14] jelmer: OK, thanks! === wedgwood is now known as wedgwood_away [23:39] wgrant: http://pastebin.ubuntu.com/5785333/ [23:41] StevenK: Are you in the right layer? [23:42] wgrant: Given the callsite was returning IStoreSelector.get() before I changed it, I guess the component arch is available [23:46] StevenK: Other callsites can do it fine [23:46] However [23:47] I would potentially not port that callsite. [23:47] StevenK: Look at that test [23:47] The problem is quite clear. [23:48] Hah [23:48] Right [23:48] It has to use IStoreSelector [23:49] Or the test needs to be changed [23:49] But for that level of infrastructure it makes sense to use IStoreSelector directly. [23:50] Yeah. I've reverted that back.