##// END OF EJS Templates
setup: add missing hgext.fsmonitor...
Sean Farley -
r28625:776fd2e2 default
parent child Browse files
Show More
@@ -505,8 +505,9 b" cmdclass = {'build': hgbuild,"
505
505
506 packages = ['mercurial', 'mercurial.hgweb', 'mercurial.httpclient',
506 packages = ['mercurial', 'mercurial.hgweb', 'mercurial.httpclient',
507 'mercurial.pure',
507 'mercurial.pure',
508 'hgext', 'hgext.convert', 'hgext.highlight', 'hgext.largefiles',
508 'hgext', 'hgext.convert', 'hgext.fsmonitor',
509 'hgext.zeroconf', 'hgext3rd']
509 'hgext.fsmonitor.pywatchman', 'hgext.highlight',
510 'hgext.largefiles', 'hgext.zeroconf', 'hgext3rd']
510
511
511 common_depends = ['mercurial/util.h']
512 common_depends = ['mercurial/util.h']
512
513
General Comments 0
You need to be logged in to leave comments. Login now