author | timeless@mozdev.org |
Fri, 17 Aug 2012 13:58:19 -0700 | |
changeset 17514 | 6ed711812ba9 |
parent 17513 | d08b333816c6 |
child 17515 | b5b38d21fe99 |
hgext/record.py | file | annotate | diff | comparison | revisions |
--- 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 .* (.*)$')