# HG changeset patch # User Pierre-Yves David # Date 2017-05-01 13:51:57 # Node ID 601bfcddccdcf6ea4962a9b72fca648779f15e94 # Parent 726121fa86e1107964052aa3af4d6d853653ddb9 config: drop pager from the recommended extension The extension is deprecated, we should having exposing it to users. diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -60,7 +60,7 @@ username = # (see 'hg help extensions' for more info) # # churn = -# pager =""", +""", 'cloned': """# example repository config (see 'hg help config' for more info) @@ -109,7 +109,7 @@ default = %s # # blackbox = # churn = -# pager =""", +""", }