changeset 9215:f6a880fa9cd7

purge: fix formatting of lists with proper reST markup
author Martin Geisler <mg@lazybytes.net>
date Thu, 23 Jul 2009 00:25:34 +0200
parents b1b0c845ba6e
children 9b2649b6ce5c
files hgext/purge.py
diffstat 1 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/purge.py	Thu Jul 23 00:24:52 2009 +0200
+++ b/hgext/purge.py	Thu Jul 23 00:25:34 2009 +0200
@@ -36,13 +36,16 @@
     uncommitted changes in an otherwise-clean source tree.
 
     This means that purge will delete:
-     - Unknown files: files marked with "?" by "hg status"
-     - Empty directories: in fact Mercurial ignores directories unless they
-       contain files under source control management
+
+    - Unknown files: files marked with "?" by "hg status"
+    - Empty directories: in fact Mercurial ignores directories unless they
+      contain files under source control management
+
     But it will leave untouched:
-     - Modified and unmodified tracked files
-     - Ignored files (unless --all is specified)
-     - New files added to the repository (with "hg add")
+
+    - Modified and unmodified tracked files
+    - Ignored files (unless --all is specified)
+    - New files added to the repository (with "hg add")
 
     If directories are given on the command line, only files in these
     directories are considered.