Mercurial > hg
diff 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 |
line wrap: on
line diff
--- a/hgext/keyword.py Sat May 05 15:12:26 2012 -0500 +++ b/hgext/keyword.py Tue May 15 14:37:49 2012 -0500 @@ -92,6 +92,7 @@ cmdtable = {} command = cmdutil.command(cmdtable) +testedwith = 'internal' # hg commands that do not act on keywords nokwcommands = ('add addremove annotate bundle export grep incoming init log'