diff -r fc14953e8e34 -r e7cfe3587ea4 hgext/record.py --- a/hgext/record.py Tue Aug 28 17:59:08 2012 -0500 +++ b/hgext/record.py Wed Aug 15 22:38:42 2012 +0200 @@ -81,7 +81,7 @@ class header(object): """patch header - XXX shoudn't we move this to mercurial/patch.py ? + XXX shouldn't we move this to mercurial/patch.py ? """ diffgit_re = re.compile('diff --git a/(.*) b/(.*)$') diff_re = re.compile('diff -r .* (.*)$')