[04:26] hi jelmer [04:26] what's up? [05:18] Hello [05:19] Is there a way for "bzr log -p" to display diffs using specific diff flags? [05:24] In particular I want diff -p === spiv_ is now known as spiv [05:51] hmmm I'm trying to do "bzr diff -cREV1 -cREV2" to get a diff containing various sparse changes, but it seems it doesn't understand that === gthorslund_ is now known as gthorslund [06:48] hell o guys ! [07:12] when i click on the icon before modified items in the overview, the diff window briefly opens and closes immediately.. on the console i get: bzr: ERROR: Path(s) are not versioned: __init__.py [07:12] ^ bzr explorer [07:19] I've got a problem, I made a mistake a switched to a repo I didn't want to. So, I removed the directory. But now, bzr considers I'm still in the repo... [07:20] thibaut@thibaut-VirtualBox:~/OpenERP 6/Logica/addons-opas$ bzr status [07:20] bzr: ERROR: Not a branch: "/home/thibaut/OpenERP 6/Logica/addons-opas/trunk/". [07:20] Of course, the trunk/directory is deleted [07:20] I'm using a colo-branches repo, but switch to colo:xxx doesn't work [07:21] Like if my repo was broken. How can I change the branch I'm currently in ? [07:25] (Trying to bzr switch somewhere else give me the same error: Not a branch) [07:41] Merwin: did you try the '--force' parameter for switch ? [07:41] vila: I'll try [07:42] It works, thank you ;) [07:46] Merwin: great [07:47] vindolin: make sure you use the latest versions of bzr/qbzr/bzr-explorer and if the problem persists, file a bug: http://pad.lv/fb/bzr-explorer [07:47] maxb: bzr -2.4.0 all over the place ? \\0 \o/ 0// [07:49] jelmer: so, https://bugs.launchpad.net/bzr-svn/+bug/826946 is still a blocker ? [07:49] Ubuntu bug 826946 in Bazaar Subversion Plugin "Commit to svn repo completes, but repo is not updated" [Critical,Triaged] [07:51] morning all [07:52] hi jam ! [09:18] vila: ? [09:19] maxb: celebrating 2.4.0 in the stable ppa ;) === mrevell_ is now known as mrevell [09:40] sigh, just had a kernel panic. It's been a while since I've seen one of those. [09:48] * vila kills a goat [09:48] vila: :) [09:50] jelmer: so, https://bugs.launchpad.net/bzr-svn/+bug/826946 is still a blocker ? [09:50] Ubuntu bug 826946 in Bazaar Subversion Plugin "Commit to svn repo completes, but repo is not updated" [Critical,Triaged] [09:51] vila: yes, I have a better idea of what's happening there now though [09:51] * vila nods [09:51] I've read your last comments [09:51] jelmer: any help needed ? [09:53] any suggestions on what's actually happening would be most welcome :) [09:55] ha, that's harder :-/ [09:56] you said 'http-specific', any details ? [09:57] not at this point [09:57] it just seems like all revisions are pushed with empty details [09:58] in theory the external users of the svn library shouldn't really care about the transport, but in practice there are a couple of quirks [09:58] the bzr-svn testsuite only uses file:// === mrevell_ is now known as mrevell === zyga is now known as zyga-siesta [12:48] Is there a way for "bzr log -p" to display diffs using specific diff flags? [12:57] jimis: not that I know of from the command line, writing a plugin to define a specific log format will give you access to all the control you want though === Riddell changed the topic of #bzr to: current topic is: Bazaar version control | try https://answers.launchpad.net/bzr for more help | http://irclogs.ubuntu.com/ | Patch pilot: JAM === med_out is now known as medberry [13:23] Hey guys, when using Bazaar Explorer to merge using meld on Ubuntu, when I save my .THIS file. Am I doing something wrong ? WHich one will be my "final" file ? [13:23] I'm using meld to do the merge [13:23] Opps, some words are missing : When I save my file with meld, merge markups are not removed from the file. [13:24] So, maybe I'm not editing the good one, which one should I edit ? [13:25] hi Merwin [13:25] hi jelmer :) [13:25] Merwin: I think you need to edit the regular file using meld, but I'm not entirely sure (I don't have experience with meld) [13:26] What do you use ? If you have a better tool, lemme know ! [13:28] Currently, Meld opens a 3-file view, with .BASE, .THIS and .OTHER. I'm editing the .THIS file. [13:29] Merwin: I just use a regular editor to resolve conflicts [13:30] s/use/using/ [13:30] ok [13:39] jelmer: I don't understand. From what I read here : http://doc.bazaar.canonical.com/latest/en/user-guide/resolving_conflicts.html#resolving-a-conflict we have to edit the three files [13:39] Why would I do this ? [13:42] Merwin: you don't have to edit the tree files [13:43] Merwin: you can either edit the main file and resolve the conflicts there, overwrite it with .OTHER or .THIS (if you want to keep one side of the merge only),) [13:44] So, if .OTHER is the merge version, and .THIS my version, what is .BASE ? [13:44] Merwin: .BASE, .THIS and .OTHER are there so you can copy them over the main file, or e.g. run "diff" between them to see what has changed, use your favorite merge resolve tool (like meld)) [13:44] Merwin: .BASE is the base version from the 3-way merge; the merge works by applying all of the difference between .BASE and .OTHER to your version [13:45] hum [13:47] (roughly speaking) [13:48] you don't generally edit any of those three files, you edit the original [13:54] maxb: hi [13:54] hi [13:54] maxb: where was the problem with the bzr-builddeb test suite exactly? [13:54] test_repack_tarball IIRC [13:54] The failures should be clearly visible in the daily PPA [13:54] yeah, but what was the issue? [13:55] I know which tests are failing :) [13:55] The issue was that it was trying to open an on-disk path that happened to contain ( ) characters, and it was trying to open them as %28 %29 [13:55] ah, ok [14:18] ug, I just had a random X crash, haven't had that in ages, something crashy in the air today [14:20] Riddell: ouch [14:21] must be solar flares or the like [14:21] * vila kills another goat [14:22] * jelmer wonders where vila finds all those goats in the city centre of Strasbourg [14:22] jelmer: courtesy of fullermd [14:23] Aiee! My goat! [14:23] * fullermd runs out the door to a meeting. [14:54] How do I tell to "bzr merge -c" to get the last changeset from target branch? [14:54] is it -c-1? [15:01] jimis: yes [15:04] thanks [15:05] jelmer: nope, it brought some other changeset, which had various conflicts [15:05] luckily I used --preview :-) [15:06] jimis: It will only merge that change, but that change obviously depends on previous changes, which might cause conflicts. [15:06] It's in the same file with other changes, but really far away from them [15:06] is there a way to bring the patch from only that revision? [15:07] jelmer: I think it brought the one before the tip, not the tip (the last one) [15:07] jimis: -c -1 is the changes made for the last revision [15:08] jimis: see also "bzr diff -c -1" [15:09] ah thanks [15:10] strange that it had all these conflicts [15:11] so I'll just apply the diff [15:11] but it doesn't look right, conflicts should be only when changes overlap :-s [15:46] Anyone know where these messages come from: [15:46] Packaging branch version: 5.3.2-1ubuntu4.5 [15:46] Packaging branch status: OUT-OF-DATE [15:46] I *really* like them. It might be useful if they provided a link to http://package-import.ubuntu.com/status/ also [15:51] smoser: jam added them recently, they come from a hook in the bzr launchpad plugin [15:51] smoser: wrt the package-import link, please file a bug :) [15:52] jelmer, will-do. [15:52] then, even better would be to not fail the importer [15:52] ;-) [15:53] what source package is that ? [15:53] is it just bzr ? [15:53] smoser: yup, it's a plugin bundled with bzr [15:54] k. so file bug against bzr project [15:54] thanks [15:56] jelmer, bug 831428 [15:56] Launchpad bug 831428 in Bazaar "add link to failed imports in branch out-of-date message" [Undecided,New] https://launchpad.net/bugs/831428 [15:57] smoser: merci [15:58] when merge --preview outputs nothing, it means the branch is already merged? [15:58] either that, or there are no changes to merge [16:00] Is there another way to see which branch is merged where, without using a gui? [16:03] jimis: "bzr missing" [16:04] thanks jelmer, very helpful! [16:08] jelmer: looks like your fir for testtools-0.9.2 is not part of bzr-2.4 ? [16:08] jelmer: and can I see where exactly a merge happened, and at what revision were both trees? log doesn't help, any parameters I'm missing? [16:09] jimis: bzr log -n0 ? (+ --limit=nnn if needed) [16:09] vila: yeah, though it's cherrypicked to the relevant debian/ubuntu package [16:10] I've tried log -n0 -v, but output is not clear about merges [16:10] I'll check it again [16:10] jimis: yeah, bzr log output is an acquired taste, but really for moderately complex histories, you'd better try bzr qlog (from the qbzr plugin) [16:11] jelmer: hmm, so if we ever upgrade pqm confusion will ensue :-/ [16:11] :-( unfortunately gui access isn't a choice [16:12] jimis: huh ? how come ? remote access ? [16:12] yeap [16:12] >-( [16:12] and user access only, not root [16:13] goes without saying... :-( [16:13] so even if I did compile my own python etc to be able to run bzr 2.4 [16:13] jimis: I don't fully understand your use case but bzr log --exclude-common-history may help you at one point [16:13] I don't have devel libraries to build gui packages, it would be too much hassle to do them from start... [16:13] jimis: OS ? [16:13] vila: ok I'll try it thans [16:14] RHEL5 ;-) [16:14] eeesh [16:16] bzr: ERROR: --exclude-common-ancestry requires -r with two revisions [16:16] it would be cool to understand I mean current branch versus parent branch :-p [16:16] anyway :-) [16:19] jimis: bzr log -rancestor:.. ? === zyga-siesta is now known as zyga [16:23] vila: it was only a "bzr log --exclude-common-ancestry". I was expecting to exclude common history of current and parent branches. [16:24] jimis: ha ! Oh, but it has far more uses and requires a revision range anyway [16:26] hi jelmer [16:26] hi Noldorin [16:26] jelmer, i noticed collocated branches are now supported in bzr :-) [16:26] at least the beta [16:28] jelmer, still had no time to investigate my particular issue with my branch....been busy on holiday [16:28] but soon [16:28] shall be back shortly [16:43] jelmer, but at least i can start testing with GitHub i guess? [16:43] multiple branches [16:43] Noldorin: yeah [16:43] jelmer, cool. which releases of each do i want to use? [16:43] bzr, bzr-git, dulwich that is [16:48] Noldorin: tip of all three [17:19] jelmer, no releases in either yet? [17:19] err [17:19] any [17:19] Noldorin: nope [17:19] jelmer, when do you anticipate them? [17:19] jelmer, i though bzr 2.5b1 has collocated branches support now... [17:19] I guess dulwich 0.8.0 is sufficient, but bzr-git and bzr will be a while (about a month I guess) [17:20] Noldorin: 2.5b1 isn't out yet [17:20] okay [17:24] jelmer, are you timing a new release of bzr-git/dulwich for around 2.5b1 release time? [17:24] Noldorin: depends on if there are any other worthwile fixes at that point [17:24] i see [17:25] jelmer, so maybe i should get working on that bzr-git bug when i return :-) [17:25] the git database issue i guess [17:25] Noldorin: what's the problem with running a snapshot? [17:25] What log -n0 does is that is shows subrevisions that came with merges? [17:25] jelmer, nothing, i'm just curious :-P [17:25] but also, are there windows binary builds for bzr 2.5b1? [17:26] there probably will be [17:26] ok cool [17:32] will have a look before long [17:32] brb for now === medberry is now known as med_out [19:47] hey guys..one quick question..is it possible to pull specific files instead of whole branch ? [19:47] folders* === Pilky_ is now known as Pilky === yofel_ is now known as yofel === zyga is now known as zyga-w510 === Quintasan_ is now known as Quintasan [23:01] hi all [23:14] poolie: Hi. You seem to have a forgotten vim session on jubany [23:21] Hey all [23:21] Who's the bzr MacOS master? [23:22] hi niemeyer [23:22] niemeyer: probably doxx, though I don't see him around at the moment. [23:22] jelmer: Yo [23:22] niemeyer: what's up? [23:22] jelmer: COol.. I just got a note from a friend saying the MacOS bzr fails when unpacking [23:22] He thinks it might be on his side, but not quite sure, so I figured it might be good to at least ping the maintainer [23:23] hi maxb, niemeyer [23:23] maxb, does it have something locked? i'll close it [23:23] poolie: Hey! [23:24] https://plus.google.com/109174220542239592378/posts/Pbhi9XB69uV [23:24] niemeyer: FWIW I don't see anything related in the bzr-mac-installers lp project bugs, so it'd indeed be good to check with doxx [23:24] maxb, should be ok now [23:24] poolie: Thanks. Also, are those local mods to import_package.py yours? [23:25] also, hi poolie, maxb [23:26] jelmer: Cool, thanks [23:27] they are; let me see about cleaning them up [23:27] hm [23:28] at the moment i have it tweaked to get the branch using lp.load rather than branches.getByURL [23:28] the latter is probably better, and i think it's now in trunk