[LLVMdev] [PATCH] use-diet for review
heisenbug
ggreif at gmail.com
Wed Apr 30 00:49:34 PDT 2008
Mike, Holger,
thanks for the tips, but being a long-time subversion
user, I already knew this all :-)
The problem was that I did an SVN merge from branch
to trunk, and I ended up with:
...
M include/llvm/User.h
A + include/llvm/OperandTraits.h
M include/llvm/Instruction.h
...
The little "+" after the "A" means, the file got
copied unchanged, and I think this is the reason
why it got excluded from "svn diff".
Anyway, the files can also be inspected by
"svn cat http://llvm.org/svn/llvm-project/llvm/trunk/include/llvm/OperandTraits.h"
etc.
Cheers,
Gabor
On Apr 30, 3:06 am, Mike Stump <m... at apple.com> wrote:
> On Apr 29, 2008, at 9:40 AM, Gabor Greif wrote:
>
> > Sorry, I relied "svn diff" to include freshly added files.
>
> svn add file
> svn diff .
>
> will show it.
> _______________________________________________
> LLVM Developers mailing list
> LLVM... at cs.uiuc.edu http://llvm.cs.uiuc.eduhttp://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list