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

Meatball_pyHello everyone, how can I remove all local changes and make my local branch identical to the most updated launchpad "parent"?02:35
lifelessbzr pull --overwrite02:38
spivAlso, bzr revert02:43
spiv(Depending on what you mean by local changes)02:44
Meatball_pythank you. is there anyway to make the "local" branch exactly same as the remote branch? Even if I deleted some files or whatever.03:38
bob2sounds like you're conflating two things03:39
bob2'pull --overwrite' makes your branch history match the remote03:39
bob2'revert' makes your checkout match the branch head03:40
Meatball_pybut if I've already did a pull, then found there was something messed up. And I simply want to make everything same as the remote trunk, what should I do?03:41
lifelessMeatball_py: pull --overwrite; revert03:50
Meatball_pylifeless: thx :)05:57
xnoxwith bzr-bd bzr can pick up commit messages from diff of debian/changelog. Can it do the same but with diff of ChangeLog as the commit message "input" ?10:03
jamxnox: I want to say that if you do just "bzr commit" with newer versions of bzr and bzr-bd that does, indeed, work.10:19
jamjelmer might know more, but I thought he worked on a default-commit-message hook10:19
xnoxI see. Doesn't seem to be working for me here locally. Oh, well. I guess i'll try to catch jelmer next time both of us are online.10:20
jamxnox: I do see bzr exposing a 'set_commit_message' hook, and bzr-builddeb ties into that hook11:14
jamhttp://bazaar.launchpad.net/~bzr-builddeb-hackers/bzr-builddeb/trunk/view/head:/__init__.py11:14
jamI don't know what versions, etc.11:14
jam(looks like you need bzr >= 2.4)11:14
xnoxjam: debian/changelog works correctly, "GNU project style" /ChangeLog do not however.11:15
jamxnox: ah, right. So you can write a hook that does the same thing that bzr-bd does, but we don't have one at the moment.11:21
jamI misunderstood the original question.11:21
xnox=( /me thought there was one..... I see....11:22
=== fredp is now known as fredp|faraway
=== fredp|faraway is now known as fredp
jelmerHi jam, Xbox12:42
lifelessxnox: there was one I thought14:35
lifelessxnox: but perhaps I'm thinking of the log --format=gnu thing instead14:35
xnoxlifeless: yeah, there is log =) i want the reverse ;-)14:39
=== slank_away is now known as slank
cyklHi ! I have a question regarding bzrEclipse. Is it the right place to ask it ?15:14
bsdIs there an equivalent in bzr for "git reset —soft" ?That forcibly changes the commit pointer for the current branch, but leaves the working tree unchanged16:18
LeoNerdbzr uncommit ?16:32
bsdLeoNerd: hmm… I forgot about uncommit.  Thanks!16:33
LeoNerdIt's the reverse of commit, see.. ;)16:33
bsdIt was the first alias I added when I had to start using git; I've forgotten some of my base bzr16:34
=== yofel_ is now known as yofel
=== carif_ is now known as carif

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