/srv/irclogs.ubuntu.com/2012/01/24/#bzr.txt

sidneianyone around to help me pushing a bzr branch to github?00:16
sidneiim getting an error: http://paste.ubuntu.com/814914/00:16
sidneijelmer, ^00:17
pooliehi sidnei00:28
sidneiheya poolie00:28
pooliei don't recognize that00:28
pooliesuggest you just file a bug00:28
sidneioki.00:29
sidneii assume if i do a fast-export it won't be compatible with doing dpush after that?00:29
=== ISK_ is now known as ISK
jelmersidnei: I would suggest trying lp:bzr-git (asuming you're running precise)00:46
sidneijelmer, as in, the branch not the package01:09
sidneijelmer, slightly different error01:12
sidneijelmer, http://paste.ubuntu.com/814962/01:12
jelmersidnei: try adding ,branch=master to the end of the URL01:15
* jelmer wonders if we should do that by default01:16
jelmerwe used to, but that's slightly inconsistent with git itself01:16
sidneijelmer, seems to be progressing01:16
sidneijelmer, failed at the end, but seems to have pushed fine http://paste.ubuntu.com/814968/01:25
* jelmer waves08:04
vilahi all !08:05
AuroraBorealishi08:05
AuroraBorealiscan i ask where bazaar explorer gets the 'names' it uses for its branches? i think its bzr nick but setting it doesn't seem to change anything08:05
mgzmorning08:05
pooliehi mgz08:08
AuroraBorealisbrb08:12
jelmerready to hang out when you are :)08:14
wgzhm, does someone need to setup the thingy?08:20
vilachromium is up, waiting for the hangout to start08:20
wgzvila: easy to miss notification top right08:24
vilagot jelmer's one08:24
wgzsad robot.10:00
jelmerwgz: :(10:12
jelmervila: looks like my pre-merge trick backfired10:12
vila:-/10:13
vilahow so ?10:13
jelmervila: lp:bzr/2.5 is slightly ahead of bzr.dev, so feed-pqm won't suggest my branch for submission10:13
vilayeah, you landed your commit builder fix there ;)10:15
mgzjust had a thought, where did the fsync changes land, and when is it enabled?10:34
mgz2.4b5 and for all systems it seems10:37
jelmerthat sounds about right10:37
mgzI wonder if that's the cause of exarkun's weird slowness yesterday evening10:37
mgzwindows arguably doesn't want it on by default, as ntfs is less flakey than nix filesystems10:37
mgzanyway, getting distracted, back to dealing with the weather10:39
futchhello, is it possible to change the history log of a bzr repo without using the rewrite plugin? (just out-of-the-box means) - without causing harm to the repos itself, of course12:13
jmlhey13:02
jmlcolo13:02
jmlthat's what I want to talk about. I hear it's in a state for end users to try out?13:03
mgzfutch: sure, just branch from the last revision you want, then replay or flatten changes by cherrypicking changes across13:07
mgzjml: jelmer will have more for you, but basically yes13:08
jmlcool.13:08
jmlwhere do I start?13:08
mgz`bzr init --development-colo` for testing, there's a branch to flatten that into the existing format which hasn't landed yet13:09
mgzthen er... see <https://lists.ubuntu.com/archives/bazaar/2012q1/074217.html>13:11
jmlmgz: are there recipes for migrating existing directory-style set ups into colo?13:12
mgzgood question, I think no, but there's a bug for `bzr reconfigure` to do... something13:14
mgzbug 91922713:14
ubot5Launchpad bug 919227 in Bazaar "reconfigure --colocated" [Medium,Confirmed] https://launchpad.net/bugs/91922713:14
henningeHi!16:22
henningeWhat could make bzr ignore information in locations.conf?16:22
henningeI created a locations.conf to specify a push location but bzr push keeps insisting that "no push location" is specified.16:23
henninge(This is on OS X but so far that has not been a problem ;)16:25
jelmerhi henninge16:27
henningeHey jelmer ;)16:27
jelmerhenninge: how are you, enjoying your new job?16:27
henningeVery much, thank you!#16:28
jelmerhenninge: cool :)16:28
jelmerhenninge: "bzr config" should tell you what it thinks the push location is, and where it got it from.16:28
henningeoh, right16:28
henningeI am not the one using OS X, btw ...16:29
henningejelmer: bzr config returns the expected values, as configured in locations.conf.16:31
henningejelmer: http://paste.ubuntu.com/815496/16:34
jelmerhenninge: hmm, that's really odd16:35
jelmerwhat's the command being run - just "bzr push" ?16:35
henningeyes16:37
=== yofel_ is now known as yofel
henningeInside a lightweight checkout of a branch, both located inside the repository.16:38
henningePushing directly from the branch is no different.16:38
jelmerhenninge: and specifying a location works?16:39
henningeyes16:40
henningejelmer: I have to say that I have not been entering the commands myself but have been given instructions through skype chat ...16:41
henningeBut I doubled checked that he did it correctly.16:42
jelmerhenninge: it's a mystery to me what's happening here16:42
henningejelmer: ok, we'll work with specifiying the location for now.16:43
jelmerhenninge: I'm about to EOD - can you perhaps file a question/bug about it?16:43
henningejelmer: I will, after I have tried it myself, I mean, really myself. ;-)16:43
henningejelmer: Enjoy your EOD16:44
jelmerhenninge: if you feel like debugging this then the most useful thing to look at would probably be bzrlib/push.py - just stepping through the main function there16:44
henningeok16:44
jelmerhenninge: thanks!16:44
=== beuno is now known as beuno-lunch
=== beuno-lunch is now known as beuno
=== Quintasan_ is now known as Quintasan
SamBis it just me, or has bzr recently radically shortened the output it gives when an exception occurs?19:45
SamBwhatever is going on, the following is a bit *too* short:19:47
SamBPulling branches/v8.2 from svn://scm.gforge.inria.fr/svn/coq/branches/v8.219:47
SamBopen_branch() got an unexpected keyword argument 'possible_transports'19:47
wgzSamB: that's bug 90253919:51
ubot5Launchpad bug 902539 in Bazaar Windows Installers "TypeError: open_branch() got an unexpected keyword argument 'possible_transports'" [Undecided,New] https://launchpad.net/bugs/90253919:51
wgzyou need to update to bzr-svn 1.1.219:52
SamBThe exception message doesn't tell me (a) *what* exception occured, (b) *where* it occured, (c) whether it was fatal, or (d) any indication as to what component(s) may need attention19:52
SamBwgz: I guessed it might be something like that19:53
wgzis this on the console or in bzr-explorer, what platform, what version of bzr, installed how?19:53
SamBbut, didn't exceptions used to give a lot more information?19:53
wgzit certainly should be prompting you to report a bug.19:53
wgzfind you .bzr.log and the block this error occurred in and paste it?19:54
wgz!pastebin19:54
ubot5For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.19:54
SamBI guess the exception might be getting swallowed or something ...19:54
wgzrunning `bzr version` will tell you where .bzr.log is19:54
SamBbut I still think it's too terse19:55
wgzit's wrong, but without more details I don't know the cause :)19:57
SamBhmm19:57
SamBI think it might be from too long ago to be in .bzr.log :-(19:57
* SamB was looking at mail from cron19:58
vilaSamB: too long ago in .bzr.log ? That would mean a pretty intense usage or some high verbosity from bzr ;)19:59
SamBokay, no, that can't be it19:59
SamBmy third-latest email has one of those in it ...20:00
SamBhmm20:02
SamB!pastebinit20:03
ubot5pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com20:03
wgzthe whole of .bzr.log isn't needed20:04
wgzjust copy out the part that you find that error in20:04
SamBI know, it just sounds more convenient than opening a pastebin site in my browser, given the amount of RAM available20:05
SamBhttp://paste.debian.net/153495/20:13
SamBI think multi-pull is eating the exception20:14
* SamB looks for a command that compactly lists important details about bzr and plugins, like the proper exception output, only without the exception/traceback20:21
wgzyup, seems like it20:21
SamBI can see why it might not want to *just* fail, but this sure doesn't seem right, either!20:23
wgztry `bzr -Dno_apport --no-plugins assert-fail`20:24
SamBthe trouble with that is that it doesn't list plugin versions :-)20:25
wgzbut `bzr help commands` will tell you what multi-pull comes from so who to file the bug against20:25
SamBI got that from "bzr help multi-pull"20:25
wgz^ah, remove the --no-plugins then20:25
SamBhandy command, that20:26
* SamB wonders why zsh doesn't know about it20:26
SamBhmm, didn't this used to show the paths to the plugins?20:26
wgz`bzr plugins --verbose` should.20:27
SamBI guess I could tell from the traceback if it really mattered, though20:28
wgz^commands added just to cause a internal error aren't of general interest :)20:28
SamByou might be surprised20:28
SamBif someone is thinking "I know it shows this information when it fails", they might like a way to make it fail20:29
wgzSamB: so, did you file a bug somewhere?21:38
SamBwgz: am doing so21:38
wgzyell if you need help.21:38
thomiHi - qbzr seems really broken in precise - I often get crashes with 'bencode' in the stack trace. I'm filing a bug about it, but I wonder if there's any additional information I can provide that might be useful.22:39
wallyworldpoolie: bzr is quite borked on precise atm. i've filed one bug about bzr unshelve but bzr switch appears to have the same issue. are you guys able to look into it?22:40
thomihi wallyworld - you too huh?22:41
wallyworldhi thomi. yeah.22:42
thomiI've got: https://bugs.launchpad.net/ubuntu/+source/bzr/+bug/92126722:42
ubot5Error: launchpad bug 921267 not found22:42
* wallyworld looks22:42
wallyworldthomi: is that the right bug nr?22:43
thomiyeah22:43
wallyworldit must be private22:43
thomiit's currently marked as private since there's a stack trace.... I didn't realise that meant private only to me... but that would make sense22:43
wallyworldyep22:43
thomiwallyworld: try now22:44
wallyworldwhen you file using apport, that's what happens22:44
wallyworldthomi: mine is a different issue- a missing ListOption attribute on a config object22:45
thomi:(22:46
Kamping_Kaiserhi, i just ran 'bzr revert --no-backup -r -30' instead of using -r ..30 by mistake. am i out of luck, or can i get back rev 30 somehow?22:48
jelmerKamping_Kaiser: "bzr revert -r30" ?23:49

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