problem understanding "bzr diff"

Marius Kruger amanic at gmail.com
Mon May 4 16:06:50 BST 2009


2009/5/4 Toni Mueller <support at oeko.net>

>
> Hello,
>
> I'd like to understand the difference between 'bzr diff ...' and 'bzr diff
> --old ...' for showing the difference between two branches. I thought
>
> $ bzr diff /other/branch
>
> should show all differences between the branches, but only when I add
> '--old' or '--new' do I see many differences.


$ bzr diff /other/branch
will do the diff between the other branch-tip and its workingtree, ie. it
will give the same output as
$ cd /other/branch
$ bzr diff


-- 
<| regards
U| Marius
H| <><
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20090504/f3bb3b18/attachment.htm 


More information about the bazaar mailing list