--- a/hgext/keyword.py Sun May 04 22:16:05 2014 -0700
+++ b/hgext/keyword.py Sun May 04 22:16:56 2014 -0700
@@ -89,7 +89,6 @@
from mercurial.i18n import _
import os, re, shutil, tempfile
-commands.optionalrepo += ' kwdemo'
commands.inferrepo += ' kwexpand kwfiles kwshrink'
cmdtable = {}
@@ -363,7 +362,8 @@
[('d', 'default', None, _('show default keyword template maps')),
('f', 'rcfile', '',
_('read maps from rcfile'), _('FILE'))],
- _('hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]...'))
+ _('hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]...'),
+ optionalrepo=True)
def demo(ui, repo, *args, **opts):
'''print [keywordmaps] configuration and an expansion example