Bug? how to obtain diff between current file content and some revision?
Martin Pool
mbp at sourcefrog.net
Mon Nov 28 02:24:24 GMT 2005
On 27 Nov 2005, John A Meinel <john at arbash-meinel.com> wrote:
> Alexander Belchenko wrote:
> > Is this exist simple way to obtain diff between current file content
> > (not last revision) and some past revision?
> >
> > When I do `bzr diff FILENAME` I get diff between last revision and
> > current state.
> >
> > When I do `bzr diff -rN.. FILENAME` I get diff between specified
> > revision and NULL, i.e. with state when this file was not exist. Is this
> > intended behaviour?
No, that's not intended. The most reasonable thing would be for
that to give you a diff from N to the working copy, as you expected.
--
Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20051128/33bce279/attachment.pgp
More information about the bazaar
mailing list