# HG changeset patch # User FUJIWARA Katsunori # Date 1454332446 -32400 # Node ID 0ec12435b78bf5e06827b057c9a6a363d6eba06e # Parent 4322849a53579134ccc5c92f59410846649653cb 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) diff -r 4322849a5357 -r 0ec12435b78b mercurial/help/config.txt --- a/mercurial/help/config.txt Mon Feb 01 22:14:06 2016 +0900 +++ b/mercurial/help/config.txt Mon Feb 01 22:14:06 2016 +0900 @@ -38,11 +38,11 @@ .. container:: windows - ``%USERPROFILE%\mercurial.ini`` + - ``%USERPROFILE%\mercurial.ini`` (on Windows) .. container:: unix.plan9 - ``$HOME/.hgrc`` + - ``$HOME/.hgrc`` (on Unix, Plan9) The names of these files depend on the system on which Mercurial is installed. ``*.rc`` files from a single directory are read in