# HG changeset patch # User Anton Shestakov # Date 1549527899 -28800 # Node ID c09889f81947a51d27058f1b0c2e2373831ac253 # Parent 054ff759f2fd16b9e89464152906ebb9d2e1b420 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." diff -r 054ff759f2fd -r c09889f81947 tests/test-split.t --- 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]