=== gour_ is now known as gour [12:57] for the sake of experiment tried to convert some git repo to bzr and got: bzr: ERROR: exceptions.ImportError: cannot import name single_plural [12:57] any hint? [14:29] gour: can you run with -Derror and paste the traceback? [14:41] mgz: https://paste.fedoraproject.org/paste/tA1XtbXr9kWDqCZGo4BF8Q [15:50] gour: going by https://bugs.launchpad.net/ubuntu/+source/bzr-fastimport/+bug/1360924 should be fixed in some later version of fastimport? [15:50] Launchpad bug 1360924 in bzr-fastimport (Ubuntu) "ImportError: cannot import name single_plural" [Medium,Fix released] [15:51] it's fine with the breezy embedded version of fastimport at least [15:51] so, you can install from trunk and do `brz fast-import` instead? [16:07] ok, will try that [16:16] how would install bzr-git from the trunk? [16:17] gour: from https://code.launchpad.net/~jelmer/brz-git/trunk [16:20] bzr branch lp:brz-git will pull the trunk? [16:22] yes [16:22] the trunk with the breezy imports, more importantly [16:23] do you have any rough eta for 3.0? [16:32] not really, depends how many weekends I can steal for breezy time [16:32] likewise for jelmer [16:34] i've tried to pull latest bzr-fastimport in the attempt to use it with latest bzr, but get the following: https://paste.fedoraproject.org/paste/5gDEc8NaC-fnKVLNLVCvSA [16:34] you need to do what it says on the tin for that [16:34] renamed the directory [16:35] btw, it would be great to have some brz package for fedora... [16:35] ahh, now recall that, no '-' in module names :-( [16:40] * gour is converting gnucash repo to bzr [16:50] conversion with bzr-fastimport's trunk failed with: https://paste.fedoraproject.org/paste/wQNLvwQT~PIqd1NkB3Ocqg [17:32] Hi all , cant find this in the docs, if I run a server with bzr serve --directory=/srv/bzr/repo on port 4155 is this a secure protocol? (for use over t'Internet) [17:36] No [17:37] Use one of the other protocols [17:47] Peng: OK thanks [17:48] BTW you know you are getting 500s from the wiki today and yesterday e.g http://wiki.bazaar.canonical.com/SharedRepositoryTutorial [20:20] Is it really true that there are no serverside commit|push hooks in bazaar? I need to build code after its submitted.