Comments
Patch
@@ -520,11 +520,11 @@ def dorecord(ui, repo, commitfunc, cmdsu
'(use "hg commit" instead)'))
changes = repo.status(match=match)[:3]
- diffopts = mdiff.diffopts(
+ diffopts = patch.diffopts(ui, opts=dict(
git=True, nodates=True,
ignorews=opts.get('ignore_all_space'),
ignorewsamount=opts.get('ignore_space_change'),
- ignoreblanklines=opts.get('ignore_blank_lines'))
+ ignoreblanklines=opts.get('ignore_blank_lines')))
chunks = patch.diff(repo, changes=changes, opts=diffopts)
fp = cStringIO.StringIO()
fp.write(''.join(chunks))
@@ -255,18 +255,18 @@ Modify end of plain file with username u
[255]
-Modify end of plain file
+Modify end of plain file, also test that diffopts are accounted for
$ HGUSER="test"
$ export HGUSER
- $ hg record -d '8 0' -m end plain <<EOF
+ $ hg record --config diff.showfunc=true -d '8 0' -m end plain <<EOF
> y
> y
> EOF
diff --git a/plain b/plain
1 hunks, 1 lines changed
examine changes to 'plain'? [Ynesfdaq?]
- @@ -8,3 +8,4 @@
+ @@ -8,3 +8,4 @@ 7
8
9
10