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