changeset 2456:63be7982d593

effectflag: add a small comment to suggest improvement The code run but we will likely need something easier to extend.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 19 May 2017 20:50:49 +0200
parents d93a50a9abf5
children 1ea3065cc570
files hgext3rd/evolve/obshistory.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/evolve/obshistory.py	Fri May 19 20:50:00 2017 +0200
+++ b/hgext3rd/evolve/obshistory.py	Fri May 19 20:50:49 2017 +0200
@@ -348,6 +348,7 @@
     if effectflag:
         effect = []
 
+        # XXX should be a dict
         if effectflag & DESCCHANGED:
             effect.append('description')
         if effectflag & METACHANGED: