mercurial/mdiff.py
changeset 2078 441ea218414e
parent 1723 fde8fb2cbede
child 2248 b914f0557832
--- a/mercurial/mdiff.py
+++ b/mercurial/mdiff.py
@@ -192,4 +192,5 @@ def patch(a, bin):
     return mpatch.patches(a, [bin])
 
 patches = mpatch.patches
+patchedsize = mpatch.patchedsize
 textdiff = bdiff.bdiff