commit/python-modes: 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 python-modes:

https://bitbucket.org/xemacs/python-modes/commits/41cee4ed0470/
Changeset:   41cee4ed0470
User:        Jerry James
Date:        2014-05-13 21:54:52
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 #:  4 files

diff -r 7c8dac2bc8d9c7ef381dc2b1456a23c95a34b828 -r 41cee4ed04700bb72792d5a70f8734dde46616df .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 7c8dac2bc8d9c7ef381dc2b1456a23c95a34b828 -r 41cee4ed04700bb72792d5a70f8734dde46616df ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-13  Jerry James  <[email protected]>
+
+	* .cvsignore: Remove.
+	* .hgignore: New file.
+	* pydoc.el.upstream: Restore CVS keyword expansions.
+
 2011-12-23  Vin Shelton  <[email protected]>
 
 	* pydoc.el (string-lessp): Set $Revision to the most recent CVS

diff -r 7c8dac2bc8d9c7ef381dc2b1456a23c95a34b828 -r 41cee4ed04700bb72792d5a70f8734dde46616df pydoc.el.upstream
--- a/pydoc.el.upstream
+++ b/pydoc.el.upstream
@@ -53,7 +53,7 @@
 (require 'python-mode)
 
 ;; Ensure that the user has a python-mode version which supports pydoc.el.
-(if (string-lessp py-version "$Revision$")
+(if (string-lessp py-version "$Revision: 1.1 $")
     (error "(pydoc): you must upgrade from python-mode.el %s to 4.1.1 (or higher)"
 	   (if (string-match "[0-9.]+" py-version)
 	       (match-string 0 py-version) py-version)))

Repository URL: https://bitbucket.org/xemacs/python-modes/

--

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.