Nikolai Weibull <[EMAIL PROTECTED]> 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 _______________________________________________ Gnu-arch-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/
