mercurial/patch.py
changeset 8761 0289f384e1e5
parent 8632 9e055cfdd620
child 8778 c5f36402daad
--- a/mercurial/patch.py	Tue Jun 09 09:25:31 2009 -0400
+++ b/mercurial/patch.py	Tue Jun 09 09:25:17 2009 -0400
@@ -1350,7 +1350,7 @@
             if line.startswith('diff --git'):
                 filename = gitre.search(line).group(1)
             else:
-                # format: "diff -r ... -r ... file name"
+                # format: "diff -r ... -r ... filename"
                 filename = line.split(None, 5)[-1]
         elif line.startswith('+') and not line.startswith('+++'):
             adds += 1