changeset 38101 | 6acf41bb8d40 |
parent 37917 | c6904da6ab15 |
child 38164 | aac4be30e250 |
--- 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