mercurial/commands.py
changeset 35038 6ef744a7df65
parent 35017 e61d661b0350
child 35039 d7a4384d2d87
equal deleted inserted replaced
35037:da5d5ea7d696 35038:6ef744a7df65
  4693     recommended to use a real web server to serve a repository for
  4693     recommended to use a real web server to serve a repository for
  4694     longer periods of time.
  4694     longer periods of time.
  4695 
  4695 
  4696     Please note that the server does not implement access control.
  4696     Please note that the server does not implement access control.
  4697     This means that, by default, anybody can read from the server and
  4697     This means that, by default, anybody can read from the server and
  4698     nobody can write to it by default. Set the ``web.allow_push``
  4698     nobody can write to it by default. Set the ``web.allow-push``
  4699     option to ``*`` to allow everybody to push to the server. You
  4699     option to ``*`` to allow everybody to push to the server. You
  4700     should use a real web server if you need to authenticate users.
  4700     should use a real web server if you need to authenticate users.
  4701 
  4701 
  4702     By default, the server logs accesses to stdout and errors to
  4702     By default, the server logs accesses to stdout and errors to
  4703     stderr. Use the -A/--accesslog and -E/--errorlog options to log to
  4703     stderr. Use the -A/--accesslog and -E/--errorlog options to log to