diff tests/test-dispatch.out @ 9892:4322e39bd525 stable

commands: use field lists instead of literal blocks in docstrings The literal blocks were mis-used for alignment, but this of course changes the font of the entire block to a fixed width font in the HTML version. Using a proper list solves this.
author Martin Geisler <mg@lazybytes.net>
date Thu, 19 Nov 2009 23:27:11 +0100
parents cd5b6a11b607
children a1ae0ed78d1a
line wrap: on
line diff
--- a/tests/test-dispatch.out	Thu Nov 19 22:25:38 2009 +0100
+++ b/tests/test-dispatch.out	Thu Nov 19 23:27:11 2009 +0100
@@ -13,9 +13,9 @@
     a format string. The formatting rules are the same as for the export
     command, with the following additions:
 
-      %s   basename of file being printed
-      %d   dirname of file being printed, or '.' if in repository root
-      %p   root-relative path name of file being printed
+    "%s"   basename of file being printed
+    "%d"   dirname of file being printed, or '.' if in repository root
+    "%p"   root-relative path name of file being printed
 
 options: