Submitter | phabricator |
---|---|
Date | June 30, 2019, 7:43 a.m. |
Message ID | <differential-rev-PHID-DREV-7anzlqixobw2r5uqzoga-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/40731/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/extensions.py b/mercurial/extensions.py --- a/mercurial/extensions.py +++ b/mercurial/extensions.py @@ -43,7 +43,8 @@ 'progress', 'interhg', 'inotify', - 'hgcia' + 'hgcia', + 'shelve' } def extensions(ui=None):