/srv/irclogs.ubuntu.com/2011/11/29/#bzr.txt

=== tchan1 is now known as tchan
poolieok back to memory usage06:52
poolieso much state to pick up06:52
vilahi all, hey poolie07:21
pooliehi there vila07:22
pooliehi jam :)07:24
* jelmer waves08:01
mgzmorning all08:03
jelmerhey mgz08:04
mgzpoolie, vila: standup?08:10
poolieoh hi08:11
pooliewas having so much fun08:11
pooliegood idea08:11
vilamgz, jelmer, poolie: I found the pad for last week standup, will post it (thought I did...) as well as the one for this week08:58
poolieok thanks08:58
mgzso... I guess for the installer work I need access to the ec2 instance and urk, probably something other than just ssh08:59
poolie probably you do08:59
pooliedo you have an AWS account?09:00
mgznope.09:00
mgzstandard signup okay?09:00
jelmervila: I've got a pending MP for bzr-upload from October, I was wondering if you'd seen it: https://code.launchpad.net/~jelmer/bzr-upload/only-strip-slash/+merge/8011109:07
vilaerr, yeah I saw it, I thought I merged it 8-/ Let me check09:08
vilahmm, obviously I didn't...09:12
pooliemgz, hm, i might need to send you credentials09:12
pooliei don't think you actually have to sign up09:12
pooliejam1, hi?09:12
mgzpoolie: that might be better, otherwise they want card etc from me09:13
mgzI may have trouble till PSU gets delivered, as I lack windowsy things currently09:15
=== jam1 is now known as jam
jampoolie: hi09:17
pooliejam, could you help mgz get the windows ami going so he can build an installer etc?09:19
jampoolie: sure, mgz, you around?09:24
poolieurk09:25
pooliethat's enough09:25
pooliejam if you want you could read https://code.launchpad.net/~mbp/bzr/890085-add-bytes/+merge/8373509:25
poolieit doesn't directly improve anything though09:25
pooliewas kinda hoping it would09:26
poolieperhaps will leave it on the shelf until it's more clearly useful09:26
mgzjam: I'm around but what will I need this end? A spider did for my windows machine.09:27
poolierdesktop will do09:28
jammgz: yeah, its on an ec2 instance09:28
jampoolie: did you want to make add-bytes have a prereq of BigString so that the review is simpler?09:31
jamor you want them together09:31
poolieit's actually independent09:32
pooliei rebased it out09:32
poolie..09:32
poolieperhaps lp needs to be told09:32
pooliejam, should be better now09:34
jamthe web page looks good09:34
jamthe email didn't09:34
pooliei think it doesn't always email updates09:35
poolienot sure of the logic09:35
jampoolie: so we actually need to change the Pack code to take a [chunks] parameter instead of a 'bytes' one.09:35
pooliei know09:35
pooliei'd really better go09:35
pooliei know this isn't sufficient by itself09:35
pooliei hoped it would show an incremental improvement but apparently not09:36
jamI'll comment on why it isn't sufficient, have a good night.09:36
pooliei'm a bit surprised there is nothing though09:36
pooliei do understand other stuff is joining up the strings09:36
jampoolie: well, we have to ''.join() the zlib chunks to pass it to the pack parameter09:37
jamand then we delete the chunks09:37
jamso there is one peak09:37
jamthen the pack code does it *again*09:37
jamand we have the second peak09:37
jamwe have to get rid of both09:37
poolieyep09:37
pooliegot that09:37
poolieso mostly for this review i'm hoping for "not wrong" and "in the right direction"09:38
vilajelmer: sorry, in parallel with your review, I realized I missed the points you re-raised, was about to say so in the proposal ;)09:41
pittihello09:41
pittiwho is responsible for http://bazaar.launchpad.net?09:42
pittitoday's Xubuntu CDs failed to build because http://bazaar.launchpad.net/~xubuntu-dev/ubuntu-seeds/platform.precise/ ceased to exist09:42
pittibut https://code.launchpad.net/~xubuntu-dev/ubuntu-seeds/xubuntu.precise exists, and bzr pull works fine, etc.09:42
Pengpitti: #launchpad in general09:43
pittiPeng: ok, will try there, thanks09:43
jampitti: I have a feeling a $platform forgot to be expanded.09:44
jam$platform vs platform, etc.09:44
PengOoh, good catch09:44
Penghttp://bazaar.launchpad.net/~xubuntu-dev/ubuntu-seeds/xubuntu.precise/ works09:44
PengAnd https://code.launchpad.net/~xubuntu-dev/ubuntu-seeds/platform.precise does not exist.09:45
jamyeah, you can go to: https://code.launchpad.net/~xubuntu-dev/ubuntu-seeds to see what branches exist underneath it.09:45
pittioh, I see09:45
Pengpitti: Sorry for the hopping back and forth.09:45
pittisorry, missed that09:45
pittiI'll go back to poking the cdimage folks then :)09:46
pittiactually, it seems it's meant to be like that, it just had trouble reading http://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/platform.precise09:48
pittibut that works, so maybe it was just a glitch; I'll retry the build09:49
jampitti: ~ubuntu-core-dev/.../platform.precise is not the same as ~xubuntu-dev/.../platform.precise09:49
jam"(10:42:12 AM) pitti: today's Xubuntu CDs failed to build because http://bazaar.launchpad.net/~xubuntu-dev/ubuntu-seeds/platform.precise/ ceased to exist"09:50
pittijam: right, as I said I just misunderstood the logs09:50
jamah, ok09:50
jamthe names are pretty similar09:50
pittiit apparently tries to pull the "platform" seed for both the derivative and ubuntu09:50
jelmervila: np, I figured you just missed it09:50
pittiand both failed, I just looked at the wrong one09:50
vilajelmer: ping, po_merge options registrations,10:17
vilagood catch (my god, what was I thinking !), but lazy won't gain us anything here10:18
vilait's useful only it it helps *not* loading additional stuff from the plugin but nothing is required here10:18
vilaimporting config is required but it is also required to register the options anyway10:19
jelmervila: it prevents running the constructor of the option objects, not sure how heavy that is10:23
jelmerand potentially having to import whatever method is used for from_unicode10:24
vilaOption() constructor should be << import config time, if a specific from_unicode method is needed, yes, lazy should be used to get access to it10:26
vilaoverall, I should use lazy to set a good example :) Will fix10:26
mgzahh, a windows machine, it's been so long...11:16
mgz(well... since thursday)11:16
mgz...a java update is available, okay, novelty has worn off11:18
vilamgz: probably a TZ update :-}11:28
vilajelmer: are bug #894461, bug #368717 and bug #608640 fix released or not ? tool/check-newsbug.py is confused :)11:42
ubot5Launchpad bug 894461 in Bazaar "HPSS call for Repository.pack" [Medium,In progress] https://launchpad.net/bugs/89446111:42
ubot5Launchpad bug 762330 in Bazaar "duplicate for #368717 lightweight checkout over hpss is slow, many roundtrips" [Medium,Fix released] https://launchpad.net/bugs/76233011:42
ubot5Launchpad bug 608640 in Bazaar "bzr export from remote branches downloads way more data than it should" [Medium,In progress] https://launchpad.net/bugs/60864011:42
vilathe duplicate is weird in itself but what about the others ?11:43
jelmervila: I've marked #894461 fixreleased11:43
jelmervila: it's debatable whether the other two are fixreleased yet11:43
jelmerthe HPSS branch for Repositor.iter_files_bytes is the first part of it, I consider the HPSS call for Repository.iter_inventories also necessary for it11:44
* vila nods11:44
zygahi11:50
jelmerhi zyga11:50
zygais there any way to speed up accessing bzrlib.branch.Branch().nick on a checkout?11:50
zygait takes veery long, much longer than revno() which is the other thing I'm intereted in11:50
jelmerzyga: there has been some talk on making branch.Brnach().nick only access the local branch, and synchronising it on "bzr up"11:50
jelmerzyga: in the mean time, you can use:11:50
jelmerbzrlib.branch.Branch._get_nick(local=True)11:51
zygaoh!11:51
zygaexcellent11:51
zygahow will that differ from the other method?11:51
zygawill it raise exceptions or return out-of-date data?11:51
jelmerit only accesses the local branch nick, not the remote one11:51
jelmerso you'll also have to explicitly set the local branch nick11:52
* zyga checks what it does on his branches11:53
hrwhi12:08
=== mrevell_ is now known as mrevell
jelmerhi hrw12:19
hrwI have question (again). probably one of stupid ones. I have lp:~hrw/ubuntu/precise/gcc-4.6/cross-fixes branch and want to generate diff against lp:ubuntu/precise/gcc-4.6 branch. is there other way then fetch both and then diff directories?12:22
jelmerhrw: in theory you could do the diff without downloading the branches. with the current smart server deployed on Launchpad, that will probably be about as slow as actually pulling down the branches.12:23
hrwjelmer: first branch I already have on disk12:24
hrws/have/had12:24
hrwI fetched second one and diffed dirs12:24
hrwhave to experiment with bzr-colo later12:25
hrwas with git I would have both in one .git12:25
hrwbb in ~20 minutes12:25
zygahrw: yes12:25
zygahrw: bzr diff --old one-branch --new other-branch12:26
zygahrw: you can skip either argument if you are in a branch already12:26
jelmerhrw: you can fetch into a shared repository without trees, that should have the same behaviour as bzr-colo or a single .git directory12:26
jelmerbzr init-repo --no-trees gcc; bzr branch lp:~hrw/ubuntu/precise/gcc-4.6/cross-fixes gcc/cross-fixes; bzr branch lp:ubuntu/precise/gcc-4.6 gcc/4.612:27
zygajelmer: I think hrw already has a shared repo for gcc12:27
zygaso he has 99% of the data locally already12:27
zygaalso, with 'bzr diff' you don't need trees12:28
jelmerzyga: in that case, I don't understand why bzr-colo / .git would are better12:29
zyga jelmer they are not12:29
zygathey are identical12:29
hrwjelmer: I have a feeling that when I ask about bzr and branches I will always see 'bzr init-repo --no-trees' ;)12:57
hrwzyga: lp:linaro-gcc != lp:ubuntu/gcc-4.612:57
zygahrw: sure but they may share ancestry12:58
hrwzyga: they have one thing in common: 3 letters in branch name ;D12:59
hrwjelmer: will try your stuff12:59
vilahrw: '3 letters in branch name' seriously ? Not a single revision is shared ? parallel imports ?13:02
hrwvila: lp:linaro-gcc is copy of gcc source code. lp:ubuntu/gcc-4.6 is debian/ubuntu packaging for gcc-4.613:04
hrwlike you would compare linux kernel and qt5 repos13:04
mgzjelmer: is there actually a dulwich 0.8.1 release? I didn't see a tag for it.13:05
vilaoh, upstream and packaging-only branches ? sry, missed that detail13:05
mgz..there is... I just don't have the tag13:07
jelmermgz: ah, you're trying to build the windows installers?13:42
mgzyes and it's all your fault >_<13:44
mgz...I have one that now works with `bzr info git://...`13:44
jelmermgz: what about "bzr clone git://13:58
jelmer ?13:58
jelmerI'm not sure much network activity bzr info generates13:58
vilajelmer: bug #897690 filed for ObjectNotLocked on jubany14:02
ubot5Launchpad bug 897690 in bzr-builddeb "bzrlib.errors.ObjectNotLocked raised when calling _mark_native_config" [High,Confirmed] https://launchpad.net/bugs/89769014:02
vilajelmer: I think I have a fix (testing)14:02
vilayup, seems to work, proposing14:02
mgzalso works, but tells me 'clone' is deprecated :)14:05
jelmervila: ah14:18
vilajelmer: https://code.launchpad.net/~vila/bzr-builddeb/897690-object-not-locked/+merge/8379014:19
vilawith hopefully enough explanations14:19
jelmervila: looking14:29
jelmervila: I think you're missing one of the return paths in _default_config_for_tree14:32
jelmervila: (still returns 2 elements in the tuple rather than 3)14:33
vilacrap, you're right14:33
jelmervila: other than that, it looks good to me14:34
vilajelmer: including the debian/changelog ? Not sure if I got this right14:34
vilamissed return path fixed14:35
jelmerthough it is slightly odd that path2id doesn't require a read lock..14:35
vilait does14:35
vilait has a @needs_read_lock decoratr14:36
vilator14:36
jelmervila: right, but's slightly surprising imo14:36
vilayeah, was about to guess a rationale but ended up with a poor one :)14:36
jelmervila: not sure if this needs mention in the changelog btw, the regression isn't in any releases14:37
vilabut anyway, digging this route won't address the current issue so I punted14:37
vilaha, so I just remove that and merge to lp:bzr-builddeb ?14:37
jelmervila: right - +1ed14:37
vilaECANTPARSE :)14:38
jelmervila: yep14:38
vilaha14:38
jelmervila: approved :)14:38
viladone, deploying on jubany (including a newer bzr.dev as you've fixed set_root_id(not None) which needs to be deployed too)14:44
vilabah, of course, chromium-browser is running... shudder14:44
vilas/running/imported/14:44
vilahmm, tiplog fall in the infamous 'access self.branch.control_transport on a smart branch' trap :-/14:49
jelmervila: it seems tiplog has no choice but to fallback to VFS anyway though14:50
jelmerwhen it's pushing stuff, etc14:50
vilayeah, was thinking along the same lines, I never realized it was pushing a file to lp though which is... surprising,14:51
vilaI thought lp was strict about which files were allowed...is *anything* allowed below .bzr ?14:52
vilascary14:52
jelmervila: yes14:52
jelmervila: but don't dare creating a file outside of .bzr14:53
vilaI haven't looked closely, but the trap is really that even if it doesn't *need* the control_transport later, ensure_real has fired anyway14:53
jelmervila: the scanner will without warning delete your branch14:53
vilaha good14:53
=== vednis is now known as mar
=== mar is now known as mars
mgzuploading windows installers now.15:02
jelmervila: did you run the testsuite before landing?15:06
jelmervila: https://launchpadlibrarian.net/86194438/buildlog_ubuntu-oneiric-i386.bzr-builddeb_2.7.9%2Bbzr649~oneiric1_FAILEDTOBUILD.txt.gz15:06
vilanope, I only tested on my case :-/15:07
vilafixing15:08
vilafixed15:11
vilajelmer: pushed, really sorry about that :-/15:12
jelmervila: no worries, thanks for fixing the other bug15:15
jelmerwhich was a regression in *my* code :)15:15
vilawhat I don't quite get is why it didn't trigger earlier but I suppose there are more code paths15:17
vilathan the one used on the importer15:17
mgzI say that, was wondering why it prompted for password, and after uploading everything now it says there was an auth problem15:18
vilamgz: enable js ;-p15:20
vila(just kidding)15:20
mgzI don't really see how curl is meant to be doing auth here, presumably via the single sign on somehow?15:22
vilacurl ? Is that the recommended way ? Isn't there a script that will use lp API ?15:22
mgzthe script uses curl, I'm guessing there's no lp api for uploading files15:23
vilanote that I don't know what I'm talking about here...15:23
mgzlp:bzr-windows-installers ./upload_to_launchpad.py15:24
vilaok, I reverse my advice: Are you sure this script is used ? :0p15:25
mgzjam manages it!15:25
mgzso it must work somehow.15:25
jammgz: --user USERNAME:password15:26
mgzokay, that worked, need to manually enter lp email address and pa... each time15:27
jambut yes, Launchpad lets you post your entire document before it tells you your password is wrong15:27
mgzor not, like that15:27
jamit is because uploading the file is a POST15:27
jamwhich doesn't validate the info until the post has finished streaming the body.15:27
mgzor three whole documents, in the last case, because the curl output wasn't flushed :)15:27
mgzhm, I didn't add '-1' in the filenames15:42
mgzdo I really want 20 minutes more upload time to fix that...15:43
jelmeris it really that much?15:44
vilanope, you have an allowance of 3 bad uploads across 2 releases as the new maintainer :)15:44
vilaghaaaa Alarm clock15:56
mgztime to wake up vila!15:56
vilahehe, I wasn't sleeping, I was thinking !15:56
vilawhile debugging a test and the new test timeout triggered losing my context ;)15:57
vilaI'm probably not the last to fall into this trap ;)15:57
mgzehehe16:01
mgzyeah, need to cancel out on pdb break in I guess16:01
=== zyga is now known as zyga-ill
vilamgz: yup, my thought exactly (but invading pdb.break is hard, TestCase.debug on the other hand...)16:12
=== shadeslayer_ is now known as shadeslayer
=== quicksil1er is now known as quicksilver
=== beuno is now known as beuno-lunch
mgznot sure what to do about my last git related issue from earlier16:33
mgzI guess I could put up the patch I used ripping setuptools out of dulwich, on moral grounds16:34
mgzbut looks like losing the `./setup.py test` thing might upset some people16:35
mgzand I didn't record the exact failure but just hacked around it as it was clearly setuptools sucking as usual16:36
mgzjelmer: if you have any thoughts^16:37
mgzbasically dulwich didn't work with buildout till I made it believe setuptools didn't exist as it was installing to a path it objected to for whatever reason16:38
mgzthere's probably a buildout level fix but I didn't try and find it.16:38
vilabingo, 13 failures less on jubany (if only new ones could stop appearing ... ;)16:53
jelmermgz: hmm16:55
jelmermgz: dulwich' setup should work without setuptools, can't you remove it on your local system?16:56
mgzthe build bot needs it for other things, I can possibly kill it at the correct level next time17:01
jelmer\o/ 'bzr checkout' and 'bzr checkout --lightweight' are now VFS-free17:10
=== beuno-lunch is now known as beuno
suptonwhat's the best practice for merging a feature branch to a mainline while preserving history of each changeset in the feature branch, without rebasing?  I rebased a mainline on a project last night, and now I feel a bit icky.17:39
mgz...just merge it?17:40
suptonmgz: right, tried merging, resolving conflicts, then committing, but I want to preserve the diffs per-changeset on the feature branch on my mainline.  If I push my merge to launchpad, and I view history, IIRC, I don't see this.17:42
jelmersupton: that history is still there, you can view it with e.g. "bzr qlog" or "bzr log -n0"17:42
suptonso I uncommitted a merge and had the mixed luck of thinking, I'm the only one using the mainline, why not just rebase it from my dev/feature branch.17:42
suptonjelmer: cool.17:43
* supton needs to figure out what plugin qlog is in17:43
mgzit's part of qbzr.17:43
suptonnow, I need to figure out how to undo my rebased branch pushed to lp, so I can do this right17:43
suptonmgz: thanks17:43
mgzbut just for the history of the last merged change, try `bzr log -c-1 -n0 BRANCH`17:45
suptonI wonder if I can rebase back to a common revision, then merge properly?17:45
suptonI shouldn't have pushed this, but for lack of sleep, I did17:45
mgz`bzr uncommit lp:PROJECT` works, you just want to be quick enough that no one pulled yet :D17:46
mgz(otherwise, it's not the end of the world, and you can just leave the merge proper in next time)17:46
mgzsometimes with very messy branches you're better off flattening them, like `bzr merge ../FEATURE && bzr revert --forget-merges && bzr commit --author contrib@example.com -m"...description of change..."`17:49
vilamgz: sounds like a plugin...17:50
suptonmgz: good idea, thanks.18:00
mgzI despair of ever getting this guy to set up a http smart server correctly.18:05
tkamppeterhi18:12
jelmerhi tkamppeter18:12
tkamppeterI have cleaned a file from UTF-8 characters to make it pure ASCII and then committed it to bzr+ssh://till-guest@bzr.debian.org/bzr/pkg-cups/cups/debian-trunk.18:13
tkamppeterThen the bzr client crashes with a traceback:18:13
tkamppeterbzr: ERROR: exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 349: ordinal not in range(128)18:14
tkamppeterTraceback (most recent call last):18:14
tkamppeter  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 946, in exception_to_return_code18:14
tkamppeter    return the_callable(*args, **kwargs)18:14
tkamppeter  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1150, in run_bzr18:14
tkamppeter    ret = run(*run_argv)18:14
tkamppeter  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 699, in run_argv_aliases18:14
tkamppeter    return self.run(**all_cmd_args)18:14
tkamppeter  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 721, in run18:14
tkamppeter    return self._operation.run_simple(*args, **kwargs)18:14
tkamppeter  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 135, in run_simple18:14
tkamppeter    self.cleanups, self.func, *args, **kwargs)18:14
tkamppeter  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 165, in _do_with_cleanups18:14
tkamppeter    result = func(*args, **kwargs)18:14
tkamppeter  File "/usr/lib/python2.7/dist-packages/bzrlib/builtins.py", line 3316, in run18:14
tkamppeter    lossy=lossy)18:14
tkamppeter  File "/usr/lib/python2.7/dist-packages/bzrlib/decorators.py", line 217, in write_locked18:14
tkamppeter    result = unbound(self, *args, **kwargs)18:14
tkamppeter  File "/usr/lib/python2.7/dist-packages/bzrlib/workingtree_4.py", line 209, in commit18:14
tkamppeter    result = WorkingTree.commit(self, message, revprops, *args, **kwargs)18:14
tkamppeter  File "/usr/lib/python2.7/dist-packages/bzrlib/decorators.py", line 217, in write_locked18:14
tkamppeter    result = unbound(self, *args, **kwargs)18:14
tkamppeter  File "/usr/lib/python2.7/dist-packages/bzrlib/mutabletree.py", line 210, in commit18:14
tkamppeter    *args, **kwargs)18:14
tkamppeter  File "/usr/lib/python2.7/dist-packages/bzrlib/commit.py", line 289, in commit18:14
tkamppeter    lossy=lossy)18:14
tkamppeter  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 131, in run18:15
tkamppeter    self.cleanups, self.func, self, *args, **kwargs)18:15
tkamppeter  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 165, in _do_with_cleanups18:15
tkamppeter    result = func(*args, **kwargs)18:15
tkamppeter  File "/usr/lib/python2.7/dist-packages/bzrlib/commit.py", line 440, in _commit18:15
tkamppeter    self.rev_id = self.builder.commit(self.message18:15
tkamppeterHow can I commit this file? Problem is probably that the diff between the old file and the new file contains non-ASCII characters.18:15
mgzamusingly despite all that, I don't see the bit of the traceback I need18:16
mgz!pastebin18:16
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.18:16
mgzfor future reference tkamppeter18:16
tkamppetermgz, http://paste.ubuntu.com/753917/, with calling command.18:18
tkamppeterBazaar (bzr) 2.4.2 on Oneiric with Python 2.7.2.18:19
mgzhow did you supply the commit message? are you using bzr-builddeb or did you manually enter it with an editor?18:21
mgzretrying with `bzr commit -m "A message that's really just ascii"` will probably work,18:22
tkamppetermgz, seems that bzr-builddeb is in use and already pre-configured, as "bzr commit" does not open an editor if I commit in that repository.18:22
mgzokay, what bzr-builddeb version?18:23
tkamppeter"bzr diff" output is on http://paste.ubuntu.com/753921/.18:23
tkamppeterI will try the -m metyhod now ...18:23
mgznope, don't.18:23
mgzyou probably just need to update bzr-builddeb18:23
mgzthe file is a red herring, it's 'Martin-Éric' causing the problem (which is fixed in the latest bzr-builddeb version)18:24
mgzbug 85366418:26
ubot5Launchpad bug 853664 in bzr-builddeb "tries to decode debian/changelog as ascii, and fails when it's not" [Medium,Fix released] https://launchpad.net/bugs/85366418:26
tkamppetermgz, thank you. Used the "-m" to not need to wait for the update.18:26
jelmerhmm, I don't think that's actually released yet18:28
mgz...you marked it as such though!18:29
jelmerah, it's in 2.7.918:31
mgzjelmer: that's where the version markers in launchpad are useful :)18:36
jelmermgz: unfortunately it's not possible to assign a closed milestone to a bug18:37
jelmermgz: which is often useful after the release has happened18:37
mgzthere's a (slow, manual) trick to that18:46
mgzre-activate the milestone, set the bug to it, re-de-activate the milestone18:46
pooliehi all19:08
mgzhey poolie19:22
pooliehi there19:23
GRiDhey guys.19:28
pooliehi grid19:30
GRiDjelmer, bug 806904 says you committed a fix. is this likely be working on launchpad soon then? if there's something left you do and you can point me in the right direction, i can take a look.19:31
ubot5Launchpad bug 806904 in Launchpad itself "Mercurial import fails from Google code" [High,Triaged] https://launchpad.net/bugs/80690419:31
GRiDi realize now that i'm getting a different error than the one in this bug. but it is a failing google code import.19:32
GRiDhttp://launchpadlibrarian.net/85941722/weyrick-crack-lang-trunk.log19:33
GRiD"something left to do", rather. i'm not sure how much of this is bzr vs. launchpad code. i suppose a first step is trying a local import with the latest bzr-hg.19:39
pooliethat's generally useful19:40
poolieactually that would be highly useful to see if you can reproduce it locally19:41
pooliethen we can update it in lp19:41
GRiDyep ok i'll give it a shot in bit here.19:41
jelmerGRiD: the hg import is still very much beta at this point, so I wouldn't be surprised if there are multiple issues affecting one import19:57
AuroraBorealisquestion: on mac...does bzr know about resource forks?19:58
GRiDjelmer, ok. well i'll see what happens when i try locally. does it work well enough to rightly be offered as on option on launchpad at this point, then?19:59
poolienup19:59
jelmerGRiD: bug #88953020:00
ubot5Launchpad bug 889530 in Launchpad itself "mercurial imports should be marked 'beta'" [High,In progress] https://launchpad.net/bugs/88953020:00
mgzAuroraBorealis: no20:00
GRiDjelmer, ah ok :)20:00
=== zyga-ill is now known as zyga
=== zyga-ill is now known as zyga

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