emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/test/cedet/tests test.c test.cpp test.py ...


From: Miles Bader
Subject: [Emacs-diffs] emacs/test/cedet/tests test.c test.cpp test.py ...
Date: Fri, 11 Dec 2009 20:48:03 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     09/12/11 20:48:03

Modified files:
        test/cedet/tests: test.c test.cpp test.py testpolymorph.cpp 
                          testjavacomp.java 

Log message:
        Remove RCS keywords
        
        Revision: address@hidden/emacs--devo--0--patch-1642

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/test/cedet/tests/test.c?cvsroot=emacs&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/emacs/test/cedet/tests/test.cpp?cvsroot=emacs&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/emacs/test/cedet/tests/test.py?cvsroot=emacs&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/emacs/test/cedet/tests/testpolymorph.cpp?cvsroot=emacs&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/emacs/test/cedet/tests/testjavacomp.java?cvsroot=emacs&r1=1.2&r2=1.3

Patches:
Index: test.c
===================================================================
RCS file: /cvsroot/emacs/emacs/test/cedet/tests/test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- test.c      2 Oct 2009 10:53:37 -0000       1.3
+++ test.c      11 Dec 2009 20:48:03 -0000      1.4
@@ -1,8 +1,5 @@
 /* Test file for C language.
  * Attempt to include as many aspects of the C language as possible.
- *
- * $Id: test.c,v 1.3 2009/10/02 10:53:37 miles Exp $
- *
  */
 /* types of include files */
 #include "includeme1.h"

Index: test.cpp
===================================================================
RCS file: /cvsroot/emacs/emacs/test/cedet/tests/test.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- test.cpp    2 Oct 2009 10:53:37 -0000       1.3
+++ test.cpp    11 Dec 2009 20:48:03 -0000      1.4
@@ -2,9 +2,6 @@
  * Attempt to include as many aspects of the C++ language as possible.
  * Do not include things tested in test.c since that shares the
  * same language.
- *
- * $Id: test.cpp,v 1.3 2009/10/02 10:53:37 miles Exp $
- *
  */
 
 /* An include test */

Index: test.py
===================================================================
RCS file: /cvsroot/emacs/emacs/test/cedet/tests/test.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- test.py     2 Oct 2009 10:53:38 -0000       1.3
+++ test.py     11 Dec 2009 20:48:03 -0000      1.4
@@ -1,6 +1,5 @@
 # Test file for Python language.
 #
-# $Id: test.py,v 1.3 2009/10/02 10:53:38 miles Exp $
 
 # Simle class compount statement with blank lines sprinkled.
 class Foo(Bar):

Index: testpolymorph.cpp
===================================================================
RCS file: /cvsroot/emacs/emacs/test/cedet/tests/testpolymorph.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- testpolymorph.cpp   2 Oct 2009 10:53:38 -0000       1.3
+++ testpolymorph.cpp   11 Dec 2009 20:48:03 -0000      1.4
@@ -3,7 +3,6 @@
  * Copyright (C) 2009 Eric M. Ludlam
  *
  * Author: Eric M. Ludlam <address@hidden>
- * X-RCS: $Id: testpolymorph.cpp,v 1.3 2009/10/02 10:53:38 miles Exp $
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Index: testjavacomp.java
===================================================================
RCS file: /cvsroot/emacs/emacs/test/cedet/tests/testjavacomp.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- testjavacomp.java   28 Sep 2009 23:23:32 -0000      1.2
+++ testjavacomp.java   11 Dec 2009 20:48:03 -0000      1.3
@@ -3,7 +3,6 @@
  * Copyright (C) 2009 Eric M. Ludlam
  *
  * Author: Eric M. Ludlam <address@hidden>
- * X-RCS: $Id: testjavacomp.java,v 1.2 2009/09/28 23:23:32 cyd Exp $
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as




reply via email to

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