Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 34746:54fa3db5becf
configitems: register the 'progress.format' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 11 Oct 2017 22:53:17 +0200 |
parents | 1c9128b735cd |
children | 5cf98daad7b1 |
comparison
equal
deleted
inserted
replaced
34745:0b46440b1b45 | 34746:54fa3db5becf |
---|---|
589 default=False, | 589 default=False, |
590 ) | 590 ) |
591 coreconfigitem('progress', 'estimateinterval', | 591 coreconfigitem('progress', 'estimateinterval', |
592 default=60.0, | 592 default=60.0, |
593 ) | 593 ) |
594 coreconfigitem('progress', 'format', | |
595 default=lambda: ['topic', 'bar', 'number', 'estimate'], | |
596 ) | |
594 coreconfigitem('progress', 'refresh', | 597 coreconfigitem('progress', 'refresh', |
595 default=0.1, | 598 default=0.1, |
596 ) | 599 ) |
597 coreconfigitem('progress', 'width', | 600 coreconfigitem('progress', 'width', |
598 default=dynamicdefault, | 601 default=dynamicdefault, |