comparison hgext/keyword.py @ 16743:38caf405d010

hgext: mark all first-party extensions as such
author Augie Fackler <raf@durin42.com>
date Tue, 15 May 2012 14:37:49 -0500
parents 77c9a78e31dd
children 6b704fa2bea1
comparison
equal deleted inserted replaced
16742:973671fc0804 16743:38caf405d010
90 90
91 commands.optionalrepo += ' kwdemo' 91 commands.optionalrepo += ' kwdemo'
92 92
93 cmdtable = {} 93 cmdtable = {}
94 command = cmdutil.command(cmdtable) 94 command = cmdutil.command(cmdtable)
95 testedwith = 'internal'
95 96
96 # hg commands that do not act on keywords 97 # hg commands that do not act on keywords
97 nokwcommands = ('add addremove annotate bundle export grep incoming init log' 98 nokwcommands = ('add addremove annotate bundle export grep incoming init log'
98 ' outgoing push tip verify convert email glog') 99 ' outgoing push tip verify convert email glog')
99 100