# HG changeset patch # User Cédric Duval # Date 2009-05-24 20:17:12 # Node ID 7af21dfae9d5d134707efabbceb2b560e7faf6e3 # Parent 704833724ff6dbcd02a77b09e54eb7207d2e5000 purge: fix spelling error diff --git a/hgext/purge.py b/hgext/purge.py --- a/hgext/purge.py +++ b/hgext/purge.py @@ -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)