diff mercurial/ui.py @ 38101: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
line wrap: on
line diff
--- a/mercurial/ui.py	Mon May 14 22:01:27 2018 -0400
+++ b/mercurial/ui.py	Mon May 14 22:02:44 2018 -0400
@@ -66,6 +66,8 @@
 update.check = noconflict
 # Show conflicts information in `hg status`
 status.verbose = True
+# Collapse entire directories that contain only unknown files
+status.terse = u
 
 [diff]
 git = 1