diff hgext/purge.py @ 10973:49a07f441496

Use hg role in help strings
author Martin Geisler <mg@aragost.com>
date Thu, 22 Apr 2010 10:24:49 +0200
parents 00cc7fa0c0c6
children c16ec14d44b6
line wrap: on
line diff
--- a/hgext/purge.py	Thu Apr 22 10:04:53 2010 +0200
+++ b/hgext/purge.py	Thu Apr 22 10:24:49 2010 +0200
@@ -37,7 +37,7 @@
 
     This means that purge will delete:
 
-    - Unknown files: files marked with "?" by "hg status"
+    - Unknown files: files marked with "?" by :hg:`status`
     - Empty directories: in fact Mercurial ignores directories unless
       they contain files under source control management
 
@@ -45,7 +45,7 @@
 
     - Modified and unmodified tracked files
     - Ignored files (unless --all is specified)
-    - New files added to the repository (with "hg add")
+    - New files added to the repository (with :hg:`add`)
 
     If directories are given on the command line, only files in these
     directories are considered.