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