[PATCH 1 of 3] imported patch setup.patch
Bernhard Leiner
mailinglists.bleiner at gmail.com
Mon Oct 13 22:02:59 UTC 2008
# HG changeset patch
# User Bernhard Leiner <bleiner at gmail.com>
# Date 1223927110 -7200
# Node ID 653c58db5b1f043e45e860dfe922a26f4755504f
# Parent a4769dec7773e119c812af7d4cb88fceda3a0f03
imported patch setup.patch
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -96,6 +96,7 @@
Extension('mercurial.diffhelpers', ['mercurial/diffhelpers.c']),
Extension('mercurial.mpatch', ['mercurial/mpatch.c']),
Extension('mercurial.parsers', ['mercurial/parsers.c']),
+ Extension('mercurial.revlog_c', ['mercurial/revlog_c.c'])
]
packages = ['mercurial', 'mercurial.hgweb', 'hgext', 'hgext.convert',
More information about the Mercurial-devel
mailing list