# HG changeset patch # User timeless@mozdev.org # Date 1345237099 25200 # Node ID 6ed711812ba9161343865a124111b1118b7f8bca # Parent d08b333816c68717b83f43be9f7d16ad66ee5d3a spelling: shouldn't diff -r d08b333816c6 -r 6ed711812ba9 hgext/record.py --- a/hgext/record.py Fri Aug 17 13:58:19 2012 -0700 +++ b/hgext/record.py Fri Aug 17 13:58:19 2012 -0700 @@ -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 .* (.*)$')