mercurial/patch.py
changeset 3996 c190df14338c
parent 3970 fff8a5345eb0
child 4006 67982d3ee76c
--- a/mercurial/patch.py	Fri Dec 29 20:04:30 2006 -0600
+++ b/mercurial/patch.py	Fri Dec 29 20:04:30 2006 -0600
@@ -524,6 +524,7 @@
     all = modified + added + removed
     all.sort()
     gone = {}
+
     for f in all:
         to = None
         tn = None