Show More
@@ -4854,8 +4854,6 b' def serve(ui, repo, **opts):' | |||||
4854 | raise error.Abort(_("cannot use --stdio with --cmdserver")) |
|
4854 | raise error.Abort(_("cannot use --stdio with --cmdserver")) | |
4855 | if opts["print_url"] and ui.verbose: |
|
4855 | if opts["print_url"] and ui.verbose: | |
4856 | raise error.Abort(_("cannot use --print-url with --verbose")) |
|
4856 | raise error.Abort(_("cannot use --print-url with --verbose")) | |
4857 | if opts["print_url"]: |
|
|||
4858 | opts['daemon'] = True |
|
|||
4859 |
|
4857 | |||
4860 | if opts["stdio"]: |
|
4858 | if opts["stdio"]: | |
4861 | if repo is None: |
|
4859 | if repo is None: |
General Comments 0
You need to be logged in to leave comments.
Login now