f3b15887b004 — Alain Leufroy 7 years ago
extension: add mecurial compatibility
1 files changed, 3 insertions(+), 1 deletions(-)

M lairucrem/extension.py
M lairucrem/extension.py +3 -1
@@ 10,9 10,11 @@ side.
 """
 
 import itertools
-from mercurial import cmdutil, scmutil, graphmod, i18n, templatekw
+
 from hgext import color
+from mercurial import cmdutil, graphmod, i18n, scmutil, templatekw
 
+testedwith = '4.0'
 
 def monkeypatch(cls, methodname=None):
     """patch a class with decorated method"""