commit/gnats: Jerry James: Migrate .cvsignore files to a single .hgignore file.
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in gnats: https://bitbucket.org/xemacs/gnats/commits/f92583464ff5/ Changeset: f92583464ff5 User: Jerry James Date: 2014-05-13 21:55:00 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 f649d3209420d89482731b7f3d290314f20b1923 -r f92583464ff5680c679db8aef99419da59136c41 .hgignore --- /dev/null +++ b/.hgignore @@ -0,0 +1,12 @@ +^#\..*#$ +^\.# +~$ +\.elc$ +\.html$ +\.info$ +^_pkg\.el$ +^auto-autoloads\.el$ +^custom-defines\.el$ +^custom-load\.el$ +^package-info$ +^pdepends\.mk$ diff -r f649d3209420d89482731b7f3d290314f20b1923 -r f92583464ff5680c679db8aef99419da59136c41 ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-05-13 Jerry James <[email protected]> + + * .cvsignore: Remove. + * texi/.cvsignore: Remove. + * .hgignore: New file. + 2005-04-09 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.17 released. diff -r f649d3209420d89482731b7f3d290314f20b1923 -r f92583464ff5680c679db8aef99419da59136c41 texi/.cvsignore --- a/texi/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -gnats*.html -send-pr*.html Repository URL: https://bitbucket.org/xemacs/gnats/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.