[PATCH 4 of 4] keyword: uppercase short option for kwfiles --all, like hg status -A

Christian Ebert blacktrash at gmx.net
Wed Sep 23 09:05:19 CDT 2009


# HG changeset patch
# User Christian Ebert <blacktrash at gmx.net>
# Date 1253655938 -7200
# Node ID 99cd0a9b6d76b1af02cd4ded2e7388d236468696
# Parent  6c262dbce7e74e3d4a5673eaf3f0311707b8a1e7
keyword: uppercase short option for kwfiles --all, like hg status -A

diff --git a/hgext/keyword.py b/hgext/keyword.py
--- a/hgext/keyword.py
+++ b/hgext/keyword.py
@@ -548,7 +548,7 @@
                  _('hg kwexpand [OPTION]... [FILE]...')),
     'kwfiles':
         (files,
-         [('a', 'all', None, _('show keyword status flags of all files')),
+         [('A', 'all', None, _('show keyword status flags of all files')),
           ('i', 'ignore', None, _('show files excluded from expansion')),
           ('u', 'unknown', None, _('only show unknown (not tracked) files')),
          ] + commands.walkopts,


More information about the Mercurial-devel mailing list