[PATCH evolve-ext] pkg: make tests pass using the generated tarball
Faheem Mitha
faheem at faheem.info
Sat Aug 16 23:39:39 UTC 2014
# HG changeset patch
# User Faheem Mitha <faheem at faheem.info>
# Date 1408232122 -19800
# Sun Aug 17 05:05:22 2014 +0530
# Branch stable
# Node ID c160cdb5cf0f24e5932c50b974e3b49820c5ad88
# Parent 7568048c9776085be3af4cc05668a57664c08bcd
pkg: make tests pass using the generated tarball
Exclude tests/test-drop.t and include tests/_exc-util.sh,
tests/dummyssh, and hgext/simple4server.py.
diff -r 7568048c9776 -r c160cdb5cf0f MANIFEST.in
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,10 +8,14 @@
include hgext/__init__.py
include hgext/evolve.py
include hgext/pushexperiment.py
+include hgext/simple4server.py
include setup.py
include README
include COPYING
include tests/*.t
include tests/*.py
+include tests/_exc-util.sh
+include tests/dummyssh
exclude tests/test-oldconvert.t
exclude tests/test-qsync.t
+exclude tests/test-drop.t
More information about the Mercurial-devel
mailing list