/srv/irclogs.ubuntu.com/2008/05/03/#bzr.txt

=== mw is now known as mw|out
datojelmer: oops, you're right. I guess I forgot to commit, and I can't find the branch now01:13
datojelmer: so, I guess I'll create a commit and merge it tomorrow. I don't think you should've pushed, though, but never mind.01:14
jelmerdato: Well, it should be trivial to merge your commit into the current branch. I haven't uploaded anything yet01:18
jelmerdato: Mind if I just import-dsc the 1.4.1 release?01:20
datoso, a couple things01:21
datoare you interested in dm-upload-allowed: yes maintain it?01:21
jelmerdato: I'm interested in contributing to the maintainance of the bzr package01:22
jelmeri.e. doing uploads now and then if I have the time and nobody else is doing it01:23
jelmernot sure if that's what you're asking :-)01:26
datook01:28
datoso due to my fuck-up, I really think I should push --overwrite you... I would really dislike the idea of having a 1.4 in the branch that does not include the 1.3.1 changelog, what do you think?01:30
jelmerdato: oh, yes - I agree01:30
datoso it seems I've lost the commit, if it ever existed01:30
datoso I'll create a 1.3.1 commit, and push --overwrite01:31
jelmerk01:43
datojelmer: done, going to bed.02:00
jelmerdato: thanks, goodnight02:11
datojelmer: so, I'll upload bzr 1.4; I'll add the dm-upload bit09:59
emgentmorning10:06
matkorHmm, recent repo olive-gtk:10:19
matkor    from bzrlib.plugins.gtk import icon_path10:19
matkorImportError: cannot import name icon_path10:19
matkor?10:20
jelmerdato: COol, thanks12:50
datojelmer: I'm in a conference, just need to find a spot to do it :)12:54
fullermdjelmer: Are you working up to a bzr-gtk release?12:54
jelmerdato: k :-)12:56
jelmerfullermd, yep13:28
fullermdjelmer: May want to look at https://bugs.launchpad.net/bzr-gtk/+bug/224914 for it.  Kinda sucks   :|13:47
ubottuLaunchpad bug 224914 in bzr-gtk "viz fails to show children properly" [Undecided,New]13:47
fullermdOh, hithere.13:48
* fullermd pets ubottu.13:48
fullermd(it's a little more complicated than the desc; it seems to have weird interactions with the sort of children, whether direct or merge revs...   but anyway)13:48
jelmeroh crap13:57
jelmerwe also have to other issues to fix before the release13:57
jelmerso I guess we should delay it another week13:57
fullermdJust doing my part to keep you from being bored   ;)13:57
jelmersee, this is why I prefer working on vaporware. it doesn't have users and so it's a lot easier to pretend there are no bugs13:59
jelmer:-P13:59
fullermdOooh, I didn't know you were working on bzr-sccs...13:59
bob2haha14:00
hersonlspoolie: you be here?14:10
bob22313 aest14:13
rexbronHello, will branches that have been created with a plugin, ie bzr-svn, use the same methods as regular bzr branches?14:13
rexbronI am trying to integrate that functionality into a script one the branch has already been created14:13
rexbrononce rather14:14
jelmerrexbron: yes14:15
rexbronjelmer: ok, and will the .push() method just work for pushing to a remote bzr branch, right?14:16
hersonlsnow the bazaar slackbuild has updated :D14:41
jelmerrexbron: yep16:52
Kamping_Kaiserhi all. i diffed two files, and one was (apparently) created 1970-01-01.  is this because it never existed?17:07
LeoNerddiff uses that to say it's a new file17:08
Kamping_Kaisercool. thanks for confirming that17:08
=== emgent_ is now known as emgent
* Peng gasps.17:40
Pengbzr-svn uses old-style classes?17:40
jelmeroldstyle being "class foo:" rather than "class foo(object):" ?17:41
PengYeah.17:45
jelmerI've fixed a bunch of them a couple of weeks ago17:46
jelmerIf you can still find any old-style classes in the 0.4 branch, please let me know :-)17:46
PengConnection and ConnectionPool in transport.py.17:47
jelmerthanks. It's a bad habit..17:49
jelmer(these were two classes I had added recently)17:49
PengConnectionPool.connections could also be a dict/defaultdict. Probably not worth the effort though.17:50
PengWoah, pylint really doesn't like bzr-svn.18:09
jelmerpatches welcome :-)18:10
PengIt's 3500 lines long!18:11
PengHeh, pylint triggers a DeprecationWarning of its own.18:14
Pengjelmer: "Your code has been rated at 4.20/10" :D18:15
jelmer:-/18:16
PengI've never used it before and didn't configure it.18:16
PengIt's very whiny. Did you know one of your classes has "too many" instance attributes?18:16
jelmerPeng: yeah - have you tried running it on bzr itself?18:22
PengHaha, no way.18:22
jelmerIt complains about any class that has more than 20 methods I think18:22
PengIt's slow too.18:22
PengSomething like that, yeah.18:22
PengIt complains about lots of things like that. Too many args, etc.18:22
MattCampbellSuppose I want to make a bzr branch from a given release of an open-source project that uses svn, e.g. Trac.  If I do "bzr branch http://svn.edgewall.org/repos/trac/tags/trac-0.10.4/", then make modifications to that branch, will someone then be able to merge those changes with a bzr branch made from svn trunk?18:29
MattCampbellI wonder because I know that svn doesn't have the explicit concepts of branches and tags as bzr does; it uses cheap copies for both.18:30
PengYou could try it, of course. :P bzr-svn should be smart enough to make the branches related, though.18:31
Pengjelmer: When are you planning to release the next version of bzr-svn?18:32
MattCampbellMy main fear with version control systems is always that I'll do something wrong at the beginning of a project, with regard to tree organization and the like, and never be able to cleanly recover from the mistake.  That's why I asked that question.18:34
datojelmer: uploaded18:53
jelmerdato: thanks!18:59
jelmerPeng, tomorrow hopefully18:59
Pengjelmer: Ok, cool.19:02
libwilliamI am working on a Bazaar Plugin for Anjuta and I am wondering if there is C bindings for Bazaar. I haven't seen anything online but thought if anyone knew if someone was working on it you all would know.19:44
MattCampbellA better idea would probably be to embed Python in Anjuta, write Python bindings for Anjuta's API's, and do the bzr integration from Python code running inside Anjuta.19:46
thatchlibwilliam: you can load libpython and call the apis directly19:46
MattCampbellI suppose this will be a perceived disadvantage of bzr compared to svn for a while; since svn is a bunch of C libraries, it's probably more attractive to third-party IDE/tool developers who aren't using Python already.19:48
libwilliamAlright I will look into that. I have never done something like that so unsure how easy it is, but gives me a good reason to learn.19:50
libwilliamthatch: is this similar to what you were talking about? http://www.linuxjournal.com/article/849719:58
thatchlibwilliam: yeah, that's what MattCaand I were suggesting19:59
libwilliamalright thanks, I will mess around with it19:59
awmcclainAnyone have any success compiling pycurl for leopard?22:48

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