Mercurial > hg
changeset 17514:6ed711812ba9
spelling: shouldn't
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:19 -0700 |
parents | d08b333816c6 |
children | b5b38d21fe99 |
files | hgext/record.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 .* (.*)$')