# HG changeset patch # User Augie Fackler # Date 1531145240 14400 # Node ID 92c845c097aa9ea4843f8cc8ae05585a96158633 # Parent fa6edc6a02a959e44aa20227afa0e1cd5eb5fc35 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. diff -r fa6edc6a02a9 -r 92c845c097aa mercurial/ui.py --- 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 = {