hgext/purge.py
changeset 10973 49a07f441496
parent 9270 00cc7fa0c0c6
child 14310 c16ec14d44b6
--- 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.