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

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

Re: [Gnu-arch-users] Show patch applied to a file


From: Matthieu Moy
Subject: Re: [Gnu-arch-users] Show patch applied to a file
Date: Wed, 12 May 2004 20:38:29 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

Aaron Bentley <address@hidden> writes:

> diff -u $(tla file-find projectlanguage.cpp $(tla
> tree-version)--patch-116) $(tla file-find projectlanguage.cpp $(tla
> tree-version)--patch-117)

I think that's the best we can do currently, but the implementation is
inefficient: If you don't have revision library with the revision 116,
then, you  have to get all  the patches up to  patch-116, call "patch"
many times, then, build revision 117, then call "diff", ... 

But the result is just a  part of the changeset of patch-117, which is
already in the archive, and doesn't need to be rebuilt ... 

So,  I   think  tla   needs  more  output   formats  to   the  command
get-changeset. 

I'd like to have a

tla get-changeset --diffs patch-117
tla get-changeset --file-diff foo.c patch-117

-- 
Matthieu




reply via email to

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