# HG changeset patch
# User Jordi Gutiérrez Hermoso <jord...@octave.org>
# Date 1553272205 14400
#      Fri Mar 22 12:30:05 2019 -0400
# Node ID 69a86f363473147d9befa7aedde1867075cda0b1
# Parent  a4799c377f869cd6b0e7f5233d7bfed4c647cccb
samplehgrcs: update the list of suggested extensions

Back in the day, this was color and pager, both of which are now
default. Churn isn't that popular, but the other four below
(obviously?) are.

diff --git a/mercurial/ui.py b/mercurial/ui.py
--- a/mercurial/ui.py
+++ b/mercurial/ui.py
@@ -100,7 +100,10 @@ username =
 # uncomment the lines below to enable some popular extensions
 # (see 'hg help extensions' for more info)
 #
-# churn =
+# histedit =
+# rebase =
+# shelve =
+# uncommit =
 """,
 
     'cloned':
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to