changeset 4392:c09889f81947

test-split: split now ignores diff.* settings From 66399f2e92aa: "It is assumed by the author that the `[diff]` section is primarily for *viewing* diffs, and that it is unlikely what people intend when attempting to commit or revert."
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 07 Feb 2019 16:24:59 +0800
parents 054ff759f2fd
children 159a4a6ded0b
files tests/test-split.t
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-split.t	Sun Feb 03 17:03:02 2019 +0530
+++ b/tests/test-split.t	Thu Feb 07 16:24:59 2019 +0800
@@ -19,6 +19,8 @@
   > [diff]
   > git = 1
   > unified = 0
+  > [commands]
+  > commit.interactive.unified = 0
   > [ui]
   > interactive = true
   > [extensions]