##// END OF EJS Templates
hgrc.5: do not turn random URLs into links...
Martin Geisler -
r9745:5b8e0da2 default
parent child Browse files
Show More
@@ -740,7 +740,7 b' User interface controls.'
740 Whether to prompt for a username when committing. If True, and
740 Whether to prompt for a username when committing. If True, and
741 neither ``$HGUSER`` nor ``$EMAIL`` has been specified, then the user will
741 neither ``$HGUSER`` nor ``$EMAIL`` has been specified, then the user will
742 be prompted to enter a username. If no username is entered, the
742 be prompted to enter a username. If no username is entered, the
743 default USER@HOST is used instead.
743 default ``USER@HOST`` is used instead.
744 Default is False.
744 Default is False.
745 ``debug``
745 ``debug``
746 Print debugging information. True or False. Default is False.
746 Print debugging information. True or False. Default is False.
@@ -809,8 +809,8 b' merge-tools_ section.'
809 IOError or MemoryError). Default is False.
809 IOError or MemoryError). Default is False.
810 ``username``
810 ``username``
811 The committer of a changeset created when running "commit".
811 The committer of a changeset created when running "commit".
812 Typically a person's name and email address, e.g. "Fred Widget
812 Typically a person's name and email address, e.g. ``Fred Widget
813 <fred@example.com>". Default is ``$EMAIL`` or username@hostname. If
813 <fred@example.com>``. Default is ``$EMAIL`` or ``username@hostname``. If
814 the username in hgrc is empty, it has to be specified manually or
814 the username in hgrc is empty, it has to be specified manually or
815 in a different hgrc file (e.g. ``$HOME/.hgrc``, if the admin set
815 in a different hgrc file (e.g. ``$HOME/.hgrc``, if the admin set
816 "username =" in the system hgrc).
816 "username =" in the system hgrc).
@@ -864,7 +864,7 b' Web interface configuration.'
864 ``baseurl``
864 ``baseurl``
865 Base URL to use when publishing URLs in other locations, so
865 Base URL to use when publishing URLs in other locations, so
866 third-party tools like email notification hooks can construct
866 third-party tools like email notification hooks can construct
867 URLs. Example: "http://hgserver/repos/"
867 URLs. Example: ``http://hgserver/repos/``.
868 ``contact``
868 ``contact``
869 Name or email address of the person in charge of the repository.
869 Name or email address of the person in charge of the repository.
870 Defaults to ui.username or ``$EMAIL`` or "unknown" if unset or empty.
870 Defaults to ui.username or ``$EMAIL`` or "unknown" if unset or empty.
@@ -925,7 +925,7 b' Web interface configuration.'
925 Base URL to use for static files. If unset, static files (e.g. the
925 Base URL to use for static files. If unset, static files (e.g. the
926 hgicon.png favicon) will be served by the CGI script itself. Use
926 hgicon.png favicon) will be served by the CGI script itself. Use
927 this setting to serve them directly with the HTTP server.
927 this setting to serve them directly with the HTTP server.
928 Example: "http://hgserver/static/"
928 Example: ``http://hgserver/static/``.
929 ``stripes``
929 ``stripes``
930 How many lines a "zebra stripe" should span in multiline output.
930 How many lines a "zebra stripe" should span in multiline output.
931 Default is 1; set to 0 to disable.
931 Default is 1; set to 0 to disable.
General Comments 0
You need to be logged in to leave comments. Login now