Mercurial > hg-stable
changeset 35126:7ea56f5700b8
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.
author | Augie Fackler <augie@google.com> |
---|---|
date | Mon, 20 Nov 2017 18:00:02 -0500 |
parents | ec7f0bb95277 |
children | f6f8b7c8919a |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Sat Nov 18 12:54:06 2017 -0500 +++ b/setup.py Mon Nov 20 18:00:02 2017 -0500 @@ -767,7 +767,7 @@ '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',