mercurial/commands.py
changeset 12389 4ac734b9b3fd
parent 12386 8eedf53547b8
child 12390 aff4afdcfd2b
--- a/mercurial/commands.py	Wed Sep 22 15:51:59 2010 +0200
+++ b/mercurial/commands.py	Wed Sep 22 16:23:55 2010 +0200
@@ -1432,9 +1432,10 @@
 
     Differences between files are shown using the unified diff format.
 
-    NOTE: diff may generate unexpected results for merges, as it will
-    default to comparing against the working directory's first parent
-    changeset if no revisions are specified.
+    .. note::
+       diff may generate unexpected results for merges, as it will
+       default to comparing against the working directory's first
+       parent changeset if no revisions are specified.
 
     When two revision arguments are given, then changes are shown
     between those revisions. If only one revision is specified then