##// END OF EJS Templates
purge: fix formatting of lists with proper reST markup
Martin Geisler -
r9215:f6a880fa default
parent child Browse files
Show More
@@ -36,13 +36,16 b' def purge(ui, repo, *dirs, **opts):'
36 36 uncommitted changes in an otherwise-clean source tree.
37 37
38 38 This means that purge will delete:
39 - Unknown files: files marked with "?" by "hg status"
40 - Empty directories: in fact Mercurial ignores directories unless they
41 contain files under source control management
39
40 - Unknown files: files marked with "?" by "hg status"
41 - Empty directories: in fact Mercurial ignores directories unless they
42 contain files under source control management
43
42 44 But it will leave untouched:
43 - Modified and unmodified tracked files
44 - Ignored files (unless --all is specified)
45 - New files added to the repository (with "hg add")
45
46 - Modified and unmodified tracked files
47 - Ignored files (unless --all is specified)
48 - New files added to the repository (with "hg add")
46 49
47 50 If directories are given on the command line, only files in these
48 51 directories are considered.
General Comments 0
You need to be logged in to leave comments. Login now