# HG changeset patch # User Yuya Nishihara # Date 1450191048 -32400 # Node ID 3b4537ba80e9471b9a8021fb0c5f24c74a7fc302 # Parent 98336538246505aa4437960541ac3ceaa917b76d config: drop progress extension from sample hgrc as it is in core now diff -r 983365382465 -r 3b4537ba80e9 mercurial/ui.py --- a/mercurial/ui.py Thu Feb 04 03:47:38 2016 +0000 +++ b/mercurial/ui.py Tue Dec 15 23:50:48 2015 +0900 @@ -42,7 +42,6 @@ # (see "hg help extensions" for more info) # # pager = -# progress = # color =""", 'cloned': @@ -86,7 +85,6 @@ # (see "hg help extensions" for more info) # # blackbox = -# progress = # color = # pager =""", }