Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/ui.py @ 38134:6acf41bb8d40
status: add default of --terse=u to tweakdefaults (BC)
This is in line with both Git and Subversion, and strikes me as a more
humane behavior.
Test output changes are expected once you read test-status.t, and I
feel like we've still got adequate coverage on things.
Differential Revision: https://phab.mercurial-scm.org/D3628
author | Augie Fackler <augie@google.com> |
---|---|
date | Mon, 14 May 2018 22:02:44 -0400 |
parents | c6904da6ab15 |
children | aac4be30e250 |
comparison
equal
deleted
inserted
replaced
38133:18424aeece7f | 38134:6acf41bb8d40 |
---|---|
64 status.relative = yes | 64 status.relative = yes |
65 # Refuse to perform an `hg update` that would cause a file content merge | 65 # Refuse to perform an `hg update` that would cause a file content merge |
66 update.check = noconflict | 66 update.check = noconflict |
67 # Show conflicts information in `hg status` | 67 # Show conflicts information in `hg status` |
68 status.verbose = True | 68 status.verbose = True |
69 # Collapse entire directories that contain only unknown files | |
70 status.terse = u | |
69 | 71 |
70 [diff] | 72 [diff] |
71 git = 1 | 73 git = 1 |
72 showfunc = 1 | 74 showfunc = 1 |
73 """ | 75 """ |