Mercurial > p > roundup > code
comparison MANIFEST.in @ 753:938edfdeac6e
Sorry about this huge checkin!
It's fixing a lot of related stuff in one go though.
. [SF#541941] changing multilink properties by mail
. [SF#526730] search for messages capability
. [SF#505180] split MailGW.handle_Message
- also changed cgi client since it was duplicating the functionality
. build htmlbase if tests are run using CVS checkout (removed note from
installation.txt)
. don't create an empty message on email issue creation if the email is empty
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 29 May 2002 01:16:17 +0000 |
| parents | 3f42b0f90c7c |
| children | 930f86500a9c |
comparison
equal
deleted
inserted
replaced
| 752:a721f4e7ebbc | 753:938edfdeac6e |
|---|---|
| 3 recursive-include cgi-bin *.cgi | 3 recursive-include cgi-bin *.cgi |
| 4 recursive-include test *.py *.txt | 4 recursive-include test *.py *.txt |
| 5 recursive-include doc *.html *.png *.txt | 5 recursive-include doc *.html *.png *.txt |
| 6 exclude doc/announcement.txt | 6 exclude doc/announcement.txt |
| 7 include roundup-* | 7 include roundup-* |
| 8 include *.txt | 8 include run_tests *.txt |
| 9 | 9 |
