[Debtags-commits] [svn] r2247 - web/trunk/js

Enrico Zini enrico at alioth.debian.org
Sun Apr 1 10:34:19 UTC 2007


Author: enrico
Date: Sun Apr  1 10:34:18 2007
New Revision: 2247

Modified:
   web/trunk/js/debtags.js
Log:
Added april fools' joke

Modified: web/trunk/js/debtags.js
==============================================================================
--- web/trunk/js/debtags.js	(original)
+++ web/trunk/js/debtags.js	Sun Apr  1 10:34:18 2007
@@ -737,6 +737,9 @@
 	// the inferrer will pick it up
 	if (tags.hasRE(/^devel::library$/) && ! tags.hasRE(/^role::devel-lib$/))
 		res.push("A <i>role::devel-lib</i> tag seems to be missing.");
+  // TODO: Remove after April, 1st
+	if (!tags.hasRE(/^special::obsolete$/))
+	  res.push("The <i>special::obsolete</i> tag seems to be missing.");
 	return res;
 }
 



More information about the Debtags-commits mailing list