MANIFEST.in
author Matt Mackall <mpm@selenic.com>
Wed, 06 Jul 2005 22:23:27 -0800
changeset 638 35f7adfefa69
parent 589 4be4d4580467
child 673 8e518e11f6cf
permissions -rw-r--r--
Add a scheme for handling remote locking This adds an object that remembers to unlock the remote repo on destruction and lock/unlock functions for the ssh protocol. The remote repository should also unlock itself when the connection goes down.

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