purge: fix spelling error

This commit is contained in:
Cédric Duval 2009-05-24 22:17:12 +02:00
parent 6ab8a62f66
commit 8ab8d67bca

View File

@ -40,7 +40,7 @@ def purge(ui, repo, *dirs, **opts):
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 managment
they contain files under source control management
But it will leave untouched:
- Modified and unmodified tracked files
- Ignored files (unless --all is specified)