commit/sieve: Jerry James: Migrate .cvsignore files to a single .hgignore file.
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in sieve: https://bitbucket.org/xemacs/sieve/commits/e2ed540bb370/ Changeset: e2ed540bb370 User: Jerry James Date: 2014-05-13 21:54:58 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 8025e7511a104fcf9f720fd9f0cf2c67e76153a5 -r e2ed540bb3706644466b845678640e48c28ec71b .cvsignore --- a/.cvsignore +++ /dev/null @@ -1,1 +0,0 @@ -sieve*.html \ No newline at end of file diff -r 8025e7511a104fcf9f720fd9f0cf2c67e76153a5 -r e2ed540bb3706644466b845678640e48c28ec71b .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 8025e7511a104fcf9f720fd9f0cf2c67e76153a5 -r e2ed540bb3706644466b845678640e48c28ec71b ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-05-13 Jerry James <[email protected]> + + * .cvsignore: Remove. + * .hgignore: New file. + 2005-09-26 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.18 released. Repository URL: https://bitbucket.org/xemacs/sieve/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.