doc: itemize text blocks to increase readability in HTML format stable
authorFUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Mon, 01 Feb 2016 22:14:06 +0900
branchstable
changeset 27960 0ec12435b78b
parent 27959 4322849a5357
child 27963 07a5de79ec30
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)
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