/srv/irclogs.ubuntu.com/2013/03/10/#bzr.txt

=== jordan_ is now known as jordan
=== Kraln- is now known as Kraln
SunilJoshihello, i am getting difference in my files as properties changed: -x to +x.... any idea about this?13:05
SunilJoshii hv a dual boot Windows 7  + ubuntu, repos was originally checked out in windows and i am using the same in ubuntu.. now13:05
vilawow, 3 minutes waiting for an answer is too much ? Allo ? This is IRC ;)13:52
vilaSunilJoshi: Don't do that then.13:52
vilaSunilJoshi: bzr can hide the differences in the underlying file systems involved only if you don't lie to him pretending you're always using the same one.13:53
vila*to it (bzr)13:53
vilaSunilJoshi: The root cause here is that even when bzr tells the file system to *not* change the 'x' property, said file system silently ignores bzr request.13:54
vilaSunilJoshi: So use different working trees, even if they share the same branch.13:55
=== yofel_ is now known as yofel
vilaLarstiQ: Back to this "better diff" en emacs. I just remembered that 'e' is in dvc-diff buffer spawn an ediff session for the file at point. That may be closer to what you were after.14:57
vilas/is in/in/ s/spawn/spawns/14:58
=== zacts`` is now known as zacts
quotemstrWhat's the easiest way of moving all uncommitted changes in one bzr working copy over to another working copy?21:55
ali1234commit them?21:56
ali1234if you really really want you can bzr diff > ../mypatch and then patch -p0 < ../mypatch21:58
lifelessquotemstr: cd $another; bzr merge $one --uncommitted22:01
LeoNerdOooh.. merge --uncommitted :)22:40
LeoNerdI was going to suggest shelve, move the shelf, unshelve. But that looks neat too22:41
quotemstrlifeless: Thanks23:01

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