##// END OF EJS Templates
spelling: shouldn't
timeless@mozdev.org -
r17514:6ed71181 default
parent child Browse files
Show More
@@ -81,7 +81,7 b' def scanpatch(fp):'
81 81 class header(object):
82 82 """patch header
83 83
84 XXX shoudn't we move this to mercurial/patch.py ?
84 XXX shouldn't we move this to mercurial/patch.py ?
85 85 """
86 86 diffgit_re = re.compile('diff --git a/(.*) b/(.*)$')
87 87 diff_re = re.compile('diff -r .* (.*)$')
General Comments 0
You need to be logged in to leave comments. Login now