##// END OF EJS Templates
purge: fix spelling error
Cédric Duval -
r8617:7af21dfa default
parent child Browse files
Show More
@@ -40,7 +40,7 b' def purge(ui, repo, *dirs, **opts):'
40 This means that purge will delete:
40 This means that purge will delete:
41 - Unknown files: files marked with "?" by "hg status"
41 - Unknown files: files marked with "?" by "hg status"
42 - Empty directories: in fact Mercurial ignores directories unless
42 - Empty directories: in fact Mercurial ignores directories unless
43 they contain files under source control managment
43 they contain files under source control management
44 But it will leave untouched:
44 But it will leave untouched:
45 - Modified and unmodified tracked files
45 - Modified and unmodified tracked files
46 - Ignored files (unless --all is specified)
46 - Ignored files (unless --all is specified)
General Comments 0
You need to be logged in to leave comments. Login now