changeset 38623:92c845c097aa

tweakdefaults: enable word-diff by default It's another creature comfort in diff output, we may as well include it alongside git-diffs and showfunc.
author Augie Fackler <augie@google.com>
date Mon, 09 Jul 2018 10:07:20 -0400
parents fa6edc6a02a9
children 5460926352ee
files mercurial/ui.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/ui.py	Tue Jul 10 08:31:33 2018 +0200
+++ b/mercurial/ui.py	Mon Jul 09 10:07:20 2018 -0400
@@ -71,6 +71,7 @@
 [diff]
 git = 1
 showfunc = 1
+word-diff = 1
 """
 
 samplehgrcs = {