comparison mercurial/ui.py @ 42541:3de4f17f4824

shelve: move shelve extension to core Until now, `shelve` was bootstrapped as an extension. This patch adds `shelve` on core. Differential Revision: https://phab.mercurial-scm.org/D6553
author Navaneeth Suresh <navaneeths1998@gmail.com>
date Fri, 28 Jun 2019 21:31:34 +0530
parents 2d428b859282
children 44e99811bea7
comparison
equal deleted inserted replaced
42540:80e0ea08b55c 42541:3de4f17f4824
100 # uncomment the lines below to enable some popular extensions 100 # uncomment the lines below to enable some popular extensions
101 # (see 'hg help extensions' for more info) 101 # (see 'hg help extensions' for more info)
102 # 102 #
103 # histedit = 103 # histedit =
104 # rebase = 104 # rebase =
105 # shelve =
106 # uncommit = 105 # uncommit =
107 """, 106 """,
108 107
109 'cloned': 108 'cloned':
110 b"""# example repository config (see 'hg help config' for more info) 109 b"""# example repository config (see 'hg help config' for more info)