# HG changeset patch # User Matt Mackall # Date 1448136219 21600 # Node ID b9bfbcdbc070ede5c66d7494717cdcc0b9f16079 # Parent 820a210604bb8316161c28022c08756626216b2a crecord: add missing metadata The lack of testedwith has made crecord the number one extension to blame. diff --git a/crecord/__init__.py b/crecord/__init__.py --- a/crecord/__init__.py +++ b/crecord/__init__.py @@ -147,3 +147,6 @@ } cmdtable.update(qcmdtable) + +testedwith = '3.0.2 3.1.2 3.2.4 3.3.3 3.4.3 3.5.2 3.6' +buglink = 'https://bitbucket.org/edgimar/crecord/issues'