diff mercurial/ui.py @ 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 152f4822d210
children bfcd5c7cbf9a
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 = {