commit/latin-unity: Jerry James: Migrate .cvsignore files to a single .hgignore file.
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in latin-unity: https://bitbucket.org/xemacs/latin-unity/commits/5455e05b3e26/ Changeset: 5455e05b3e26 User: Jerry James Date: 2014-05-13 21:54:01 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 fd76220eb27f425aae390fcf774797e7216f2426 -r 5455e05b3e2695141a924f50ad0ca6b069a3ba41 .cvsignore --- a/.cvsignore +++ /dev/null @@ -1,1 +0,0 @@ -latin-unity*.html diff -r fd76220eb27f425aae390fcf774797e7216f2426 -r 5455e05b3e2695141a924f50ad0ca6b069a3ba41 .hgignore --- /dev/null +++ b/.hgignore @@ -0,0 +1,11 @@ +^#\..*#$ +^\.# +~$ +\.elc$ +\.html$ +^_pkg\.el$ +^auto-autoloads\.el$ +^custom-defines\.el$ +^custom-load\.el$ +^package-info$ +^pdepends\.mk$ diff -r fd76220eb27f425aae390fcf774797e7216f2426 -r 5455e05b3e2695141a924f50ad0ca6b069a3ba41 ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-05-13 Jerry James <[email protected]> + + * .cvsignore: Remove. + * .hgignore: New file. + 2007-02-25 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.20 released. Repository URL: https://bitbucket.org/xemacs/latin-unity/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.