Show More
@@ -354,5 +354,6 b' class ResponseFilter(object):' | |||
|
354 | 354 | def main(global_config, **settings): |
|
355 | 355 | if MercurialFactory: |
|
356 | 356 | hgpatches.patch_largefiles_capabilities() |
|
357 | hgpatches.patch_subrepo_type_mapping() | |
|
357 | 358 | app = HTTPApplication(settings=settings) |
|
358 | 359 | return app.wsgi_app() |
@@ -503,5 +503,6 b' class VcsServerCommand(object):' | |||
|
503 | 503 | def main(argv=sys.argv, quiet=False): |
|
504 | 504 | if MercurialFactory: |
|
505 | 505 | hgpatches.patch_largefiles_capabilities() |
|
506 | hgpatches.patch_subrepo_type_mapping() | |
|
506 | 507 | command = VcsServerCommand(argv, quiet=quiet) |
|
507 | 508 | return command.run() |
General Comments 0
You need to be logged in to leave comments.
Login now