/srv/irclogs.ubuntu.com/2012/04/21/#bzr.txt

maxbStopping importer@jubany, looks locked up and broken to boot14:51
maxbSeems happy after a restart15:23
maxbWell, happy as it ever is these days15:25
dashhi. is there a settings i can add to bazaar.conf so that 'bzr status' defaults to 'bzr status -S'?16:03
sagacil16:15
dOxxxdash: I don't think so, but you can create an alias16:25
dashaha. thanks16:31
maxbargh. argh. argh.17:40
maxbThe stormified UDD importer has been writing data to the sqlite db as blobs where the prior code wrote it as strings17:41
* maxb is unhappy about this17:41
jelmermaxb: I think it would make sense to revert that change for the moment17:50
maxbconcur17:50
maxbunfortunatly the old code chokes on the data that has been written to the db by the new code17:50
maxbam currently attempting to figure out how to convert it17:51
jelmermaxb: ah, urgh17:51
maxbAny preferences for "push current trunk to a new branchl; uncommit from the old trunk" vs. "commit a revert to the current trunk" ?17:51
jelmermaxb: comitting a revert is what we would commonly do for this sort of thing I think17:53
maxbworks for me17:54
maxbSo it looks like the storm code has been arbitrarily writing some things as blobs rather than text. This suggests that conversion shouldn't be _too_ hard17:54
* maxb off to consider dinner, looks like I should be able to sort something out and get the importer up and running again on the old code later tonight17:59
lifelessmaxb: depends on the datatype of the object - str vs unicode20:33
maxbWhich is quite sensible really if you're working in Python 3 or starting your project from scratch.20:34
maxbLess so if you retrofit Storm to an existing Python 2 project without being REALLY REALLY careful20:35
maxbDoes Storm have a "Hey, if I accidentally pass you a str, please raise an exception" option?20:35
marcovorghi ppl, how can I change last commit Commiter info? I've changed details with "whoami" and I'd like to update last commits... thanks20:42
maxbYou can change the very last commit quite easily by uncommitting it and committing again20:43
maxbChanging multiple sequential commits is considerably more tricky, and I don't know of a convenient way20:43
marcovorgbut is there an option to change "Commiter" metadata anyway ? don't know some option....I didn't find anything around....20:44
marcovorgok thanks20:48

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!