[PATCH] minor doc fix

Benoit Boissinot benoit.boissinot at ens-lyon.org
Wed Nov 2 11:04:22 UTC 2005


# HG changeset patch
# User Benoit Boissinot <benoit.boissinot at ens-lyon.org>
# Node ID adfef6fc00409353e70cddff43c61ab092c48670
# Parent  5d9d3a1be78c733cb3e7cbeadbd0301ff4437ef0
minor doc fix

diff -r 5d9d3a1be78c -r adfef6fc0040 mercurial/commands.py
--- a/mercurial/commands.py	Wed Nov  2 12:23:00 2005 +0200
+++ b/mercurial/commands.py	Wed Nov  2 13:03:07 2005 +0200
@@ -2217,7 +2217,7 @@
         (grep,
          [('0', 'print0', None, _('end fields with NUL')),
           ('I', 'include', [], _('include names matching the given patterns')),
-          ('X', 'exclude', [], _('include names matching the given patterns')),
+          ('X', 'exclude', [], _('exclude names matching the given patterns')),
           ('', 'all', None, _('print all revisions that match')),
           ('i', 'ignore-case', None, _('ignore case when matching')),
           ('l', 'files-with-matches', None, _('print only filenames and revs that match')),



More information about the Mercurial mailing list