hgext/record.py
changeset 11499 324cd681fa47
parent 11238 a5922547b5cc
child 11500 b782a7eb9037
--- a/hgext/record.py	Thu Jul 01 19:27:02 2010 -0300
+++ b/hgext/record.py	Thu Jul 01 19:27:03 2010 -0300
@@ -186,7 +186,8 @@
             self.hunk = []
             self.stream = []
 
-        def addrange(self, (fromstart, fromend, tostart, toend, proc)):
+        def addrange(self, limits):
+            fromstart, fromend, tostart, toend, proc = limits
             self.fromline = int(fromstart)
             self.toline = int(tostart)
             self.proc = proc