/srv/irclogs.ubuntu.com/2013/03/25/#bzr.txt

=== jelmer is now known as Guest31952
=== Guest31952 is now known as jelmer
=== Lasall42 is now known as Guest94533
=== LoganCloud is now known as Guest59860
=== SamB_ is now known as SamB
=== superfly_ is now known as superfly
=== zacts` is now known as zacts
=== spiv_ is now known as spiv
=== mthaddon` is now known as mthaddon
=== jml_ is now known as jml
hrwhi11:18
hrwis 'bzr lp-propose-merge' supposed to work?11:18
mgz--help?11:19
hrwsure, but such http://pastebin.com/WWYauQbV backtrace on lack of arguments?11:19
hrwsame when called with upstream branch given as argument11:21
jpdsWell, that looks like a problem with your preferred browser.11:21
hrwjpds: firefox?11:22
mgz  File "/usr/lib/python2.7/webbrowser.py", line 489, in register_X_browsers11:22
mgz    register(browser, None, Chrome(browser))11:22
mgzNameError: global name 'Chrome' is not defined11:22
mgzthat's either a bug in your copy of python 2.7 or a bad interaction with lazy import11:22
mgzpython issue 1754111:24
hrwmkey11:24
mgzpython -c "import webbrowser"11:24
mgzfeel free to downstream that to ubuntu11:24
hrwok11:25
mgzfor now, you can probably downgrade your local copy of python11:25
hrwor just open browser11:25
hrwhttps://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/115973711:27
ubot5Launchpad bug 1159737 in python2.7 (Ubuntu) " Importing `webbrowser` module gives NameError in Python 2.7.4rc1 " [Undecided,New]11:27
hrwfeel free to confirm11:27
=== mmrazik is now known as mmrazik|lunch
mgzthanks hrw11:30
hrwmgz: thanks for help11:30
hrwI will probably not be hit by that again knowing amount of times I use bzr ;)11:31
hrwhave a nice day fellows11:35
=== mmrazik|lunch is now known as mmrazik
=== elmo__ is now known as elmo
=== vednis is now known as mars
=== Guest94533 is now known as Lasall
=== Kraln- is now known as Kraln
=== wedgwoodz is now known as wedgwood_away
maxbDoes anyone know how to deal with bzrlib objects hanging on to transports which then get closed by the server due to inactivity?14:48
maxbI have a feeling this is what is causing most of the socket.error failures on the UDD importer14:48
mgzhm, tickles a vague memory14:49
=== mmrazik is now known as mmrazik|otp
vedicHi, I am getting this error when I try to push to remote server. bzr: ERROR: These branches have diverged.  See "bzr help diverged-branches" for more information.16:41
vedicI was able to push to remote server earlier but then I have made changes to both the server (local and remote) and committed the changes in both. Now when I push the from local to remote, he shows error16:42
vedicMy local repo is upto date and that is what I want it to stay on remote as well16:43
jelmervedic: hi17:16
vedicHi17:16
jelmervedic: you can discard the changes on the remote server by running 'bzr push --overwrite'17:17
vedicjelmer: It says:  bzr push --overwrite17:19
vedicbzr: ERROR: No push location known or specified17:19
jelmervedic: you would still need to specify the remote location17:19
vedicjelmer: it says This transport does not update the working tree. See 'bzr help working-trees' for more information17:31
jelmervedic: that's because you have a working tree in the remote location17:32
=== mmrazik|otp is now known as mmrazik
jelmervedic: as the warning says, see 'bzr help working-trees' for more infiormation17:32
vedicjelmer: Should I use remove-tree17:32
jelmervedic: either that or 'bzr update'17:33
vedicjelmer: Ok, I did bzr remove-tree on remote location it did remove but few directories are not empty and it didn't remove. bzr update is giving error17:35
jelmervedic: 'bzr update' will no longer work if you removed the working tree17:35
vedicjelmer: opps17:36
jelmervedic: it's correct there are still files there, you've only removed the working tree, not the rest of the bzr files17:36
vedicjelmer: so can I push to remote location?17:36
jelmervedic: with --overwrite, yes17:36
vedicjelmer: ok, I did and now I have updated files in remote location with bzr checkout17:38
vedicjelmer: Thank you17:38
vedicjelmer: I would like to understand these things. Any tutorial you suggest? Online docs?17:38
jelmervedic: I think the main bzr docs have some background17:40
vedicok17:41

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