commit/ess: Jerry James: Migrate .cvsignore files to a single .hgignore file.
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in ess: https://bitbucket.org/xemacs/ess/commits/82cfbea51150/ Changeset: 82cfbea51150 User: Jerry James Date: 2014-05-13 21:54:51 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 7be4c897940fd291183a3c9cf4cace91489d29cd -r 82cfbea51150108c8aef0593371d4fe7f5e40836 .cvsignore --- a/.cvsignore +++ /dev/null @@ -1,1 +0,0 @@ -VERSION \ No newline at end of file diff -r 7be4c897940fd291183a3c9cf4cace91489d29cd -r 82cfbea51150108c8aef0593371d4fe7f5e40836 .hgignore --- /dev/null +++ b/.hgignore @@ -0,0 +1,14 @@ +^#\..*#$ +^\.# +~$ +\.elc$ +\.html$ +\.info(-\d+)?$ +^_pkg\.el$ +^auto-autoloads\.el$ +^custom-defines\.el$ +^custom-load\.el$ +^package-info$ +^pdepends\.mk$ +^texi/version\.texi$ +^VERSION$ diff -r 7be4c897940fd291183a3c9cf4cace91489d29cd -r 82cfbea51150108c8aef0593371d4fe7f5e40836 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-05-10 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.16 released. diff -r 7be4c897940fd291183a3c9cf4cace91489d29cd -r 82cfbea51150108c8aef0593371d4fe7f5e40836 texi/.cvsignore --- a/texi/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -ess*.html -version.texi Repository URL: https://bitbucket.org/xemacs/ess/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.