Mercurial > hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
38622:fa6edc6a02a9 | 38623:92c845c097aa |
---|---|
69 status.terse = u | 69 status.terse = u |
70 | 70 |
71 [diff] | 71 [diff] |
72 git = 1 | 72 git = 1 |
73 showfunc = 1 | 73 showfunc = 1 |
74 word-diff = 1 | |
74 """ | 75 """ |
75 | 76 |
76 samplehgrcs = { | 77 samplehgrcs = { |
77 'user': | 78 'user': |
78 b"""# example user config (see 'hg help config' for more info) | 79 b"""# example user config (see 'hg help config' for more info) |