config: drop progress extension from sample hgrc as it is in core now
authorYuya Nishihara <yuya@tcha.org>
Tue, 15 Dec 2015 23:50:48 +0900
changeset 28125 3b4537ba80e9
parent 28124 983365382465
child 28126 562a073a2a1b
config: drop progress extension from sample hgrc as it is in core now
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 =""",
 }