[PATCH 1 of 2] Add largefiles to list of packages

Na'Tosha Bard natosha at unity3d.com
Mon Oct 10 10:38:04 CDT 2011


# HG changeset patch
# User Na'Tosha Bard <natosha at unity3d.com>
# Date 1318260797 -7200
# Node ID f08f65cff6b01edf7235b4ed2505ddf267436041
# Parent  231aac5280baae0614d7f278bb306b95c4a1488b
Add largefiles to list of packages

diff -r 231aac5280ba -r f08f65cff6b0 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 = []
 


More information about the Mercurial-devel mailing list