changeset 3:133dab95fb84

Added the recommended "testedwith" module attribute
author Franz Glasner <hg@dom66.de>
date Fri, 14 Aug 2015 09:06:00 +0200
parents 7f1bcab85ba2
children fa5189869651
files extensions/revinfo.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/revinfo.py	Fri Aug 14 08:59:54 2015 +0200
+++ b/extensions/revinfo.py	Fri Aug 14 09:06:00 2015 +0200
@@ -16,6 +16,8 @@
 
 command = cmdutil.command(cmdtable)
 
+testedwith = "3.5"
+
 
 @command("revinfo",
          [("r", "rev", "",  _('revision to handle'), _('REV')),