[PATCH] Purge: clarify help for ignored files

Gilles Moris gilles.moris at free.fr
Fri Apr 4 15:55:49 CDT 2008


1 file changed, 2 insertions(+), 2 deletions(-)
hgext/purge.py |    4 ++--


# HG changeset patch
# User Gilles Moris <gilles.moris at free.fr>
# Date 1207340866 -7200
# Node ID 8dd7170d49bd0949ecda6446086681e346f5dd4b
# Parent  794add1ef1585557ffb5aead3381b45d19f87cf5
Purge: clarify help for ignored files

diff -r 794add1ef158 -r 8dd7170d49bd hgext/purge.py
--- a/hgext/purge.py	Fri Apr 04 22:19:52 2008 +0200
+++ b/hgext/purge.py	Fri Apr 04 22:27:46 2008 +0200
@@ -108,8 +108,8 @@
 
     This means that purge will delete:
      - Unknown files: files marked with "?" by "hg status"
-     - Ignored files: files usually ignored by Mercurial because they match
-       a pattern in a ".hgignore" file
+     - Ignored files (with --all): files usually ignored by Mercurial
+       because they match a pattern in a ".hgignore" file
      - Empty directories: in fact Mercurial ignores directories unless they
        contain files under source control managment
     But it will leave untouched:


More information about the Mercurial-devel mailing list