changeset 8617:7af21dfae9d5

purge: fix spelling error
author Cédric Duval <cedricduval@free.fr>
date Sun, 24 May 2009 22:17:12 +0200
parents 704833724ff6
children cf6f567e27e9
files hgext/purge.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)