commit/cedet-common: Jerry James: Migrate .cvsignore files to a single .hgignore file.

[email protected]
Newsgroups gmane.emacs.xemacs.patches
Message-ID <[email protected]>
1 new commit in cedet-common:

https://bitbucket.org/xemacs/cedet-common/commits/0ea1183c20c1/
Changeset:   0ea1183c20c1
User:        Jerry James
Date:        2014-05-13 21:54:53
Summary:     Migrate .cvsignore files to a single .hgignore file.
In addition:
- Restore CVS keyword expansions that were lost during the switch to Mercurial
- Update texinfo sources for texinfo 5.x

See <CAHCOHQmqMvFtLqEt6M+w4vFyq9=e+i1Uy8zaQcUeAjeV3F9uWQ@mail.gmail.com> in
xemacs-patches and followups for details.
Affected #:  15 files

diff -r a7ae1cfb2376bcd32617c1c88afe08872b11d298 -r 0ea1183c20c1458f5571a1d050686a75c84b2748 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,10 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$

diff -r a7ae1cfb2376bcd32617c1c88afe08872b11d298 -r 0ea1183c20c1458f5571a1d050686a75c84b2748 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-13  Jerry James  <[email protected]>
+
+	* .hgignore: New file.
+	* *.el: Restore CVS keyword expansions.
+
 2008-02-18  Norbert Koch  <[email protected]>
 
 	* Makefile (VERSION): XEmacs package 1.01 released.

diff -r a7ae1cfb2376bcd32617c1c88afe08872b11d298 -r 0ea1183c20c1458f5571a1d050686a75c84b2748 cedet-autogen.el
--- a/cedet-autogen.el
+++ b/cedet-autogen.el
@@ -5,7 +5,7 @@
 ;; Author: David Ponce <[email protected]>
 ;; Created: 22 Aug 2003
 ;; Keywords: maint
-;; X-CVS: $Id$
+;; X-CVS: $Id: cedet-autogen.el,v 1.1 2007-11-26 15:06:38 michaels Exp $
 
 ;; This file is not part of GNU Emacs.
 

diff -r a7ae1cfb2376bcd32617c1c88afe08872b11d298 -r 0ea1183c20c1458f5571a1d050686a75c84b2748 cedet-compat.el
--- a/cedet-compat.el
+++ b/cedet-compat.el
@@ -5,7 +5,7 @@
 ;; Author: David Ponce <[email protected]>
 ;; Maintainer: David Ponce <[email protected]>
 ;; Keywords: compatibility
-;; X-RCS: $Id$
+;; X-RCS: $Id: cedet-compat.el,v 1.1 2007-11-26 15:06:38 michaels Exp $
 
 ;; This file is not part of Emacs
 

diff -r a7ae1cfb2376bcd32617c1c88afe08872b11d298 -r 0ea1183c20c1458f5571a1d050686a75c84b2748 cedet-files.el
--- a/cedet-files.el
+++ b/cedet-files.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2007 Eric M. Ludlam
 
 ;; Author: Eric M. Ludlam <[email protected]>
-;; X-RCS: $Id$
+;; X-RCS: $Id: cedet-files.el,v 1.1 2007-11-26 15:06:39 michaels Exp $
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as

diff -r a7ae1cfb2376bcd32617c1c88afe08872b11d298 -r 0ea1183c20c1458f5571a1d050686a75c84b2748 cedet-load.el
--- a/cedet-load.el
+++ b/cedet-load.el
@@ -3,7 +3,7 @@
 ;;; Copyright (C) 2003 David Ponce
 
 ;; Author: David Ponce <[email protected]>
-;; X-RCS: $Id$
+;; X-RCS: $Id: cedet-load.el,v 1.1 2007-11-26 15:06:39 michaels Exp $
 
 ;; CEDET is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by

diff -r a7ae1cfb2376bcd32617c1c88afe08872b11d298 -r 0ea1183c20c1458f5571a1d050686a75c84b2748 cedet.el
--- a/cedet.el
+++ b/cedet.el
@@ -6,7 +6,7 @@
 ;; Maintainer: CEDET developers <http://sf.net/projects/cedet>
 ;; Created: 09 Dec 2002
 ;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: cedet.el,v 1.1 2007-11-26 15:06:40 michaels Exp $
 
 ;; This file is not part of Emacs
 

diff -r a7ae1cfb2376bcd32617c1c88afe08872b11d298 -r 0ea1183c20c1458f5571a1d050686a75c84b2748 ezimage.el
--- a/ezimage.el
+++ b/ezimage.el
@@ -4,7 +4,7 @@
 
 ;; Author: Eric M. Ludlam <[email protected]>
 ;; Keywords: file, tags, tools
-;; X-RCS: $Id$
+;; X-RCS: $Id: ezimage.el,v 1.1 2007-11-26 15:06:40 michaels Exp $
 
 ;; This file is part of GNU Emacs.
 

diff -r a7ae1cfb2376bcd32617c1c88afe08872b11d298 -r 0ea1183c20c1458f5571a1d050686a75c84b2748 ezimage.el.upstream
--- a/ezimage.el.upstream
+++ b/ezimage.el.upstream
@@ -4,7 +4,7 @@
 
 ;; Author: Eric M. Ludlam <[email protected]>
 ;; Keywords: file, tags, tools
-;; X-RCS: $Id$
+;; X-RCS: $Id: ezimage.el.upstream,v 1.1 2007-11-26 15:06:40 michaels Exp $
 
 ;; This file is part of GNU Emacs.
 

diff -r a7ae1cfb2376bcd32617c1c88afe08872b11d298 -r 0ea1183c20c1458f5571a1d050686a75c84b2748 fame.el
--- a/fame.el
+++ b/fame.el
@@ -6,7 +6,7 @@
 ;; Maintainer: David Ponce <[email protected]>
 ;; Created: 28 Oct 2004
 ;; Keywords: status
-;; X-RCS: $Id$
+;; X-RCS: $Id: fame.el,v 1.1 2007-11-26 15:06:41 michaels Exp $
 ;;
 ;; This file is not part of GNU Emacs.
 ;;

diff -r a7ae1cfb2376bcd32617c1c88afe08872b11d298 -r 0ea1183c20c1458f5571a1d050686a75c84b2748 inversion.el
--- a/inversion.el
+++ b/inversion.el
@@ -3,7 +3,7 @@
 ;;; Copyright (C) 2002, 2003, 2005, 2006, 2007 Eric M. Ludlam
 
 ;; Author: Eric M. Ludlam <[email protected]>
-;; X-RCS: $Id$
+;; X-RCS: $Id: inversion.el,v 1.1 2007-11-26 15:06:41 michaels Exp $
 
 ;;; Code:
 (defvar inversion-version "1.3"

diff -r a7ae1cfb2376bcd32617c1c88afe08872b11d298 -r 0ea1183c20c1458f5571a1d050686a75c84b2748 mode-local.el
--- a/mode-local.el
+++ b/mode-local.el
@@ -6,7 +6,7 @@
 ;; Maintainer: David Ponce <[email protected]>
 ;; Created: 27 Apr 2004
 ;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: mode-local.el,v 1.2 2007-11-27 17:52:27 michaels Exp $
 ;;
 ;; This file is not part of GNU Emacs.
 ;;

diff -r a7ae1cfb2376bcd32617c1c88afe08872b11d298 -r 0ea1183c20c1458f5571a1d050686a75c84b2748 mode-local.el.upstream
--- a/mode-local.el.upstream
+++ b/mode-local.el.upstream
@@ -6,7 +6,7 @@
 ;; Maintainer: David Ponce <[email protected]>
 ;; Created: 27 Apr 2004
 ;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: mode-local.el.upstream,v 1.1 2007-11-27 17:52:27 michaels Exp $
 ;;
 ;; This file is not part of GNU Emacs.
 ;;

diff -r a7ae1cfb2376bcd32617c1c88afe08872b11d298 -r 0ea1183c20c1458f5571a1d050686a75c84b2748 pprint.el
--- a/pprint.el
+++ b/pprint.el
@@ -6,7 +6,7 @@
 ;; Maintainer: David Ponce <[email protected]>
 ;; Created: 06 Mar 2002
 ;; Keywords: lisp
-;; X-RCS: $Id$
+;; X-RCS: $Id: pprint.el,v 1.1 2007-11-26 15:06:42 michaels Exp $
 
 ;; This file is not part of GNU Emacs.
 

diff -r a7ae1cfb2376bcd32617c1c88afe08872b11d298 -r 0ea1183c20c1458f5571a1d050686a75c84b2748 sformat.el
--- a/sformat.el
+++ b/sformat.el
@@ -46,7 +46,7 @@
 ;; and substring) to quickly scan over plain text, and then a slower
 ;; character by character scan to handle tokens.
 
-;;; $Id$
+;;; $Id: sformat.el,v 1.1 2007-11-26 15:06:42 michaels Exp $
 ;;
 ;; History
 ;;

Repository URL: https://bitbucket.org/xemacs/cedet-common/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.