# HG changeset patch # User Cédric Duval # Date 1243196232 -7200 # Node ID 7af21dfae9d5d134707efabbceb2b560e7faf6e3 # Parent 704833724ff6dbcd02a77b09e54eb7207d2e5000 purge: fix spelling error diff -r 704833724ff6 -r 7af21dfae9d5 hgext/purge.py --- a/hgext/purge.py Sun May 24 23:53:28 2009 +0200 +++ b/hgext/purge.py Sun May 24 22:17:12 2009 +0200 @@ -40,7 +40,7 @@ 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)