diff extensions/revinfo.py @ 3:133dab95fb84

Added the recommended "testedwith" module attribute
author Franz Glasner <hg@dom66.de>
date Fri, 14 Aug 2015 09:06:00 +0200
parents a80645763196
children fa5189869651
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')),