[02:37] <\u03b5> Ummm, how do I undo either unshelving or merging? [02:37] <\u03b5> bzr unshelve slipped out of my fingers before I committed a merge [02:39] \u03b5: with a bit of difficulty :/ [02:39] <\u03b5> I begin to suspect that :-) [02:39] \u03b5: I think the simplest way is something like do the merge again in a fresh tree, then the diff between the two trees is the change you unshelved [02:40] <\u03b5> good idea! [02:40] \u03b5: so perhaps make a fresh working tree, do the merge there, and commit it [02:40] hi spiv [02:40] \u03b5: then just just copy over the files from the other tree (or you might even be able to 'bzr merge --uncommitted' from it) [02:40] \u03b5: or something along those lines [02:41] <\u03b5> I get the idea, thanks :) [02:41] Hi poolie! [02:45] <\u03b5> yep, bzr got the hint with merge --uncommitted [02:49] <\u03b5> well, thanks again [05:22] Good morning! I'm just thinking about bzr log and its --include-merges option. What it actually does is not so much about the merges themselves, i.e. the commits with two parents, but instead about the sidelines, i.e. the commits not in the left-parent-only mainline. So I wonder whether that option should be renamed to --include-sidelines, with the old name kept for compatibility but not advertised through help any more. [05:25] The main reason I'm thinking about this is because I believe it would make sense to have an option --exclude-merges or --without-merges that would omit any merging commit, i.e. those commits that have two parents. The rationale being that usually the merges contain little actual modifications, whereas the non-merging commits contain the changes. So especially for a change log it would be useful to only have the non-merging commits to document what c [05:26] But having two options, --include-merges and --exclude-merges, which don't do the opposite of one another and which are even expected to be used together would be very confusing indeed. And I believe that calling the two-parent-commits "merges" makes more sense than calling the sidelines "merges", so if you agree, I'd rather change the name of the current option. [06:41] oh! Et tu Spiv? [06:41] congrats :-) [06:55] I'll freeze 2.4.1 today, if you have objections, yell ;) [07:34] hi mvg, vila [07:34] hey ! [07:34] oh, hi MvG ! [07:34] Hi there! [07:35] mvg i think the feature basically makes sense [07:35] of course for some branches of some projects, like bzr, everything will be a merge [07:35] you could change it to --include-merged [07:35] though perhaps a one-character difference is confusing in other ways [07:35] poolie: I'd have it --include-sidelines by default, overridable. [07:36] i mean rather than 'sidelines' you could call them 'merged' [07:36] Ah, sorry, my misunderstanding. [07:37] Hmmm. Rather asking for confusion, without giving any benefits, as any form of backwards compatibility depends on no change at all. [07:37] So if you have to change it, it doesn't matter by how much. [07:37] And I believe "sideline" is the well established bzr term for these things, right? [07:49] By the way: can you reproduce bug #842695, or is there something broken in my local clone? [07:49] Launchpad bug 842695 in Bazaar "log --include-merges apparently prints unrelated commits" [Undecided,New] https://launchpad.net/bugs/842695 [07:50] In other words, do you get the same unrelated commits, or do you get the ones I'd have expected? [08:02] we do call them 'mainline' [08:02] not specifically 'sideline' that i've heard, or not so commonly [08:02] but it's probably a pretty good name for it [08:06] mvg, so regarding bug 842695 [08:06] Launchpad bug 842695 in Bazaar "log --include-merges apparently prints unrelated commits" [Undecided,New] https://launchpad.net/bugs/842695 [08:07] yes? [08:11] sorry, phone [08:11] so john seems to be saying that if you don't give --include-merges [08:12] it tells you about the nearest inclusive mainline commit [08:12] which i think is reasonable [08:12] otherwise --no-include-merges would tend to print nothing [08:12] it does mean it's more than just filtering though [08:12] so then there are two questions [08:12] - is it getting it wrong [08:12] and is a better behaviour possible [08:31] morning all === jam2 is now known as jam [08:44] jam, can pqm-submit work with a non-local source branch? [08:47] poolie: IIRC that's what spiv change was about months ago, --ignore-local and --public-location ? [08:48] poolie: i've never tried the non-local thing [08:48] I generally copy it and use --public-location [08:48] but I think vila has a point [08:48] poolie: revno 61 in the pqm plugin [08:48] if you --ignore-local it shouldn't care [08:50] arf, and this revno introduces a StackedConfig in pqm-submit... jelmer, yet another use case for stacks [09:22] so do we have a shiny new PQM? [09:29] hi jam, i'll try to reply about metadir/colo stuff later [09:29] i'm inclined towards having it in trunk though [09:29] but i'll try to explain this [09:29] or to catch you to talk about it [10:00] Riddell: not yet, mthaddon is working on it, auth issues (see #launchpad-ops) [10:09] poolie: Sorry, read your reply only now. Wrt bug 842695: when listing mainline commits only, it is doing the right thing. It is only when including sidelines that it somehow selects completely wrong commits, which apparently have nothing at all to do with the path specification given as an argument. [10:09] Launchpad bug 842695 in Bazaar "log --include-merges apparently prints unrelated commits" [Undecided,New] https://launchpad.net/bugs/842695 [10:10] I guess it's somehow related to the fact that the dir was once a separate branch which was later joined, but that in itself isn't enough for a test case reproducing this. [10:11] vila: I'm not opposed to stacks, I like them. I don't see the use case for a stack registry yet though [10:11] jelmer: right *yet* is probably the key word here ;) [10:44] jelmer: liaise with mthaddon if your current pqm submission fails or exhibit any weird behavior, you're on the new pqm \o/ [10:58] vila: I can tell, it's fucking quick [10:58] :) [10:59] jelmer: and that's without /tmp as tmpfs nor --parallel :-D [11:03] it's succeeded [11:03] I'm about to go to lunch, but after lunch will get tmpfs set up and log syncing sorted [11:04] mthaddon: Thanks *very* much for setting that up! [11:04] you're welcome [11:04] now if launchpad would just update https://code.launchpad.net/~bzr-pqm/bzr/bzr.dev .... === ccxCZ_ is now known as ccxCZ [11:22] mthaddon: bzr missing tells me jelmer's patch has landed [11:23] yeah, Launchpad has now picked it up as well [12:23] jelmer: is the fix for bug 842993 a real bug fix or rather an improvement? [12:23] Launchpad bug 842993 in Bazaar "reconfigure silently ignores one of two requests" [Medium,Triaged] https://launchpad.net/bugs/842993 [12:35] Sinde when does bzr accept translations on lp? Thinking about doing a bunch of German ones... [12:36] MvG: since yesterday [12:36] I haven't made an announcement yet [12:37] but go ahead, it would be good to have a real language to test with, and keep an eye out for problems which can be reported to me [12:44] Reasonable positions for line wraps are hard to decide in the LP UI with its variable-width font for the translation boxes... [12:44] Fixed width for both original and translation and boxes at 80 cols would be better. [12:48] Ah, as I'm not an official LP translator, I can only make suggestions, but they don't count as translations, even in the absence of official translations. Well, so be it. [12:49] I was strongly advised to set that else the quality of translations is very poor [12:49] I'm sure it can be hard for you to join the translations team [12:50] you could also just translate the .pot file directly [12:57] MvG: either way, it's a good change :) [12:58] MvG: I'm not sure if it should be for IMPROVEMENTS or BUG FIXES, up to you [12:58] how upset were you when it didn't do what you expected ? :) [13:01] Not at all upset about it not doing the stuff I wanted, but rather annoyed about it not printing any warning. After all, I expect commands to either succeed ot tell me about it. Pushed it as a bug now. [13:03] Riddell: Joining the team isn't an option, otherwise I'd feel obliged to do more translations than I can reasonably afford. I'd rather write useful apps in that time. [13:03] I won't do a full translation of bzr for the same reason, but will see how far I get. [14:11] jelmer: do you need another merge proposal to merge the release notes from lp:~gagern/bzr/bug842993-reconfigure ? [14:11] MvG: please === mnepton is now known as mneptok === shadeslayer_ is now known as shadeslayer === deryck is now known as deryck[lunch] === deryck[lunch] is now known as deryck [17:10] hey guys, i can never remember the syntax for doing this.. i want to revert out a single revision that is not HEAD [17:10] it's not just bzr revert -r 36 is it? [17:10] given rev 36 is the one i want to pull out [17:11] To remove only some changes, without reverting to a prior version, use [17:11] merge instead. For example, "merge . --revision -2..-3" will remove the [17:11] changes introduced by -2, without affecting the changes introduced by -1. === beuno is now known as beuno-lunch === beuno-lunch is now known as beuno === Meths_ is now known as Meths [22:46] hi all [23:13] hey jelmer