comparison mercurial/help/config.txt @ 27960:0ec12435b78b stable

doc: itemize text blocks to increase readability in HTML format Before this patch, text blocks changed in this patch are shown as just continuous text blocks like below in HTML format. Global configuration like the username setting is typically put into: %USERPROFILE%\mercurial.ini $HOME/.hgrc This patch itemizes these text blocks to increase readability in HTML format. Global configuration like the username setting is typically put into: - %USERPROFILE%\mercurial.ini (on Windows) - $HOME/.hgrc (on Unix, Plan9) Like as other platform sensitive container-ed text blocks, this patch also adds explicit "on PLATFORM" information to each items for readability in HTML format, even though output of "hg help config" on command line seems a little redundant. For example, on Unix: Global configuration like the username setting is typically put into: - "$HOME/.hgrc" (on Unix, Plan9)
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Mon, 01 Feb 2016 22:14:06 +0900
parents 7b7e16158c35
children a58378983687
comparison
equal deleted inserted replaced
27959:4322849a5357 27960:0ec12435b78b
36 36
37 Global configuration like the username setting is typically put into: 37 Global configuration like the username setting is typically put into:
38 38
39 .. container:: windows 39 .. container:: windows
40 40
41 ``%USERPROFILE%\mercurial.ini`` 41 - ``%USERPROFILE%\mercurial.ini`` (on Windows)
42 42
43 .. container:: unix.plan9 43 .. container:: unix.plan9
44 44
45 ``$HOME/.hgrc`` 45 - ``$HOME/.hgrc`` (on Unix, Plan9)
46 46
47 The names of these files depend on the system on which Mercurial is 47 The names of these files depend on the system on which Mercurial is
48 installed. ``*.rc`` files from a single directory are read in 48 installed. ``*.rc`` files from a single directory are read in
49 alphabetical order, later ones overriding earlier ones. Where multiple 49 alphabetical order, later ones overriding earlier ones. Where multiple
50 paths are given below, settings from earlier paths override later 50 paths are given below, settings from earlier paths override later