changeset 32096:726121fa86e1 stable

config: use "churn" as an example extension "Churn" is not the useful example we have, but this is the one used in 'hg help config.extensions'. As we need something to replace the deprecated 'pager' extension in the example config, we are adding 'churn'.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Mon, 01 May 2017 15:51:47 +0200
parents c52728b383b4
children 601bfcddccdc
files mercurial/ui.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/ui.py	Wed Apr 19 23:10:05 2017 +0900
+++ b/mercurial/ui.py	Mon May 01 15:51:47 2017 +0200
@@ -59,6 +59,7 @@
 # uncomment these lines to enable some popular extensions
 # (see 'hg help extensions' for more info)
 #
+# churn =
 # pager =""",
 
     'cloned':
@@ -107,6 +108,7 @@
 # (see 'hg help extensions' for more info)
 #
 # blackbox =
+# churn =
 # pager =""",
 }