[PATCH 3 of 3] purge: clarify help for ignored files

Gilles Moris gilles.moris at free.fr
Thu Apr 10 02:10:27 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 1207811346 -7200
# Node ID 262610d682590ab8b3d9b242f093595553f9058b
# Parent  c0d7019014b4a2f605c78853aabfc03a243938d3
purge: clarify help for ignored files

diff --git a/hgext/purge.py b/hgext/purge.py
--- a/hgext/purge.py
+++ b/hgext/purge.py
@@ -109,8 +109,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