# HG changeset patch # User Pierre-Yves David # Date 1493646707 -7200 # Node ID 726121fa86e1107964052aa3af4d6d853653ddb9 # Parent c52728b383b475fdbfb2e9098f9728ad131630bc 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'. diff -r c52728b383b4 -r 726121fa86e1 mercurial/ui.py --- 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 =""", }