config: drop pager from the recommended extension stable
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Mon, 01 May 2017 15:51:57 +0200
branchstable
changeset 32097 601bfcddccdc
parent 32096 726121fa86e1
child 32098 149440d7e1a7
config: drop pager from the recommended extension The extension is deprecated, we should having exposing it to users.
mercurial/ui.py
--- a/mercurial/ui.py	Mon May 01 15:51:47 2017 +0200
+++ b/mercurial/ui.py	Mon May 01 15:51:57 2017 +0200
@@ -60,7 +60,7 @@
 # (see 'hg help extensions' for more info)
 #
 # churn =
-# pager =""",
+""",
 
     'cloned':
 """# example repository config (see 'hg help config' for more info)
@@ -109,7 +109,7 @@
 #
 # blackbox =
 # churn =
-# pager =""",
+""",
 }