hgext/extdiff.py
changeset 29735 91b2f2176395
parent 29734 14c3afcb1c26
child 29852 d5883fd055c6
--- a/hgext/extdiff.py	Wed Jul 27 21:42:24 2016 +0900
+++ b/hgext/extdiff.py	Wed Jul 27 21:44:49 2016 +0900
@@ -325,10 +325,12 @@
     return dodiff(ui, repo, cmdline, pats, opts)
 
 class savedcmd(object):
-    """use %(path)s to diff repository (or selected files)
+    """use external program to diff repository (or selected files)
 
     Show differences between revisions for the specified files, using
-    the %(path)s program.
+    the following program::
+
+        %(path)s
 
     When two revision arguments are given, then changes are shown
     between those revisions. If only one revision is specified then