/srv/irclogs.ubuntu.com/2013/12/13/#bzr.txt

=== FourDollars_ is now known as FourDollars
Wiz_KeeDhello guys, can someone help with this annoying error message?07:31
Wiz_KeeDbzr: warning: unsupported locale setting07:31
Wiz_KeeDcould someone please help out with this issue? http://pastie.org/854963410:23
Wiz_KeeDOr can someone tell me how I can get the parent location from bzr?10:26
Wiz_KeeDcan anyone help please?10:51
Wiz_KeeDAttributeError: 'RemoteRepository' object has no attribute 'get_ancestry'11:00
Wiz_KeeDon bzr push-and-update11:01
jelmerWiz_KeeD: get_ancestry was removed in bzr 2.6 IIRC11:13
Wiz_KeeDjelmer, I JUST read that11:13
Wiz_KeeDhow can I solve it? I am inside the plugin and can edit the code and the line that brings issues, though idk how to retreive the info11:14
jelmerWiz_KeeD: the easiest thing to do is probably to hunt down an old version of bzr and copy the implementation of get_ancestry from that11:16
Wiz_KeeDugh...i wouldn't know where to put it11:16
Wiz_KeeDSo not editing the plugin you recommend11:16
Wiz_KeeDI have a laptop with 12.04 and a bzr version that works11:17
jelmerWiz_KeeD: you can copy the logic into the place where bzr-push-and-update is doing the get_ancestry call11:20
Wiz_KeeDhttps://code.launchpad.net/~jelmer/bzr/rm-get-ancestry11:20
Wiz_KeeDwhere do I find it jelmer ?11:20
jelmerWiz_KeeD: yes, that's the branch that removes it11:21
jelmeranother alternative is the reverse-apply that branch to your local copy of bzr11:21
Wiz_KeeDi didn't get that last one11:23
Wiz_KeeDare you the founder of bzr?11:24
Wiz_KeeDor just a very dedicated and active developer?11:24
jelmerWiz_KeeD: no, I'm not one of the founders11:25
jelmerI was a very active developer for a while11:25
Wiz_KeeDAH I think i saw a launchpad post withyou saying that you are not involved anymore in the project, why is that?11:25
Wiz_KeeDHmm That branch just removes it I don't see the functionality that replaces it11:27
jelmerWiz_KeeD: see https://stationary-traveller.eu/pages/bzr-a-retrospective.html11:27
Wiz_KeeDCould you help me patch the plugin or port the method into bzr 2.6? it's just a line I think11:28
jelmerWiz_KeeD: you can undo the removal by reverting that branch11:28
Wiz_KeeDjelmer, but there might be a lot of speed improvements in 2.611:28
Wiz_KeeDand it's just one functionality for one plugin, I need nothing more11:29
jelmerWiz_KeeD: you can revert that individual branch11:29
jelmerWiz_KeeD: not sure if that will work cleanly though11:29
Wiz_KeeDwhy's that?11:29
Wiz_KeeDit's just used in one single place in the plugin11:29
jelmerWiz_KeeD: I'm not sure I follow11:30
Wiz_KeeDhttp://pastie.org/854973311:30
Wiz_KeeDall I have to do is fix that line and the push-and-update plugin will work11:30
Wiz_KeeDor at least I hope it will11:30
jelmerWiz_KeeD: yes, but fixing that line requires replacing it with another 5 or 6 lines11:30
jelmerWiz_KeeD: basically, with the code that was in the get_ancestry() function I removed11:31
Wiz_KeeDugh...11:31
Wiz_KeeDdamn11:31
Wiz_KeeDwell i'm stuck then11:32
jelmerWiz_KeeD: have you filed a bug? it shouldn't take more than 30 minutes to fix for a bzr dev11:33
Wiz_KeeDI did11:33
Wiz_KeeDpfff only two people work on that plugin11:39
Wiz_KeeDhttps://bugs.launchpad.net/bzr-push-and-update/+bug/126070011:39
ubot5Ubuntu bug 1260700 in Plugin to Update Remote Trees "get_ancestry call removed in bzr 2.6 not updated for plugin" [Undecided,New]11:39
Wiz_KeeDMaybe I can find  a temporary solution for this until it gets fixed jelmer ?11:41
jelmerWiz_KeeD: avoid using the plugin, but just run "ssh foo bzr up" manually?11:42
Wiz_KeeDbzr up?11:42
Wiz_KeeDupdate11:43
Wiz_KeeDHmm, I have a python script with fabric that does the push and update, but I need to get the location of the push branch in order to cast update on the server11:43
Wiz_KeeDwithou grepping and exploding the string and such?11:43
Wiz_KeeDthank you for your help jelmer !11:52
Wiz_KeeDout of curiosity, why did you quit?11:53
Wiz_KeeD:)11:53
Wiz_KeeDCan anyone tell me how to update a branch to the current revision12:40
Wiz_KeeDbzr update updates the tree but that's it12:40
Wiz_KeeDah wait...12:41
jelmerWiz_KeeD: bzr pull12:52
jelmerWiz_KeeD: for that, see the page I linked earlier: https://stationary-traveller.eu/pages/bzr-a-retrospective.html12:52
Wiz_KeeDI used push12:57
Wiz_KeeDit gives the annoying message that the tree is not updated byt m3h...12:57
Wiz_KeeDuntil this gets fixed https://bugs.launchpad.net/bzr-push-and-update/+bug/126070012:57
ubot5Ubuntu bug 1260700 in Plugin to Update Remote Trees "get_ancestry call removed in bzr 2.6 not updated for plugin" [Undecided,New]12:57
Wiz_KeeDbest I can do12:57
jelmerWiz_KeeD: sorry13:08
Wiz_KeeDjelmer, for what?13:10
jelmerWiz_KeeD: not being able to help further13:11
Wiz_KeeDit's okay you helped a lot13:11
Wiz_KeeDHope someone will get notified and fix it13:11
jelmer(and being the person who removed that function in the first placE)13:11
Wiz_KeeDif it scales bad and is a general bad idea to use, having code based on it is a bad idea13:18
scienteshow do i apply a bzr merge directive in git?21:46
scientes=== modified file 'cmdline/apt-get.cc'21:46
scienteserror: apt-get.cc: No such file or directory21:46
scientes./cmdline/apt-get.cc21:47
scientesdoesn't even apply with patch...21:47
jelmerscientes: patch -p0 ?21:55
scientesyeah turned out it was upstream churn22:00
scientesthanks22:00

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