##// END OF EJS Templates
hg: Include mercurial patching when using the http app.
Martin Bornhold -
r35:e472f942 default
parent child Browse files
Show More
@@ -28,7 +28,7 b' from beaker.util import parse_cache_conf'
28 28 from pyramid.config import Configurator
29 29 from pyramid.wsgi import wsgiapp
30 30
31 from vcsserver import remote_wsgi, scm_app, settings
31 from vcsserver import remote_wsgi, scm_app, settings, hgpatches
32 32 from vcsserver.echo_stub import remote_wsgi as remote_wsgi_stub
33 33 from vcsserver.echo_stub.echo_app import EchoApp
34 34 from vcsserver.server import VcsServer
@@ -331,5 +331,7 b' class ResponseFilter(object):'
331 331
332 332
333 333 def main(global_config, **settings):
334 if MercurialFactory:
335 hgpatches.patch_largefiles_capabilities()
334 336 app = HTTPApplication(settings=settings)
335 337 return app.wsgi_app()
General Comments 0
You need to be logged in to leave comments. Login now