gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnu-arch-users] Re: Getting a diff between two revisions


From: Matthieu Moy
Subject: [Gnu-arch-users] Re: Getting a diff between two revisions
Date: Mon, 04 Jul 2005 20:39:47 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux)

Nikolai Weibull <address@hidden> writes:

> I would like to see the changes that took place on a file between two
> revisions.  All I can find is how to see the changes between a local
> copy and the repository.  How would I go about doing this?  Thanks,

For a complete tree, the command you're looking for is "delta".

For separate files, I don't know if there's a simpler way to do it,
but

  diff `baz file-find ...` `baz file-find ...`

does the trick.

-- 
Matthieu




reply via email to

[Prev in Thread] Current Thread [Next in Thread]