MANIFEST.in
author Tristan Wibberley <tristan@wibberley.org>
Sat, 06 Aug 2005 21:58:28 +0100
changeset 854 473c030d34a6
parent 814 0902ffece4b4
child 950 fbaf0380efd1
child 953 52d8d81e72ad
child 981 4f81068ed8cd
permissions -rw-r--r--
Fixed revlog.children. It was comparing a node to a rev, then appending a rev onto the list of children being constructed instead of a node.

include hg
recursive-include mercurial *.py
include hgweb.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 TODO
include MANIFEST.in