commit/perl-modes: Jerry James: Migrate .cvsignore files to a single .hgignore file.
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in perl-modes: https://bitbucket.org/xemacs/perl-modes/commits/28a15a6904dd/ Changeset: 28a15a6904dd 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 #: 4 files diff -r 3983a0ad9b7fa8f5b2295a3c8c45d1a8c596f864 -r 28a15a6904ddb8955defd8f696275eaac9665942 .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 3983a0ad9b7fa8f5b2295a3c8c45d1a8c596f864 -r 28a15a6904ddb8955defd8f696275eaac9665942 ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-05-13 Jerry James <[email protected]> + + * .cvsignore: Remove. + * .hgignore: New file. + * cperl-mode.el: Restore CVS keyword expansions. + 2011-12-21 Vin Shelton <[email protected]> * cperl-mode.el (cperl-version): Since mercurial is not doing diff -r 3983a0ad9b7fa8f5b2295a3c8c45d1a8c596f864 -r 28a15a6904ddb8955defd8f696275eaac9665942 cperl-mode.el --- a/cperl-mode.el +++ b/cperl-mode.el @@ -48,7 +48,7 @@ ;;; Commentary: -;; $Id$ +;; $Id: cperl-mode.el,v 6.2 2008/04/14 23:14:52 vera Exp vera $ ;;; If your Emacs does not default to `cperl-mode' on Perl files: ;;; To use this mode put the following into Repository URL: https://bitbucket.org/xemacs/perl-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.