=== medberry is now known as med_out === psynaptic is now known as psynaptic|away === psynaptic|away is now known as psynaptic === tbasilio is now known as sili [01:30] hi. how can I show a diff between two branches in terms of commits, not code? === psynaptic is now known as psynaptic|away === psynaptic|away is now known as afk_ === afk_ is now known as psynaptic|afk [01:31] sili, try bzr missing in one branch, pointing to the other === psynaptic|afk is now known as psynaptic === psynaptic is now known as psynaptic|food === psynaptic|food is now known as psynaptic|lunch === psynaptic|lunch is now known as psynaptic [04:42] first of all, i found a bug in the bzr shipped in squeeze :( [04:42] second, curse you for having fixed it in head already :p [04:42] thanks all \o/ === psynaptic is now known as psynaptic|away [05:30] :) === TuxIce is now known as Guest9195 [07:00] wgrant: Hello back [07:01] hi maxb, and goodbye [07:02] maxb: Hi. You seem to do all the ~bzr PPA uploads... could you please upload loggerhead 1.18.1? [07:04] sure [07:05] maxb: Thanks. === Merwin_ is now known as Merwin [11:20] maxb, thanks so much === psynaptic|away is now known as psynaptic [16:19] hello [16:19] is there a way to export one of my repos as a git repo? [16:19] hi Stavros [16:20] oh hey jelmer [16:20] Stavros: you can use "bzr dpush --no-rebase" from the bzr-git plugin to create a git repo [16:20] jelmer: does it work with file://? [16:20] or do i have to push over ssh? [16:20] Stavros: locally should work [16:20] you can only push to an existing git branch at the moment [16:20] hmm, i can't get it to recognise the syntax, can you give me an example? [16:20] oh, i don't have a branch [16:20] should i do git init and push there? [16:21] Stavros: yeah, that should work [16:21] i'm doing git:///tmp/myrepo/ and it says connection refused :/ [16:22] oh, pushing to ssh worked, thank you [16:23] hmm no, i can't reset [16:23] aw :/ [16:25] reset? [16:25] you should just specify the local location of the git repository, git:// is a remote protocol that requires a separate git server to run [16:26] oh [16:27] hmm, if i specify bzr dpush /tml/myrepo/ --no-rebase" [16:28] then it says /tmp/myrepo/ isn't a repo (which it isn't, because it's not a git repo) [16:29] err, it's not a bzr repo, it's a git repo [16:29] bah [16:37] re [16:37] Stavros: how did you create the thing in /tmp/myrepo ? [16:38] mkdir /tmp/myrepo/; cd /tmp/myrepo/; git init [16:38] Stavros: that just creates a new repository, not a new branch [16:39] oh [16:39] hmm, how do i create a new branch? i'm not very good with git [16:41] Stavros: one way is "bzr init", I'm not sure how to do it using native git tools [16:41] hmm, wait, i already have a bzr repo and want to convert it to git [16:42] bzr init will just create a new bzr repo [16:45] no, it'll use the existing repo if one is present [16:45] I realize it's a bit weird [16:45] oh [16:45] ah yes [16:45] it said format: git [16:45] "bzr init-repo" creates a new repository, "bzr init" creates a branch [16:45] whereas "git init" creates a repository [16:46] ah, i see [16:46] that seems to have worked, thank you very much! [16:47] np