##// END OF EJS Templates
progress: empty the extension of any logic...
Pierre-Yves David -
r25521:f5c90687 default
parent child Browse files
Show More
@@ -12,10 +12,3 b' to draw progress bars that are as inform'
12 bars only offer indeterminate information, while others have a definite
12 bars only offer indeterminate information, while others have a definite
13 end point.
13 end point.
14 """
14 """
15
16 def uisetup(ui):
17 if ui.config('progress', 'disable', None) is None:
18 ui.setconfig('progress', 'disable', 'False', 'hgext-progress')
19
20 def reposetup(ui, repo):
21 uisetup(repo.ui)
General Comments 0
You need to be logged in to leave comments. Login now