author | Matt Mackall <mpm@selenic.com> |
Sun, 10 Jul 2005 10:38:50 -0800 | |
changeset 658 | f8098ae9f5b6 |
parent 589 | 4be4d4580467 |
child 673 | 8e518e11f6cf |
permissions | -rw-r--r-- |
7 | 1 |
include hg |
2 |
recursive-include mercurial *.py |
|
188 | 3 |
include hgweb.cgi |
589 | 4 |
include hgeditor rewrite-log |
457 | 5 |
include tests/README tests/run-tests tests/test-*[a-z] tests/*.out |
7 | 6 |
include *.txt |
218
06bc1ef248a6
hgweb: put map-raw in setup.py and MANIFEST.in
mpm@selenic.com
parents:
188
diff
changeset
|
7 |
include templates/map templates/map-*[a-z] |
188 | 8 |
include templates/*.tmpl |
457 | 9 |
include doc/README doc/*.txt |
589 | 10 |
include contrib/* |
7 | 11 |
include README |
589 | 12 |
include CONTRIBUTORS |
13 |
include COPYING |
|
14 |
include TODO |
|
15 |
include MANIFEST.in |