=== psynaptic|away is now known as psynaptic [03:53] how do you get bzr to remove unknown files? like git reset --hard? [03:56] psusi, bzr clean-tree [03:57] ahh, ty [03:58] np [03:59] see also 'bzr clean-tree --ignored [10:17] any way around this? http://paste.pocoo.org/show/368383/ [10:18] LP seems to be trying to stack on a branch with incompatible format, which fails === psynaptic is now known as psynaptic|away [11:00] luks_: either upgrade trunk to 2a, or pester the bzr devs to add a flag to push to say (no... really don't stack) [11:01] luks_: there is an incredibly hacky solution that used to work [11:01] I'm not sure if it still will... [11:01] you start a push but terminate it with Ctrl-C [11:02] that creates the basics of the branch and db structure [11:02] but it hasn't set any stacking info [11:02] then you push again [11:03] thumper: I've found out that nosmart+lp: works [11:03] really? [11:04] yep, it doesn't try to stack [11:04] weird [11:04] that is probably a bug :-) === psynaptic|away is now known as psynaptic === psynaptic is now known as psynaptic|away [14:50] hi guys. I've SSH into a remote machine and I'm trying to do some merging etc, but I'm getting `bzr: ERROR: gnomekeyring.IOError:` [14:57] camason_: that's a known bug in bzr-gtk, should be fixed in newer versions [16:23] jelmer ok - any way I can merge whilst over ssh? [16:24] camason_: install a newer version of bzr-gtk or disable it for the moment [16:24] e.g. by setting BZR_DISABLE_PLUGINS=gtk [16:24] hey guys [16:24] hi cheater00 [16:24] is there a way to continuously use both hg and bzr? [16:24] at the same time? [16:25] cheater00: how do you mean? [16:25] i have a bzr repository, but i want to start using fogbugz and kiln [16:25] kiln is hg based [16:25] cheater00: there is a bzr-hg plugin which adds support for hg format repositories to bzr [16:25] I should note it's alpha at this point though [16:25] what about converting from bzr to hg? [16:26] and keeping on converting every time i push to bzr? [16:26] like a bidirectional bridge .. [16:28] cheater00: you cna push from a bzr branch into a hg branch but you'll lose some metadata [16:29] what metadata do i lose? [16:29] and that's still very much experimental as well [16:29] cheater00: renames, revision properties, revision parents if there are more than two [16:30] cheater00: see "bzr dpush" [16:32] why are renames lost? [16:32] i'd have expected hg to support something as simple as this [16:34] cheater00: they're copies + deletes in hg, don't map easily to renames in bzr [16:34] hmm... why? [16:36] cheater00: why what? [16:37] why don't copy+delete in hg map easily to renames in bzr? [16:37] cheater00: it's hard to get it to work while not hurting performance significantly [16:38] cheater00: anyway, for the moment bzr-hg dpush is probably not ready for production use [16:38] oh? how so? [16:38] gotcha === psynaptic|away is now known as psynaptic === Ursinha is now known as Ursinha-afk