diff -r 231aac5280ba -r c41078b9d0b8 setup.py --- a/setup.py Sun Oct 09 16:14:37 2011 -0500 +++ b/setup.py Mon Oct 10 17:33:17 2011 +0200 @@ -342,7 +342,8 @@ packages = ['mercurial', 'mercurial.hgweb', 'mercurial.httpclient', 'mercurial.httpclient.tests', - 'hgext', 'hgext.convert', 'hgext.highlight', 'hgext.zeroconf'] + 'hgext', 'hgext.convert', 'hgext.highlight', 'hgext.zeroconf', + 'hgext.largefiles'] pymodules = []