MANIFEST.in
author mpm@selenic.com
Tue, 23 Aug 2005 12:46:43 -0700
changeset 994 88c15682d9b0
parent 981 4f81068ed8cd
child 1007 2e8d96e89dfc
permissions -rw-r--r--
Fix callers to file.revision to use file.read This was causing unchanged files to show up as modified.

include hg
recursive-include mercurial *.py
include hgweb.cgi hgwebdir.cgi
include hgeditor rewrite-log
include tests/README tests/run-tests tests/test-*[a-z0-9] tests/*.out
prune tests/*.err
include *.txt
include templates/map templates/map-*[a-z0-9]
include templates/*.tmpl
include doc/README doc/*.txt doc/Makefile
recursive-include contrib *
include README
include CONTRIBUTORS
include COPYING
include MANIFEST.in