mercurial/patch.py
changeset 3996 c190df14338c
parent 3970 fff8a5345eb0
child 4006 67982d3ee76c
--- a/mercurial/patch.py
+++ b/mercurial/patch.py
@@ -524,6 +524,7 @@ def diff(repo, node1=None, node2=None, f
     all = modified + added + removed
     all.sort()
     gone = {}
+
     for f in all:
         to = None
         tn = None