mercurial/patch.py
changeset 25310 c1f5ef76d1c2
parent 25149 3f0744eeaeaf
child 25359 724421cb4745
--- a/mercurial/patch.py	Sun Apr 26 18:13:48 2015 +0900
+++ b/mercurial/patch.py	Wed May 27 15:49:24 2015 -0700
@@ -948,7 +948,7 @@
     def __repr__(self):
         return '<hunk %r@%d>' % (self.filename(), self.fromline)
 
-def filterpatch(ui, headers):
+def filterpatch(ui, headers, operation=None):
     """Interactively filter patch chunks into applied-only chunks"""
 
     def prompt(skipfile, skipall, query, chunk):