cleanup: remove old comment that lost all meaning
authorPierre-Yves David <pierre-yves.david@octobus.net>
Sat, 18 Aug 2018 01:03:19 +0200
changeset 3974 fe5fd6509930
parent 3973 1094e56d369a
child 3975 68d414cde579
cleanup: remove old comment that lost all meaning
hgext3rd/evolve/templatekw.py
--- a/hgext3rd/evolve/templatekw.py	Sat Aug 18 01:02:52 2018 +0200
+++ b/hgext3rd/evolve/templatekw.py	Sat Aug 18 01:03:19 2018 +0200
@@ -24,7 +24,6 @@
 eh = exthelper.exthelper()
 
 ### template keywords
-# XXX it does not handle troubles well :-/
 
 if util.safehasattr(templatekw, 'compatlist'):
     @eh.templatekw('troubles', requires=set(['ctx', 'templ']))