commit/emerge: Jerry James: Migrate .cvsignore files to a single .hgignore file.
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in emerge: https://bitbucket.org/xemacs/emerge/commits/791f850e045e/ Changeset: 791f850e045e User: Jerry James Date: 2014-05-13 21:54:56 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 #: 3 files diff -r f8210eab162b9ea35f3dcce579960d7807ac1f74 -r 791f850e045ee3fc602de464d0dba68a20344059 .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 f8210eab162b9ea35f3dcce579960d7807ac1f74 -r 791f850e045ee3fc602de464d0dba68a20344059 ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-05-13 Jerry James <[email protected]> + + * .cvsignore: Remove. + * .hgignore: New file. + 2003-10-31 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.11 released. Repository URL: https://bitbucket.org/xemacs/emerge/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.