comparison doc/hgrc.5.txt @ 9745:5b8e0da2d59b

hgrc.5: do not turn random URLs into links URLs and email addresses are automatically turned into links. We don't want that when talking about example links and addresses.
author Martin Geisler <mg@lazybytes.net>
date Sat, 07 Nov 2009 14:41:03 +0100
parents e8990ce2f2d4
children 2dee9a359262
comparison
equal deleted inserted replaced
9744:e8990ce2f2d4 9745:5b8e0da2d59b
738 Default is True. 738 Default is True.
739 ``askusername`` 739 ``askusername``
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.
747 ``editor`` 747 ``editor``
748 The editor to use during a commit. Default is ``$EDITOR`` or "vi". 748 The editor to use during a commit. Default is ``$EDITOR`` or "vi".
807 occurs. Setting this to True will make Mercurial print a traceback 807 occurs. Setting this to True will make Mercurial print a traceback
808 on all exceptions, even those recognized by Mercurial (such as 808 on all exceptions, even those recognized by Mercurial (such as
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).
817 ``verbose`` 817 ``verbose``
818 Increase the amount of output printed. True or False. Default is False. 818 Increase the amount of output printed. True or False. Default is False.
862 (DEPRECATED) Whether to allow .zip downloading of repository 862 (DEPRECATED) Whether to allow .zip downloading of repository
863 revisions. Default is False. This feature creates temporary files. 863 revisions. Default is False. This feature creates temporary files.
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.
871 ``deny_push`` 871 ``deny_push``
872 Whether to deny pushing to the repository. If empty or not set, 872 Whether to deny pushing to the repository. If empty or not set,
923 prevent password sniffing. Default is True. 923 prevent password sniffing. Default is True.
924 ``staticurl`` 924 ``staticurl``
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.
932 ``style`` 932 ``style``
933 Which template map style to use. 933 Which template map style to use.