diff -r 0a2c6948f5f4 -r 49a07f441496 hgext/purge.py --- 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.