=== AfC [i=andrew@office.syd.operationaldynamics.com] has joined #bzr === BasicOSX [n=BasicOSX@216-243-162-1.static.iphouse.net] has joined #bzr === herzel [i=herzel@gateway/tor/x-c1976f286381567c] has left #bzr [] === abentley [n=abentley@bas8-toronto63-1088754407.dsl.bell.ca] has joined #bzr === herzel [i=herzel@gateway/tor/x-b1ecb12d9a932322] has joined #bzr === edalytical [n=eddie@student5584.student.nau.edu] has joined #bzr [12:55] poolie_: ping === offray_ [n=offray@69.79.144.212] has joined #bzr [01:01] Hi all [01:03] I'm trying to use svn2bzr to convert a svn project to bazaar but I get two errors related with bzrlib: "ImportError: No module named bzrlib.branch" or "ImportError: No module named clone". I don't know how to deal with it. May be my version of bzrlib is not syncronized with svn2bzr, but I don't know which version is supposed to be. Any pointer to a solution? [01:06] offray_: I believe that the plugin called 'bzr-svn' is the solution recommended by the Bazaar hackers; you might try that [01:08] Is there any variant on commit that doesn't actually touch the working tree? [01:08] Er, revert. [01:08] lifeless, hi === BasicOSX [n=BasicOSX@216-243-162-1.static.iphouse.net] has joined #bzr [01:10] cory: Look at 'uncommit'. [01:11] AfC: Thanks. I will try, but it says that you can put bzr code in svn, but not convert from svn to bazaar. I will read mode [01:12] Odd_Bloke: I spoke poorly. For instance, the working tree might know that I have moved a => b. I want it to forget that so that I can, say, add b and remove a instead. [01:12] add b and remove a, that would be. Maybe I should stop talking. :P [01:13] I don't want to do anything with already committed revisions, like uncommit does. [01:13] cory: Why doesn't revert do what you want? === dewd_ [n=dewd@201009147182.user.veloxzone.com.br] has joined #bzr [01:13] umm... there is a svn-import wich seems to make the same that svn2bzr [01:13] Because revert will move the file back. [01:13] I happen to need it to not do that. [01:14] cory, do you mean revert --keep? [01:14] i mean, remove --keep [01:14] I think revert --keep is what I want. ;) === jml [n=jml@ppp121-44-213-76.lns1.hba1.internode.on.net] has joined #bzr [01:15] cory, you could file a bug asking for that === cory nods. Just wanted to make sure there wasn't something obvious I was missing. [01:16] Wouldn't rm/add do that? [01:16] Or even unexposed api that I could use. [01:16] Only if there's a bzr add --even-if-it-doesn't-exist [01:17] Huh? [01:17] Why would you want to add a file that didn't exist (and what would that even mean?)? [01:17] I want it to forget that I told it to move it, not to add it! [01:18] This is me fighting with perforce, really. [01:18] cory, so in this particular case [01:18] why not just do a reverse mv [01:18] OK, you're losing me... I thought you had the case "moved a to b", and wanted to change that to the case "rm'd a and added b". [01:18] poolie_: what time should I pop over ? [01:19] any time [01:19] ok [01:19] are you trying to call? [01:19] I'll head over shortly [01:19] i can't hear anything when i pick up [01:19] do you want to meet spivvo on the way? [01:19] I did try [01:20] it went to your voice mail both times [01:20] try ringing yourself perhaps. Is the spivster up ? [01:20] cory: there is a bzrlib api to add a file regardless of physical presence [01:21] cory: tree.add([paths] , [ids] , [kinds] ) [01:22] spiv: I'll be on the 10:30 from hornsby again [01:23] Oh, I have another issue...the smart server seems to like leaving locks around. :/ === igc [n=igc@ppp121-45-227-231.lns1.bne4.internode.on.net] has joined #bzr [01:25] morning all [01:27] cory, if you abort the operation, or even when it succeeds? [01:27] igc, hi [01:27] hi poolie_ [01:27] poolie_: From aborted operations, yes. I expected the server instance would clean up after itself after it loses its connection. [01:29] Running it through inetd...maybe it's terminated before it gets the chance. [01:31] bbiab [01:32] cory: any reason you chose not to run it as a daemon full time? [01:32] AfC: No special reason. [01:33] cory: (but I note that bzr+ssh := run a `bzr --serve` for one time use and seems to manage to last long enough to clean up after itself) === cypherbios [n=cyr@ubuntu/member/cypherbios] has joined #bzr === Demitar_ [n=demitar@c-212-031-182-147.cust.broadway.se] has joined #bzr === offray_ [n=offray@69.79.144.212] has left #bzr [] === elmo [n=james@83-216-156-21.jamest747.adsl.metronet.co.uk] has joined #bzr === mw is now known as mw|out === rml [n=Skippy@78.32.35.169] has joined #bzr [01:55] Doh, I'm getting sigpiped. [01:55] Mmm. Could be a diff. bzr+ssh probably gets sighup. [02:10] cory, there's a recent bug discussing how to do that better [02:46] New bug: #145027 in bzr "bad assertions in WorkingTree4._add" [Medium,Confirmed] https://launchpad.net/bugs/145027 === pete__c [n=pete@032-463-246.area7.spcsdns.net] has joined #bzr [02:52] As at which version did --trees become the default implied behaviour in `bzr init-repo` (ie, can I remove --trees from my instructions now?) [02:52] 0.15, I think [02:53] Anybody keeping up should be long past that, but there're probably still a notable percentage of people below it. [02:58] fullermd: oh, that's ok [02:58] fullermd: I actively encourage my users to be >= 0.90 [02:59] fullermd: I was just worried it was 0.18 or something, in which case I would have left the documentation alone [02:59] fullermd: thanks [02:59] I think I actually have a server with 0.14... [02:59] But that's 'cuz everything on it is outdated, and I'm just waiting to do it all in one swell foop, so not bothering to piecemeal. [03:00] What about --dirstate-tags ? Is it default as of 0.90? [03:00] 0.91, I think. [03:00] fullermd: shit [03:00] ok [03:05] How does one switch a repo between --trees and --no-trees? === Peng wanders off. [03:07] rm or touch still, I think. [03:07] .bzr/repository/no-working-trees [03:08] Or checkout / remove-tree? [03:08] repo / branch...never mind. === poolie [n=mbp@ppp112-44.static.internode.on.net] has joined #bzr [03:20] New bug: #145033 in bzr "need a command to switch a repository between trees and no-trees" [Medium,Triaged] https://launchpad.net/bugs/145033 [03:22] fullermd: a patch to reconfigure to do it would be good [03:23] Would be the reasonable place for it. [03:24] or maybe we should have gdb-like set/show commands === rml [n=Skippy@78.32.35.169] has joined #bzr [03:26] Wow, we're over half a million bugs in launchpad? ;) [03:28] 564043 isn't found... [03:30] fullermd: no, 145K [03:30] or perhaps I'm on crack [03:31] today's plan: review things (particularly from lifeless and poolie), then start on OSDC tutorial [03:31] knit repo formats tidyups will be first [03:35] lifeless: I'm aware. Hence the ;) for poolie's x-ref. === NamNguyen [n=namnt@203.162.163.50] has joined #bzr [03:44] igc: thanks [03:45] np [03:45] igc: I'm working on applying inventory deltas to the parent tree of a working tree === jelmer_ [i=jelmer@12.196.220.245] has joined #bzr === jelmer__ [i=jelmer@12.196.220.245] has joined #bzr === lifeless waits for jelmer________________________________________ === jelmer__ blames AT&T [04:03] sucky airport wireless === jelmer__ is now known as jelmer_ === edalytical_ [n=eddie@student5584.student.nau.edu] has joined #bzr === edalytical_ [n=eddie@student5584.student.nau.edu] has left #bzr [] [04:15] jelmer_: is there some historical reason why the viz window is titled "bzrk"? [04:16] schierbeck: yup, it used to be a standalone plugin called 'bzrk' [04:17] or 'bezerk' (if I got hte spelling right) [04:17] jelmer_: do you think it should be changed to something more descriptive? [04:17] like "branch history" [04:17] Agreed [04:19] schierbeck: yeah, that's probably a good idea [04:20] jelmer_: i'll make a branch for it [04:20] cool, thanks (-: [04:21] "branch history" is fine, right? [04:25] sounds good [04:25] or graphical log of URL [04:25] sorry, "Log of " [04:25] (because viz is a graphical log) === orospakr [n=orospakr@bas4-ottawa23-1088826643.dsl.bell.ca] has joined #bzr [04:34] lifeless: i'm not really fond of "log" [04:34] it struck me when i saw it in olive [04:34] "history" much better captures the purpose [04:35] perhaps it's just me [04:35] it usually is [04:41] I always find "unprintable" exceptions amusing, because "unprintable" was used in place of swear words in the Foundation series. [04:42] :) === igc food [05:07] schierbeck: on the other hand, 'bzr log' is the text command to get the same data [05:07] schierbeck: I don't have a strong opinion though; mainly showing the url would be nice. [05:10] lifeless: why not show the branch nick? isn't that more descriptive? [05:12] Why not just "bzr viz: $URL" [05:13] fullermd: i'd like it to be more human-readable [05:13] remember, it could be launched from nautilus [05:14] the user may not even know of the "viz" shorthand [05:15] schierbeck: The historical reason was that it was based on "gitk". [05:15] abentley: ok [05:15] but the users won't really care about that [05:17] i'm trying to find ways to streamline the viz, to make it less confusing to newcomers === herzel [i=herzel@gateway/tor/x-49a867d0d0d4e979] has joined #bzr === jml [n=jml@ppp121-44-213-76.lns1.hba1.internode.on.net] has joined #bzr [05:36] lol, looks like the git crew stole bzrk back, and made gitview. === tchan [n=tchan@lunar-linux/developer/tchan] has joined #bzr [06:18] now reviewing poolie's patch re safe_revision_id, etc. [06:20] abentley: did you see my post about reconcile where a file parent is a ghost? [06:20] Yeah. [06:21] I've created a separate branch for a particular release of my project. However, I now have a bug-fix branch which I need to apply to both branches without its application to the release branch also merging the features that have been added since the release branch was branched from trunk. What's the best way to go about doing this? [06:21] I guess I have a preference for sticking to the known facts. [06:22] The ancestry data in your knits should be derivable from the texts of the revisions and the texts of the inventories. [06:22] So I guess one issue is if we remove the parent the ghost is later filled in and it turns out that the data wasn't wrong after all, then reconcile will be introducing problems rather than fixing them. [06:22] But really, I'd rather sleep on it. [06:22] s/the ghost/and the ghost/ [06:22] Fair enough. [06:22] What problems? [06:23] That's why I wanted to check you'd seen then mail, so you had plenty of time to think about it :) [06:23] Well, just that the data is now "wrong", whereas if we'd never run reconcile in that case it wouldn't be. [06:24] Odd_Bloke: DAGgy it back to the branch point. [06:25] fullermd: DAGgy? [06:26] That's the term the mtn guys use for it. Catchy. [06:26] The theory in extremis is that you make the bug fix revision a child of the revision that introduced the bug; that way any branch that has that bug, can directly merge the bug fix. [06:26] In less extreme cases like this, just making it a child of some rev both branches have in common (the branch point being the obvious choice). [06:29] fullermd: OK, thanks. :) [06:29] Odd_Bloke: http://www.venge.net/mtn-wiki/DaggyFixes [06:39] spiv: My point is having knit data with too few ancestors doesn't produce many harmful results, while having knit data with too many ancestors does. === ..[topic/#bzr:poolie] : The Bazaar Version Control System | http://bazaar-vcs.org/ | Bazaar 0.91 is out - http://bazaar-vcs.org/Download | Please complete the Bazaar User Survey - http://www.surveymonkey.com/s.aspx?sm=L94RvLswhKdktrxiHWiX3g_3d_3d [07:09] Ooh. Purdy. [07:09] abentley: possibly gitview went via hg ? [07:09] yah for the 0.91 release! [07:10] abentley: it does produce harmful results - bzr log FILENAME dpeends on the index [07:10] AIUI [07:11] abentley: the harm in having ancestors that aren't validated, at the border to a ghost, is two fold- index, and text construction. Making a fulltext there addresses the text construction hole [07:11] The gitk man page says that gitview is derived from bzrk. Of course, it could be wrong. [07:11] oh cool [07:12] what version of gitk do you have ? [07:12] I was just looking at this page: http://www.kernel.org/pub/software/scm/git/docs/gitk.html [07:14] ah [07:14] Ubuntu would appear to be out of date, and networkmanager blows again === Kinnison [n=dsilvers@spoo.flarn.net] has joined #bzr [08:01] Oh, 0.91 is out! [08:03] Cool. === Peng wanders off. === pmezard [n=pmezard@nor75-4-81-56-59-92.fbx.proxad.net] has joined #bzr === zyga [n=zyga@ubuntu/member/zyga] has joined #bzr === BasicOSX [n=BasicOSX@216.243.156.81] has joined #bzr [08:21] bbiab === hdima [n=hdima@idealer.cust.smartspb.net] has joined #bzr === Slant_Laptop [n=scott@66-233-139-237.lew.clearwire-dns.net] has joined #bzr === AnMaster [n=AnMaster@unaffiliated/anmaster] has joined #bzr === Lo-lan-do [n=roland@mirexpress.internal.placard.fr.eu.org] has joined #bzr === AfC seems to remember showing lifeless the gitview sources in a deli in Railway Square one morning and you saying "ah ha", "they copied that from us", and "yes we have that its called bzr viz" === pmezard [n=pmezard@dhcp26-226.enst.fr] has joined #bzr [09:19] Y'know, there are some people who don't pass around source code in delis :p [09:20] (granted, they're people who live sad, colorless, wasted little lives. But still.) [09:22] AfC: sounds familiar === matkor [n=matkor@85.14.91.175] has joined #bzr [09:23] (sounds to me like the perfect opportunity for some propaganda on the bzr-gtk page) === mvo [n=egon@p54A67B72.dip.t-dialin.net] has joined #bzr === Slant_Laptop [n=scott@70.110.37.247] has joined #bzr [09:31] Am I correct in believing that `bzr serve` doesn't background itself? === pbor [n=urk@host113-46-dynamic.58-82-r.retail.telecomitalia.it] has joined #bzr [09:32] I think you are... though I've not tried, so for what that's worth... [09:33] AfC: Just running it here doesn't background it... [09:33] [I mean, you run it on the command line and it sits there in foreground, implying I need to use the otherwise frowned upon --background option to start-stop-daemon (which, itself, I frown on, but I was being a good sys admin and being lazy) [09:33] Odd_Bloke: yeah [09:43] Well then. `bzr branch http://...` takes 20m36s minutes, bzr branch bzr://...` takes 1m46s. Guess I'll run the server daemon full time now === AfC never did figure out how to get the transparent http redirect to bzr server working === mrevell [n=matthew@canonical/launchpad/mrevell] has joined #bzr === fog [n=fog@debian/developer/fog] has joined #bzr [09:57] Canonical staff: someone should put an expires header on http://bazaar-vcs.org/LogoOptions?action=AttachFile&do=get&target=Bazaar+Logo+2006-07-27.png ... its a bit ridiculous that you download it every page load [09:58] (of course, that's a stupid way to serve static files, but anyway) === poolie__ [n=mbp@ppp112-44.static.internode.on.net] has joined #bzr === thumper [n=tim@125-236-193-95.adsl.xtra.co.nz] has joined #bzr [10:00] AfC: yay moin [10:00] (If there _is_ a static file I can point at, I would be happy to) === poolie_ [n=mbp@ppp112-44.static.internode.on.net] has joined #bzr === AfC is really enjoying watching the Bazaar logo load again and again and again! [10:15] lifeless: wow, 'diff' seems slow with packs [10:16] http://rafb.net/p/EVQLD158.html [10:18] jelmer: there doesn't seem to be any bugreport of that push -> diverged branches bug, and it's hitting me atm [10:18] jelmer: are you aware of / working on it? [10:20] AfC: what's happening? [10:20] poolie_ do a [10:21] wget -S 'http://bazaar-vcs.org/LogoOptions?action=AttachFile&do=get&target=Bazaar+Logo+2006-07-27.png' [10:21] and note the lack of expires headers [10:22] (compare [10:22] wget -S 'http://www.operationaldynamics.com/images/logo/logo-130x167.jpg' [10:22] ) [10:22] poolie_: result is that each time I reload my blog as I'm authoring I wait a few seconds for the Bazaar logo image I've used to load. [10:23] ... that has knock on effect when aggregated on places like planet.* === Lo-lan-do suggests using HEAD rather than wget -S [10:23] (knock on load for you guys, that is) [10:23] Lo-lan-do: --spider would have worked too [10:24] Lo-lan-do: but HEAD is lwp and it does funny things sometimes [10:24] Whatever. The point is to see the headers [10:25] poolie_ a .htaccess would probably kludge-fix it if you don't have easy access to the virtual host config [10:25] poolie_ I can whip up the directives if they're not coming to mind easily === GaryvdM [n=chatzill@dsl-241-254-221.telkomadsl.co.za] has joined #bzr === Gacha [n=gacha@81.198.204.153] has joined #bzr [10:27] hi [10:27] can somebody explain me the difference of --trees and --no-trees [10:27] I'm reading the docs, but I dont get it :) [10:27] A branch doesn't have to have its files (a "checkout", if you will) present [10:28] Gacha: For instance, [10:28] in whitch case? [10:28] Gacha: http://research.operationaldynamics.com/bzr/java-gnome/mainline/ is a branch called 'mainline' in a repository in directory /bzr/java-gnome on that server, whereas [10:29] which has --trees [10:29] ... in other words, files are there [10:29] Gacha: in a case you never need those file because you're only serving a branch, like launchpad does [10:29] whereas [10:29] s/a/the/ [10:29] Gacha: http://research.operationaldynamics.com/bzr/java-gnome/hackers/andrew/treeview/ is quite "emtpy" [*] but contains a branch [10:30] * we actually want to change things so that a "THERE IS A BRANCH HERE" message appears [10:30] Gacha: /bzr/java-gnome/hackers is a different repository, and was created with --no-trees [10:31] Gacha: when you're working locally, you almost always want files present, so --trees [10:31] (which is the default now, according to conversation earlier today) [10:31] acf, we should probably just put the image on a static host somewhere and point to that [10:32] so with --no-trees files are keept in the main repo but not in the branch [10:32] is anyone aware of a branch of ezbzr still around? Nathaniel apparently removed everything from his site, and bzr release didn't make its way into mainline bzr [10:33] Gacha: the _revisions_ are kept in the repository (Which may be in .bzr, it may be in ../.bzr, whatever) [10:33] Gacha: whether there is a checkout of the files in that branch is what --trees influences [10:33] Gacha: like I said, you generally want files, and its default, so don't worry about it :) [10:34] ok, thanks [10:37] igc, are you still around? [10:37] yep === rml [n=Skippy@78.32.35.169] has joined #bzr [10:39] igc, i just commented on https://bugs.edge.launchpad.net/bzr/+bug/137449/comments/8 [10:39] Launchpad bug 137449 in bzr "status performance regression compared to 0.17" [Critical,Triaged] [10:39] i think that's why status looks so slow [10:40] so, do you think this is the likely cause, [10:40] and if it is, do you think it'll be hard for me to change the order in which the test components are run? [10:40] I agree with your assessment ... === asabil [n=asabil@ti0035a340-0469.bb.online.no] has joined #bzr [10:40] and have been meaning to make that change === Slant_Laptop [n=scott@CPE-76-178-155-79.natnow.res.rr.com] has joined #bzr [10:41] How can I have a directory inside my repo that is a branch from another repo, and will updates will pull from it? [10:41] it's not a large change but it's not a 10 minute one [10:41] Slant_Laptop: just branch it, and then pull changes in [10:41] it should work in the obvious way [10:42] however, at the moment you can't branch a subdirectory of a branch, if that's what you're talking about [10:42] poolie_: a sad workaround right now is, when running by hand at least, to run usertest on one tool ... [10:42] then run it again on another [10:42] you don't get the nice cross comparison of course [10:44] right, i was going to at least try that and see what happens [10:44] poolie_: I'm happy to make the change later this week if you don't get time ... [10:45] right now, I need to get my osdc tutorial together as the submission date is Sep 30 === Slant_Laptop_ [n=scott@pool-70-110-37-247.sea.dsl-w.verizon.net] has joined #bzr [10:46] Grr, that was annoying. [10:46] poolie_: So, if I already have a directory, "a/" that I did a bzr init in. [10:46] poolie_: Inside it, do a bzr branch http://blah [10:47] poolie_: If I cd into "a/blah" from then on and do a bzr update, it will merge in the upstream updates? [10:47] And if I do a bzr push from "a/" it'll push everything under a/ including a/blah? [10:48] Slant_Laptop_: no, it will only push a, you need to push a/blah separately [10:48] but i think there is a plugin (multipush?, maybe in bzrtools?) that will automate it [10:49] if you can't find it, please just ask the list [10:49] multi-pull is part of bzrtools [10:49] not sure about multi-push though [10:50] There is a multi-pull, but I don't see a multi-push. === igc food [10:53] So, no real solution to the problem? Grr, I don't want to do this in SVN. :-\ [10:54] Slant_Laptop_: there's experimental (yet) nested tree support being worked on, 0.92 I believe is the target. For now, you can use merge-into plugin [10:54] (I'm using it myself) [10:54] Slant_Laptop_: it will let you embed a branch inside another [10:54] lapthrick: It doesn't seem to be in my 0.90 copy. Do you have a link? [10:54] Slant_Laptop_: also, I'm working with SVN myself (which is why I know it), and there are bugs right now that prevent it from actually working [10:55] Slant_Laptop_: bzr plugins page links to it [10:56] Slant_Laptop_: you will need extra-recent bzr-svn (r716 or newer from http://people.samba.org/bzr/jelmer/bzr-svn/0.4/), but that has a problem of not being able to push into SVN (because there's some breakage which makes it think the branches have diverged) [10:57] Slant_Laptop_: you will also need https://bugs.launchpad.net/bzr-merge-into/+bug/144108 for merge-into to work === Slant_Laptop_ nods. [10:57] Launchpad bug 144108 in bzr-merge-into "Doesn't work with 0.90 -- no attribute 'base_is_other_ancestor'" [Undecided,New] [10:58] Slant_Laptop_: I hope jelmer will fix the push thing soonish, so that it'll work finally [10:59] Slant_Laptop_: other than that, it works very well, with the caveat that merging upstream changes that move files around (as opposed to just changing their contents) will trigger spurious conflicts, that's probably unfixable before the nested trees support lands in, rendering merge-into obsolete [11:00] Hmm, gotcha. [11:00] igc, yes, that seems to be the problem with status [11:00] so that's kind of nice === Slant_Laptop_ is now known as Slant_Laptop === allenap [i=allenap@nat/canonical/x-67d478ef5e2f3336] has joined #bzr [11:11] Oh, I forgot. 0.91 adds -c. Yay! [11:11] What -c? [11:12] bzr diff and other commands. [11:12] Oh, cool. [11:12] Although I prefer diff -u myself :-) [11:12] -c revision means changes introduced by that revision. [11:12] Oh, not *that* -c. [11:13] Ah. [11:16] Peng: h? How is that different from what diff normally does? === lapthrick checks to see if gutsy has 0.91 yet [11:17] lapthrick: Instead of having to do 'bzr diff -r 99..100', you can do 'bzr diff -c 100'. [11:17] ah [11:17] handy [11:17] Also useful when dealing with a huge revno from a bunch of merges. [11:17] I was annoyed by the -r99..100 thing [11:19] night all === Mez_ is now known as Mez === AnMaster [n=AnMaster@unaffiliated/anmaster] has joined #bzr === mvo [n=egon@p54A67B72.dip.t-dialin.net] has joined #bzr === gabe [n=gabriel@91.84.56.254] has joined #bzr [11:44] hi all === sabdfl [i=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has joined #bzr [11:52] Hi ! One can safely edit .bzrignore files ? I would like to remove some bad patterns from it ? TIA [11:52] matkor: Yes. [11:53] Thank you Peng ! [11:54] :D [12:01] jelmer: you have a new bug report awaiting [12:01] jelmer: I actually discovered that while trying to reproduce another bug I ran into in my test repo, where bzr missing shows extra local revisions, yet bzr push says nothing to push === asabil [n=asabil@62.70.2.252] has joined #bzr [12:03] jelmer: there's definitely something wrong going on with diverged branches logic, first is that "can't push, can't merge" bug, then is that "nothing to push" (which I ran into trying to create a minimal testcase for the push bug) [12:11] Hmmm From where I can download bzr-gtk 0.91.0 ? [12:13] matkor: I don't think there is bzr-gtk 0.91 [12:13] matkor: anyway, just grab it from the plugins page [12:14] oh wait, it is synced [12:14] matkor: https://launchpad.net/bzr-gtk/0.91/0.91.0/+download/bzr-gtk-0.91.0.tar.gz [12:15] lapthrick: Thanks ! === herzel [i=herzel@gateway/tor/x-4fdd64e038888fc7] has joined #bzr [12:23] lapthrick: do you have a ~ on gnome.org ? [12:23] pbor: unsure, I know I have an SVN account [12:23] no, that's unrelated [12:24] lapthrick: pushing there with bzr push sftp takes forever (I mean it's been running for three hours and it is not even 50% of 1/4) [12:24] I was wondering if it is normal or related to gnome.org [12:24] no idea [12:25] pbor: how big is the push? [12:25] if it's pushing afresh, then you want to use rspush instead [12:25] pushing with sftp to localhost took some minutes [12:25] lapthrick: the gedit repo, so pretty big === pbor tries rspush [12:26] does that accept --create-prefix ? [12:27] it is not mentioned in the help... [12:28] dunno [12:28] pbor: but it's a shitload faster, since it uses rsync [12:33] lapthrick: execept that I get a traceback :/ [12:34] bzr: ERROR: bzrlib.errors.ObjectNotLocked: is not locked [12:35] ugh? [12:35] pbor: no idea what it means, I never got it [12:35] bzr doesn't like me apparently [12:36] jelmer: I was able to pull command log out of .bash_history, it's now reported as https://bugs.launchpad.net/bzr-svn/+bug/145165 [12:36] Launchpad bug 145165 in bzr-svn "bzr missing reports extra revs, yet push says nothing to do" [Undecided,New] [12:37] pbor: well, look at it another way: we whack the bugs now so it's awesome later :) [12:38] pbor: also, I'd definitely report that one [12:38] lapthrick: yeah, I started reporting the bugs I am running into [12:39] speaking of which, before I report a bogus bug, is this request reasonable: [12:39] pbor: btw, you can just rsync the branch over, it will work just as well [12:40] pull, hack, [someone commits an unrelated change to svn] , merge, commit, push [12:40] now two revisions are pushed to svn [12:40] my hack [12:40] and the merge [12:41] could bzr be smart enough to avoid the 'merge' revision? [12:41] pbor: presumably your 'hack' included committing? [12:41] it's already in svn, that's where I pulled it from [12:41] mwh: sure [12:41] (sorry for omitting that) [12:41] i think the same would happen with pushing to a bzr repo then [12:42] yes, I do not think it is specific to svn [12:42] but it (IMHO) sucks a bit [12:43] i think a common pattern is "only merge to mainline" [12:43] it means that for instance I'll have all the commts to po files by translators twice in the history [12:43] eh, that probably doesn't make sense [12:43] well, if I do not merge into my tree it doesn't let me commit [12:43] but anyway, you seem to be asking for a situation where you have a revision in your branch [12:44] then after a push, that revision is _not_ in the target branch [12:44] that seems to violate a pretty important invariant... [12:44] mwh: I know, in fact I would be happy to avoid the merge if I could [12:45] mwh: what I am saying is that that revision is already in the 'upstream' branch [12:45] that's where I get it from [12:45] (because I am forced to) [12:45] but the result of the merge is a separate revision (what if there were conflicts?) === mwh wishes for a blackboard [12:46] heh [12:46] ok, but there weren't... I am asking if there is a workflow to avoid that: in fact (but I still have to try) I think I can do this: === jelmer_ [n=jelmer@m400f36d0.tmodns.net] has joined #bzr [12:47] keep two branches: one mirrors upstream [12:47] 'morning [12:47] pbor: besides, the merge results are only shown in the history of the branch that did the merge in the first place. When you commit, the upstream history will only have a revision that says "pbor: merged from upstream" [12:47] every time I want to commit I sync the mirror and then merge my hacking branch and then push [12:47] jelmer_: hiya, can you read jelmer's backlog? [12:47] pbor: right, i was going to suggest a different approach here... [12:47] jelmer_: I reported a couple of bugs [12:48] mwh: that should work but it's a bit of a PITA :-) [12:48] jelmer_: and I still have that diverged branches bug, except that I can't even do a merge to fix it [12:48] pbor says it doesn't happen for him in 0.4.3 tarball, I'm running r719 tho [12:49] pbor: well, in True Distributed Style (tm) you only should only merge to mainline and push when your branch is done (bug fixed, new feature working, etc) [12:49] pbor: actually, could you try if you get that bug with the latest rev of http://people.samba.org/bzr/jelmer/bzr-svn/0.4/ ? [12:49] if, in effect, you're using subversion to share your changes then yeah, it's a bit of a pain [12:49] lapthrick: which bug? [12:50] oh, got it [12:50] pbor: bzr push reporting that branches have diverged [12:51] lapthrick: mmm... I'll try it later, right now I have no pending changes to commit and I'd prefer to avoid bogus test changed in the upstream gedit svn repo [12:52] lapthrick: I am already waiting to flamed since my commit touched all the files :) [12:52] pbor: okay, as long as you remember to do it :) [12:52] pbor: hehe, because of bzr-svn? [12:52] yeah [12:52] how so? [12:52] no idea... probably the properties [12:53] pbor: it's only viewcvs that reports all files as changed [12:53] pbor: if you use 'svn log', you'll see there are only a few files changed by that commit [12:53] jelmer_: yeah, but I don't think viewcvs is psychic so something must have happened in the repo [12:54] :) [12:54] pbor: Replying to your bugreport atm [12:54] jelmer_: thanks! [12:54] jelmer_: I don't see the DivergedBranches bug reported anywhere (not in 0.4 anyway). should I go and create it? [12:57] lapthrick, which bug do you mean exactly? [01:01] ok, I'm off again - will reply to the bugs later today === pbor goes to lunch too [01:08] jelmer_: uh-oh, yet more bugs [01:10] New bug: #145170 in bzr "traceback doing rspush (bzrlib.errors.ObjectNotLocked)" [Undecided,New] https://launchpad.net/bugs/145170 === NamNguyen [n=namnt@cm38.delta196.maxonline.com.sg] has joined #bzr === cprov [n=cprov@canonical/launchpad/cprov] has joined #bzr === Solarion [n=solarion@cruftix.physics.uiowa.edu] has joined #bzr === fog [n=fog@debian/developer/fog] has left #bzr [] === niemeyer [n=niemeyer@200.140.230.150] has joined #bzr [02:31] so do people actually practice DAGgy bugfixes? Does it work well? [02:32] ( http://www.venge.net/mtn-wiki/DaggyFixes ) [02:33] lapthrick: i think, in practice, "no" [02:33] people don't do that [02:34] because it's a bother, or because it doesn't work? [02:34] because it's a bother [02:35] just my impression of course, both the bzr using projects i follow closely (bazaar and launchpad) have a pretty centralized model in some ways [02:36] (i.e. a mainline that contains or will contain almost everything interesting) [02:36] the kernel folks may have a different view === nocturn [n=nocturn@ubuntu/member/nocturn] has joined #bzr [02:39] Hi all [02:40] What is the difference between bzr merge and bzr merge --pull? In what circumstances do you use --pull? === Zindar [n=erik@stockholm.ardendo.se] has joined #bzr === herzel [i=herzel@gateway/tor/x-c63a44cec40ff208] has joined #bzr [02:48] nocturn: if the thing you're merging actually supersedes the current branch (ie has only got things that you don't have) then you can pull them in on top instead of the revision graph doing a zig-zag [02:48] nocturn: it's a shortcut [02:48] nocturn: equivalent to bzr merge && bzr commit && bzr pull [02:48] nocturn: frankly I don't bother anymore, in no small part because our 'mainline' has almost always moved on since the contribution [02:49] lapthrick: It often seemed to me that `bzr pull` should just do that automatically if it isn't a "needs [manual] merge" [02:49] seems a bit silly to have the question arise [02:49] AfC: somewhat, yeah === asabil [n=asabil@62.70.2.252] has joined #bzr [02:53] Hello. I have a problem and i'm kinda confused now. Maybe i'm missing something or so. I cannot push my repository to remote server. [02:53] This is what bzr says: [02:53] LPA:~/Projects/Repositories/bzr/bffrg ike$ bzr push bzr+ssh://ike@lu/repository [02:53] bzr: ERROR: Generic bzr smart protocol error: Permission denied: u'//repository': [Errno 13] Permission denied: '//repository' [02:54] lu is a server name that resolves, with /repository in its root directory? [02:54] And now - i can log into server 'lu' user 'ike' using my keys so. [02:54] Yes. Lu resolves. [02:55] But /repository doesn't exist. [02:55] Hm. [02:55] I get it. Thanks. [02:55] :-) [02:55] Sorry for trouble. [02:55] It's a bit ugly, actually: [02:55] we have things set up so that [02:55] http://research.operationaldynamics.com/bzr/java-gnome/mainline is equal to [02:55] bzr://research.operationaldynamics.com/bzr/java-gnome/mainline , but for writing (push) it is [02:56] bzr+ssh://centauri.lhr.operationaldynamics.com/export/web/com/operationaldynamics/research/bzr/java-gnome/hackers/andrew/treeview/ [02:56] which is unfortunate [02:56] Kinda. [02:56] the only workaround would be a symlink called bzr in /. Somehow that doesn't seem quite right. [02:57] No. That's too ugly. ike@lu/home/users/ike/repository is fine. [02:58] Hm. I still have an error. bzr: ERROR: exceptions.AssertionError: end of file reading from server. === bwinton [n=bwinton@mail.phantomfiber.com] has joined #bzr [03:00] Whole traceback : http://paste.debian.net/38066 [03:00] I'll try to figure this out, but if you guys have any suggestions - don't hesitate to tell. [03:00] :-) [03:02] Thanks lapthrick and AfC === allenap [i=allenap@nat/canonical/x-a99b1ed2450b703e] has joined #bzr [03:03] ike: you could upgrade to 0.91 seeing as how you're running your own code anyway [03:03] That'd be the usual start [03:12] was 0.91 released today? === mw|out [n=mw@189.146.13.202] has joined #bzr [03:16] what do I do to update the repo location in a --lightweight checkout [03:16] the repo moved [03:16] but I got uncommited changes so doing a new --lightweight checkout wouldn't be an optimal solution [03:18] AnMaster: 'bzr bind ' is probably what you want. [03:18] bzr: ERROR: Not a branch: http://url.here/ [03:18] and that url is the old location of the repo [03:18] Odd_Bloke, so it tries to bind the repo of the old checkout [03:18] this is a --lightweight checkout, not a full one [03:19] AnMaster: OK, try 'bzr unbind' followed by that command... [03:19] $ bzr unbind [03:19] bzr: ERROR: Not a branch: http://url.here/ [03:19] :/ [03:20] Odd_Bloke, any idea? [03:21] AnMaster: Hmm, those're all the suggestions I had. I don't really use lightweight checkouts in anger. :/ [03:21] AnMaster: try bzr shelve, then do a new lightweight checkout [03:21] lapthrick, that shelve also returns bzr: ERROR: Not a branch: http://url.here/ [03:21] I guess new checkout and then copy files over is the only way [03:22] lapthrick, there should be a way to repoint where the repo is if the repo has moved [03:22] lapthrick, like svn switch --relocate [03:23] AnMaster: there should be [03:23] oh right [03:23] AnMaster: there's bzr switch [03:23] which does that [03:23] Purpose: Set the branch of a lightweight checkout and update. [03:23] ah! [03:23] this may work [03:23] `bzr pull --overwrite` is a core command that will switch branches quite emphatically. [03:24] lapthrick, good but if the repo already moved it still tries to access the old repo first and fails [03:24] like happened now [03:25] there's a bug about that somewhere [03:25] vim .bzr/branch/ might work... [03:25] nano but hm [03:25] or emacs [03:25] this is not the important detail :) [03:25] (though, nano?? ew) [03:26] mwh, nano or emacs, but better just say $EDITOR [03:26] :) === statik [n=emurphy@189.66.188.72.cfl.res.rr.com] has joined #bzr [03:26] Ew, emacs. Stick with nano. ;) [03:27] eww nano and vi [03:27] Stick with Notepad! [03:27] (though I actually use nano for my commit messages, too lazy to set up $EDITOR) === Odd_Bloke doesn't have $EDITOR set but bzr still uses vim for my commit messages. === allenap [i=allenap@nat/canonical/x-be02892243c90e76] has joined #bzr === AnMaster mostly uses -m 'Message here' === statik [n=emurphy@189.66.188.72.cfl.res.rr.com] has joined #bzr [03:28] though: [03:28] $ echo $EDITOR [03:28] /usr/bin/emacs [03:28] :) [03:29] A bit hard to do good quality multi line messages with -m === sabdfl [i=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has joined #bzr [03:29] AfC, that is true [03:29] but well, it depends on how big changes you do [03:29] I have started using -mm for really minor commits [03:29] Typos and the like. [03:29] interesting in a repo (as in init-repo) [03:29] $ bzr st [03:29] bzr: ERROR: [Errno 2] No such file or directory [03:30] it should say like when it is not a branch or repo: [03:30] $ bzr st [03:30] bzr: ERROR: Not a branch: /some/dir [03:30] or maybe "not a branch, this is a repo) [03:30] or something like that [03:30] but the "no such file or directory" seems bad [03:32] Lo-lan-do: what's -mm? [03:32] Use "m" as a commit message? [03:32] that isn't very informative [03:32] As in "minor fix" [03:33] bzr ci -m 'Fixed typo' [03:33] or something like that is what I do [03:33] or even [03:33] bzr ci -m 'Fixed typo in log message in src/foo.c' [03:33] Well, I don't really need much information in commits on my blog entries. [03:34] blog? what do you mean? [03:34] what has blog got to do with bzr? [03:34] And I like important commits to stand out and not be drowned under big but useless messages. [03:35] I use ikiwiki for my blog. I edit articles on a local copy (it's an SVN checkout, but whatever), and the HTML gets generated and pushed online with a commit hook. [03:35] hm [03:35] interesting === luks [n=lukas@wired-201.fi.muni.cz] has joined #bzr === BasicOSX [n=BasicOSX@216.243.156.81] has joined #bzr === sabdfl [i=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has joined #bzr === Enquest [n=Enquest@d54C28B91.access.telenet.be] has joined #bzr [03:42] I don't understand the how to publish my webproject === allenap_ [i=allenap@nat/canonical/x-65bb68ad8b2f3996] has joined #bzr === bac [n=bac@canonical/launchpad/bac] has joined #bzr [03:43] I try to use the push command but it only creates a .bzr file in the destination dir === bwinton [n=bwinton@mail.phantomfiber.com] has left #bzr [] === schierbeck [n=daniel@disko.egmont-kol.dk] has joined #bzr [03:43] Enquest: You'll need to also checkout a working directory there. [03:43] p [03:44] What is the difrence then? [03:45] why use push then? [03:45] Enquest: At the moment, you have pushed the branch and repository, which is enough for a branch which is just being served. If you also want the contents reconstituted there, you need to create a checkout (look at the push-and-update plugin at https://launchpad.net/bzr-push-and-update/). [03:47] is the bazaar server down... No response of the website? [03:48] the canonical data centre is having a bad day, it seems [03:48] :( [03:49] it seems the ubuntu forums are shot away, at least for me [03:49] :( === statik [n=emurphy@189.66.188.72.cfl.res.rr.com] has joined #bzr === statik [n=emurphy@canonical/launchpad/statik] has joined #bzr === lazy1 [n=tebeka@208.77.235.2] has joined #bzr === mwh [n=mwh@62-31-157-102.cable.ubr01.azte.blueyonder.co.uk] has joined #bzr [03:52] how do I deploy my website in best. Know that some info changes... like some PATH info and mysql settings ? [03:53] What is the best way to avoid every update to my website changing those paths [03:56] use relative paths where possible? [04:03] mwh: it's upstream ISP, not the data centre itself, afaik [04:04] sabdfl: ah right === BasicOSX [n=BasicOSX@216.243.156.81] has joined #bzr === mw|out is now known as mw [04:34] is ther eanywhere that I can show someone an example of bzr#'s "much better branching and merging" to try and convionce the people ar work regarding it? === pmezard [n=pmezard@dhcp26-226.enst.fr] has joined #bzr === bac_ [n=bac@cpe-065-190-191-245.nc.res.rr.com] has joined #bzr === asabil [n=asabil@62.70.2.252] has joined #bzr === bac_ is now known as bac === bac_ [n=bac@cpe-065-190-191-245.nc.res.rr.com] has joined #bzr [05:06] argh, "bzr log |head" in gutsy causes a crash report dialog to pop up :\ [05:07] lapthrick, mwh: I daggy sometimes, when I think there's a good chance it'll be useful. Not as a reflex, though. === bac_ is now known as bac === cprov is now known as cprov-lunch === pmezard_ [n=pmezard@dhcp26-226.enst.fr] has joined #bzr === lazy1 [n=tebeka@208.77.235.2] has left #bzr ["Leaving"] === orospakr [n=orospakr@132.213.238.4] has joined #bzr === jelmer is now known as jelmer_ === jelmer_ is now known as jelmer [05:43] radix, shouldn't it simply dump core? [05:44] <-- not ubuntu user [05:44] but "crash report dialog" sounds too much like windows for me [05:44] AnMaster: well, the issue is that "bzr log |head" raises an exception in bzr now [05:45] it's an old bug that was fixed and seems to have regressed back [05:45] radix, that sucks, but what I wondered about was why it simply doesn't dump core / traceback, why a *dialog* poping up for it [05:45] that would only work inside X [05:45] breaks horribly if you aren't running X atm [05:46] AnMaster: forget the dialog :) [05:46] AnMaster: it's not related to bzr [05:46] radix, I use freebsd mainly, a dialog poping up sounds way too much like windows [05:46] AnMaster: I'm sorry you feel that way [05:47] radix, thanks for the warning though, I will avoid ubuntu now, I prefer to work from command line [05:47] :) [05:47] (but indeed this isn't a flamewar channel) [05:47] fwiw, nothing bad happens if you're not in X [05:47] that is at least a good thing, but even in X I prefer getting a core dump / python traceback [05:47] you still get those. [05:48] I will stay with FreeBSD, slackware and gentoo :) [05:50] radix: hm, I don't get an exception with bzr.dev [05:50] ah [05:50] but gutsy is closed [05:50] maybe it was refixed [05:50] 0.90.0 seems to be raising the exception [05:50] right, here too [05:51] but 0.91 not [05:51] cool === rml [n=Skippy@78.32.35.169] has joined #bzr [05:56] radix, um on gentoo with 0.90.0 bzr log | head does NOT cause any traceback [05:57] and there is almost 500 revs in this project [05:58] $ bzr --version [05:58] Bazaar (bzr) 0.90.0 [06:01] jelmer: "if you would like to avoid this, use the 'rebase' command, which makes sure history stays linear"... I can't see any rebase command, can you give me a link? [06:01] pbor: It's an external plugin === pbor looks [06:01] thanks Lo-lan-do === statik [n=emurphy@189.66.188.72.cfl.res.rr.com] has joined #bzr [06:03] whooo... that looks *really* interesting [06:06] I guess that it would allow me to adapt my workflow with svn [06:06] I just need to rebase before pushing [06:06] so that I do not need to merge the translator chnages === GaryvdM [n=chatzill@mtngprs5.mtn.co.za] has joined #bzr [06:08] jelmer: so if I understand correctly, the fact that all the files where "touched" is due to the fact that there was a commit to svn between the time I pulled and the time I pushed? So if did rebase before pushing I would have avoided the problem with viewcvs? === p4tux [n=p4tux@189.169.63.170] has joined #bzr === dpm [n=dpm@p54A11CDC.dip0.t-ipconnect.de] has joined #bzr === cprov-lunch is now known as cprov [06:45] pbor: The rebase plugin is listed on the plugin page [06:45] pbor: the fact that you merged upstream at some point causes the problem [06:46] jelmer: so if I rebase instead of merging I avoid the issue [06:46] yep [06:46] neat [06:46] Hmm. Would that apply to me too? [06:46] I'd recommend using the 0.1 version of rebase though, current trunk is a bit unstable === schierbeck [n=daniel@disko.egmont-kol.dk] has joined #bzr [06:47] jelmer: will rebase in the future also allow to "squash" changeset together? [06:49] pbor: not really... why would you want to do that? [06:51] pbor: you will be able to do that with pure bzr soon. [06:52] jelmer: suppose on the branch I have two changesets: "Implement feature X" and "ops fix compilation", now when I want to rebase it against the main repo I want also to just have one changeset and "delete" the typo from the history [06:52] james_w: awesome === fog [n=fog@debian/developer/fog] has joined #bzr === marianom [n=marianom@ubuntu/member/marianom] has left #bzr [] === p4tux [n=p4tux@189.169.63.170] has joined #bzr === jamesh [n=james@canonical/launchpad/jamesh] has joined #bzr === Vernius [n=tomger@p508AE685.dip.t-dialin.net] has joined #bzr === GaryvdM [n=chatzill@196.11.241.41] has joined #bzr === rml [n=Skippy@78.32.35.169] has joined #bzr === p4tux [n=p4tux@189.169.63.170] has joined #bzr === jamesh [n=james@canonical/launchpad/jamesh] has joined #bzr === phanatic [n=phanatic@dsl5402BAFE.pool.t-online.hu] has joined #bzr === fkumro [n=fkumro@pool-71-186-136-74.bflony.east.verizon.net] has joined #bzr === p4tux [n=p4tux@189.169.63.170] has joined #bzr === jamesh [n=james@canonical/launchpad/jamesh] has joined #bzr === pmezard [n=pmezard@nor75-4-81-56-59-92.fbx.proxad.net] has joined #bzr === Mez_ [n=Mez@ubuntu/member/mez] has joined #bzr === duckx [n=Duck@tox.dyndns.org] has joined #bzr === Mez_ is now known as Mez === Mez_ [n=mez@ubuntu/member/mez] has joined #bzr === jamesh [n=james@canonical/launchpad/jamesh] has joined #bzr === cypherbios [n=cyr@ubuntu/member/cypherbios] has joined #bzr === jamesh [n=james@canonical/launchpad/jamesh] has joined #bzr [10:06] Hi phanatic [10:08] hey Gacha [10:08] heh [10:08] sorry [10:08] GaryvdM :) [10:09] I can't decide what I want to work on next [10:09] Either [10:09] https://blueprints.launchpad.net/bzr-gtk/+spec/gannotate-viz-integration [10:09] https://blueprints.launchpad.net/bzr-gtk/+spec/viz-pending-merges [10:09] or [10:09] https://bugs.launchpad.net/bzr-gtk/+bug/127734 [10:09] Launchpad bug 127734 in bzr-gtk "Progress bars as widgets" [Medium,Triaged] [10:10] GaryvdM: fixing the progress bars would be really awesome [10:11] Right thats what I'll do, but I need some clarification on what we want :-) [10:11] I thnk I'm going to flesh out a blueprint before I start coding... [10:12] you guys work on the gtk ui? === lifeless [n=robertc@ppp245-86.static.internode.on.net] has joined #bzr [10:12] Yhea === pbor noticed some buglets [10:12] pbor: yep, feel free to report them, we're actively squashing bugs ;) [10:13] well, not bugs but things that could be better wrt to gtk [10:13] GaryvdM: cool. the basic idea is to fix the progress bars. now they are 1) ugly 2) don't close automatically === duckx [n=Duck@tox.dyndns.org] has joined #bzr [10:14] pbor: please share your thoughts with us === jamesh [n=james@canonical/launchpad/jamesh] has joined #bzr [10:14] And it would be nice if they we intragrated in to the existing ui? [10:14] like the gstatus missing the proper shadow type in the scrolled window and having a horizontal separator that should not be there [10:15] or why visualise doesn't use a toolbar dor the back/forward buttons at the top [10:16] GaryvdM: exactly, now they are separated a bit === BasicOSX [n=BasicOSX@216-243-162-1.static.iphouse.net] has joined #bzr [10:16] Cool [10:16] gmissing is particularly ugly with those frames [10:16] pbor: these are still bugs in my opinion :/ === Mez [n=Mez@ubuntu/member/mez] has joined #bzr [10:17] I guess my eye is too used to the HIG-police :) [10:18] yeh, i'm pretty sure that there are quite a few HIG-unaware stuff unfortunately === GaryvdM starts reading HIG section on progress windows and bars [10:23] for prgress bars the easiest thing is probably put it in a statusbar [10:24] unless you want to do something fancy as gedit message area [10:24] but you'd need to redo that widget from scratch in python [10:25] Sorry - I have now idea what the gedit message area looks like [10:25] I work mostly on windows... [10:25] GaryvdM: open a file long a few pages in gedit and do print preview [10:26] ah ok === BasicMac [n=BasicOSX@warden.real-time.com] has joined #bzr [10:27] GaryvdM: something like http://www.gnome.org/~paolo/screenshots/new_mdi/open-progress.png [10:27] (that screenie is a bit old) [10:27] Thats cool. [10:29] That would better for something like gcommit where we need to cater for both olive and gcommit. [10:29] yep [10:30] btw, the olive toolbar doesn't respect my toolbar settings [10:30] And I think some operations might meret a Checklist Window. === pbor vanishes... later guys [10:31] pbor: thanks for you valuable comments === bialix [i=chatzill@77.109.16.188] has joined #bzr [10:32] "``Transport.should_cache`` has been removed." is listed twice in NEWS for 0.91rc1 or whatever, undder both "API breaks" and "Testing". [10:33] hi people === jkakar [n=jkakar@204-174-36-45.dhcp802.dsl.ucc-net.ca] has joined #bzr [10:34] jelmer, siretart: I uploaded bzr 0.91 and bzr-gtk [10:35] james_w: I'll do bzr-builddeb tomorrow [10:36] dato: thanks. [10:38] phanatic: in notify.py it should be self.zeroconfserver.run() rather than .start() [10:40] james_w: thanks, but i don't really know that part of the code, since it's pretty new, and i still couldn't catch up with that part (i was away on a soc duty with gnome) [10:41] I've tested the fix, it was just late, and seemed a little trivial for bug report/patch. Are you ok to just make the fix? [10:43] sure, thanks again! [10:44] no problem. === Mez [n=Mez@ubuntu/member/mez] has joined #bzr [10:51] dato: thanks! === jrydberg [n=Johan@c80-216-246-123.bredband.comhem.se] has joined #bzr === bialix [i=chatzill@77.109.16.188] has left #bzr [] === jamesh [n=james@canonical/launchpad/jamesh] has joined #bzr === BasicOSX [n=BasicOSX@warden.real-time.com] has joined #bzr [11:25] jelmer: 06:01 < jdub> lifeless: that whole svn-upgrade problem still exists -- no bzr-rebase in the repos, so can't do anything with bzr-svn atm [11:29] james_w: are you aware of pull --merge ? === bratsche [n=cody@adsl-68-94-47-188.dsl.rcsntx.swbell.net] has joined #bzr [11:32] Hi guys, I might have a small but annoying bug here.. or maybe I'm doing something wrong. [11:33] I do: bzr diff -r ancestor:url-to-my-ancestor-branch [11:33] It works fine if that url starts with sftp:// but it fails and crashes bzr if that url starts with bzr+ssh:// [11:33] lifeless: do you mean `merge --pull`? [11:33] Is there something obvious I'm doing wrong, or is this a bzr bug? [11:35] dato: something like that; james wrote a bzr-for-git page, and it says that we always do a commit to merge branches where git does, but this is bogus. Git simply chooses not to do a merge some of the time. [11:35] and we have that as an option - merge --pull [11:35] s/does/does not/ [11:35] bratsche: I think its a bzr bug [11:36] lifeless: Seems like maybe the + is confusing the commandline arg parser, but I'm not sure. [11:36] 0 [11:36] bratsche: could be [11:36] bratsche: file a bug ? [11:36] Okay, sure. [11:37] Where is bzr's bug tracker? [11:37] lifeless: yess, why? [11:37] https://launchpad.net/bzr/ === Demitar [n=demitar@c-212-031-182-147.cust.broadway.se] has joined #bzr [11:38] Thanks [11:38] lifeless: ah, I see now. I'll update the page. [11:38] james_w: you say that 'merges in bzr require a commit regardless of conflicts'. Its not clear to me whether you are talking about git fast-forward, or if git automatically does a commit for you ? [11:38] if you are talking about fast-forward, thats actually a case of skipping a merge, rather than not requiring a commit [11:39] yeah, it also automatically commits when there are no conflicts, so both need to be highlighted. [11:39] if you are talking about git doing a commit for you, thats dangerous (because textual conflicts are not a good indicator of semantic conflicts), and its worth noting why we don't autocommit there [11:39] (there was a thread on the hg list about exactly the same behaviour just this week) [11:41] yeah, I was trying to avoid editorialising, I got a bit close with the left hand parent discussion, but it's obviously an evolution, so we can decide whether to include that there, or have another section for some 'why we think bzr is better' comments. [11:42] ok, so concretely then ... [11:42] we can fast forward === dewd [n=dewd@201009147182.user.veloxzone.com.br] has joined #bzr [11:43] so how it feels different can say 'bzr will fast-forward merges if you supply --pull' [11:43] (rather than by default) [11:43] but when it cannot fast forward it requires a commit be done [11:43] or someting like that [11:44] we don't want a page that a git user that things git is just perfect can point at and say 'look at all the differences, thats why I don't use bzr' [11:44] mmm, I think I'm saying 'vive la difference' [11:45] excuse the mangled french :) [11:47] bbiab [11:48] yeah, I'll clean that page up. [11:51] New bug: #145383 in bzr "bzr fails with diff -r ancestor:bzr+ssh://branchname" [Undecided,New] https://launchpad.net/bugs/145383 [11:56] does ubotu announce bzr-svn bugs too? === Gwaihir [n=Gwaihir@ubuntu/member/gwaihir] has joined #bzr [11:57] lifeless: sorry about that, it's still on my todo list [11:57] lapthrick, no[e [11:57] s/[/p/