From 31e42fb8de5a35bb5d34c979c0b36a93971c3083 Mon Sep 17 00:00:00 2001 From: Augie Fackler Date: Mon, 20 Nov 2017 18:00:02 -0500 Subject: [PATCH] setup: add hgext.lfs to list of Python packages This is needed for lfs to get installed. Probably could stand to go into an earlier patch, but I just want to get this stuff pushed. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad47e61334..7d251c46f4 100644 --- a/setup.py +++ b/setup.py @@ -767,7 +767,7 @@ packages = ['mercurial', 'mercurial.thirdparty.attr', 'hgext', 'hgext.convert', 'hgext.fsmonitor', 'hgext.fsmonitor.pywatchman', 'hgext.highlight', - 'hgext.largefiles', 'hgext.zeroconf', 'hgext3rd', + 'hgext.largefiles', 'hgext.lfs', 'hgext.zeroconf', 'hgext3rd', 'hgdemandimport'] common_depends = ['mercurial/bitmanipulation.h',