File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- recursive-include roundup *.py *.txt *.item *.index *.css *.filter *.newitem
2- recursive-include frontends *.py *.txt *.dtml *.gif *.css *.html
1+ recursive-include roundup *.* home* page*
2+ recursive-include frontends *.*
33recursive-include cgi-bin *.cgi
44recursive-include test *.py *.txt
55recursive-include doc *.html *.png *.txt
6- exclude doc/announcement.txt BUILD.txt I18N_PROGRESS.txt
7- include roundup-*
6+ recursive- exclude roundup *.pyc *.pyo .cvsignore
7+ recursive-exclude frontends *.pyc *.pyo .cvsignore
88include run_tests *.txt
9+ exclude BUILD.txt I18N_PROGRESS.txt
910
Original file line number Diff line number Diff line change @@ -59,5 +59,6 @@ pending web write a _generic.item
5959pending dist include the HTML in docs
6060
6161bug web request.url is incorrect in cgi-bin environments
62- ======= ======== =============================================================
62+ bug web do something about file.newitem
63+ ======= ========= =============================================================
6364
You can’t perform that action at this time.
0 commit comments