hgext/keyword.py
changeset 9494 bdd8a41ea6f6
parent 9493 fe1ecd15c6bd
child 9942 b6d484168350
equal deleted inserted replaced
9493:fe1ecd15c6bd 9494:bdd8a41ea6f6
   380     expansion.
   380     expansion.
   381 
   381 
   382     See "hg help keyword" on how to construct patterns both for
   382     See "hg help keyword" on how to construct patterns both for
   383     inclusion and exclusion of files.
   383     inclusion and exclusion of files.
   384 
   384 
   385     With -a/--all and -v/--verbose the codes used to show the status
   385     With -A/--all and -v/--verbose the codes used to show the status
   386     of files are::
   386     of files are::
   387 
   387 
   388       K = keyword expansion candidate
   388       K = keyword expansion candidate
   389       k = keyword expansion candidate (not tracked)
   389       k = keyword expansion candidate (not tracked)
   390       I = ignored
   390       I = ignored
   547          _('hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]...')),
   547          _('hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]...')),
   548     'kwexpand': (expand, commands.walkopts,
   548     'kwexpand': (expand, commands.walkopts,
   549                  _('hg kwexpand [OPTION]... [FILE]...')),
   549                  _('hg kwexpand [OPTION]... [FILE]...')),
   550     'kwfiles':
   550     'kwfiles':
   551         (files,
   551         (files,
   552          [('a', 'all', None, _('show keyword status flags of all files')),
   552          [('A', 'all', None, _('show keyword status flags of all files')),
   553           ('i', 'ignore', None, _('show files excluded from expansion')),
   553           ('i', 'ignore', None, _('show files excluded from expansion')),
   554           ('u', 'unknown', None, _('only show unknown (not tracked) files')),
   554           ('u', 'unknown', None, _('only show unknown (not tracked) files')),
       
   555           ('a', 'all', None,
       
   556            _('show keyword status flags of all files (DEPRECATED)')),
   555           ('u', 'untracked', None, _('only show untracked files (DEPRECATED)')),
   557           ('u', 'untracked', None, _('only show untracked files (DEPRECATED)')),
   556          ] + commands.walkopts,
   558          ] + commands.walkopts,
   557          _('hg kwfiles [OPTION]... [FILE]...')),
   559          _('hg kwfiles [OPTION]... [FILE]...')),
   558     'kwshrink': (shrink, commands.walkopts,
   560     'kwshrink': (shrink, commands.walkopts,
   559                  _('hg kwshrink [OPTION]... [FILE]...')),
   561                  _('hg kwshrink [OPTION]... [FILE]...')),