changeset 109:b9bfbcdbc070 default tip

crecord: add missing metadata The lack of testedwith has made crecord the number one extension to blame.
author Matt Mackall <mpm@selenic.com>
date Sat, 21 Nov 2015 14:03:39 -0600
parents 820a210604bb
children
files crecord/__init__.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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'