[08:42] real morning! [08:43] Here too ;-) === mmrazik is now known as mmrazik|afk [09:53] any idea how to get bzr-grep installed? [09:54] leo2007: two ways [09:55] please [09:56] get bzr-grep, install as a plugin per the normal way: [09:56] [09:56] or as it's been merged into core recently, get the bzr trunk and test that :) [09:57] https://launchpad.net/bzr-grep has tarballs, or you can branch lp:bzr-grep [09:58] is it in 2.6b2? [09:58] ...I think not, will check [10:00] nope, that was r6536, grep merged r6555 [10:00] hellp [10:00] hello [10:00] anybody available? [10:02] i want to resolve a conflict from renaming files [10:02] but [10:02] is there a snapshot source tarball available [10:02] first of all i can't see anything in the bzr status [10:08] leo2007: of bzr? I can generate one trivially if you want [10:08] mgz: I just installed the plugin for now. will upgrade when 2.6 is released. Do you know when it is going to happen? [10:09] leo2007: ideally shortly, we're just lacking manpower to do it. [10:12] i see [10:12] I can wait ;) [10:16] leo2007: http://people.canonical.com/~gz/bzr-2.6.0dev3.tar.gz.sig (which isn't gziped... silly server) and without the .sig for a current tarball [10:17] cheers [10:18] signed with my key `gpg --recv-keys 0CDBF91C` [10:37] mgz: thanks, I am teaching ack.el to accept 'bzr grep' output and it is now done http://imagebin.org/230861 [10:50] leo2007: ace! [11:37] * christiank is away: Lunch === mmrazik|afk is now known as mmrazik [12:08] * christiank is back (gone 00:30:56) [12:37] christiank, probably want to turn that off === yofel_ is now known as yofel === dpb_ is now known as Guest91546 [14:32] bob2: thanks for the tip, should be off now. Testing... [14:33] bob2: nothing should have appeared, I assume. === jml` is now known as jml [16:57] OMG HAI ALL! I'm needing a way to take a look at some commits ... without actually editing my local code [16:57] or perhaps ... to pull down a few branches from trunk ... and then revert to a previous commit :D === deryck is now known as deryck[lunch] [20:21] how to drop back to a particular revno? [20:23] bzr revert -r 19 [20:25] Depends on what you mean by 'drop back'. update may be better suited. [20:27] how about a diff between two revnos? [20:28] $ bzr diff -r revno:1:http://bazaar-vcs.org/bzr/bzr.dev/..revno:2:http://bazaar-vcs.org/bzr/bzr.dev/ [20:28] this seems silly. [20:28] why do you run a diff and need to specify two files? [20:33] ok so it seems thats for two branches [20:33] how about two files? [20:41] bzr: ERROR: Path(s) are not versioned: application.html.erb [20:41] does this mean I cant diff a file? [20:41] $ bzr diff -r 155 app/views/layouts application.html.erb [20:43] delinquentme: It means there's no such file. Perhaps you're not specifying a relative path? [22:05] OK so bzr branches .. DONT correspond to their own files for each branch? [22:05] Im used to git .. where everything it stored within a single directory [22:08] well you will need to read docs for each new tool you use, yes [22:09] bob2, this is a discussion channel no? [22:09] sure [22:14] I'm still really not sure what you mean by branches being files...