Matthieu Moy <[EMAIL PROTECTED]> writes: >>> 4) Some like file-diff-rev from the aba which gives you the changes to a >>> file between two specified revisions using the following: >>> >>> diff -u $(tla file-find file.cpp $(tla >>> tree-version)--patch-X) $(tla file-find file.cpp $(tla >>> tree-version)--patch-Y) >> >> A nice idea. I have put it on the todo list. > > We already have tla-file-ediff (C-x T e, or just e in a *tla-changes* > buffer), and tla-revision-delta (in *tla-revisions*, mark a revision > with 'm', move your cursor to another revision, and 'd' to view the > delta.
My last commit brings a function tla-file-ediff-revisions doing almost this. -- Matthieu
