/srv/irclogs.ubuntu.com/2012/12/16/#bzr.txt

JPetersonhow do i show the last x log entries?00:10
JPetersonok when its more than what the branch contains it shows only the branch for the oldest entry00:13
JPetersonbzr branches list only "* (default)" how do i show the diff with the main branch "branch nick: calibre"00:21
JPetersonfrom "branch nick: repo"00:21
JPetersonbzr log -r-2 show only the second to last commit00:34
JPetersonok i have to use bzr log -l200:35
Enlikwhen I needed to view difference between branches, I used (according to bzr diff --help) diff --old XXX --new XXX00:55
JPetersoni SIGINTed a bzr commit and now bzr commit hangs without a messages, as if its waiting for stdin, but it doesnt seem to be00:57
JPetersonbecause it doesnt read stdin00:58
JPetersonbzr break-lock -v returns nothing00:59
JPetersonalso hangs00:59
Enliksend some other signal to all of that process maybe (I'd try QUIT). And hope that interrupting bzr commit didn't break anything.01:01
JPetersona manual rm -rf .bzr/branch/lock/held released the lcok01:04
JPetersoni cant figure out how rebase works from bzr rebase --help01:20
JPetersoni want to edit the second to last commit01:20
JPetersoni tried01:20
JPetersonbzr rebase -r-2 .01:20
JPetersonthat returns01:21
JPetersonBase branch is descendant of current branch. Pulling instead.01:21
JPetersonhere are the commands and question http://pastebin.com/9SFmWbUC01:35
jelmerJPeterson: rebase doesn't allow you to edit commits, it just replays your current branch on top of another branch01:38
JPetersonjelmer: how do i edit commit 2 in that example=?01:40
jelmerJPeterson: what do you mean with "edit" exactly?01:40
JPetersonchange code or message01:40
jelmerJPeterson: uncommit01:40
* jelmer gets some sleep01:43
JPetersonjelmer: i tried bzr uncommit --force -r-3 as in the updated paste http://pastebin.com/9SFmWbUC but i don't know how to --continue and apply the following commits01:47
JPetersonand i dont know how do i apply the message after uncommit01:47
JPetersoni guess if there are no feature as easy to use as git rebase -i i will accept a more verbose commit history, for example with single letter follo up commits01:49
portablejim_I am a git user that is trying out bzr. I have a repository set up with a trunk dir for the single branch I have. I want to clone/branch the whole repository. Is it as simple as creating the folder(s) then branch'ing the remote trunk in? Or is a bzr init-repo needed?06:13
bob2can't parse that06:17
bob2but 'bzr branch' only branches one branch06:17
bob2if you want git-ish behaviour, may want multi-pull06:17
portablejim_I have ./burncontrol/trunk/<stuff> . ./trunk is the branch. Is ./burncontrol special?06:21
bob2"bzr branch ./burncontrol/trunk/ /tmp/bonghits" will clone trunk06:22
bob2I don't know what you did to ./burncontrol06:22
bob2maybe you made it the repo root06:22
portablejim_A bzr init-repo.06:23
portablejim_Ok, so I have a shared repository.06:26
portablejim_From my research, to "clone" the repo I 1) bzr init-repo /new-path/burncontrol 2) run 'bzr branch' for each branch into the shared repo?06:30
portablejim_Do I have to set up every computer I want to pull from as a server? (it is unnecessary with git)06:37
* portablejim_ fixes url and it works.06:50
ychaoucheHi. Suppose I give a tarball with a .bzr in it. Do you have any means of determining wether I've given you a branch or a checkout ?09:17
lifelessbzr info09:17
ychaouchelifeless: http://pastie.org/5538133. Is that a branche or a checkout and how can you tell ?09:20
ychaouchestandalone tree => not checkout ?09:20
ychaoucheah yes09:21
ychaouchehere it says checkout : http://pastie.org/553813709:22
ychaouchethanks lifeless09:22
lifelessnp09:22
=== yofel_ is now known as yofel

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!