diff relnotes/next @ 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 df5f674050b7
children 4cafbd3b50c6
line wrap: on
line diff
--- a/relnotes/next	Fri Jun 28 22:57:48 2019 +0530
+++ b/relnotes/next	Fri Jun 28 21:31:34 2019 +0530
@@ -58,6 +58,8 @@
  * `util.dirs()` and `util.finddirs()` now include an entry for the
    root directory (empty string).
 
+ * shelve is no longer an extension now. it will be turned on by default.
+
  * New API to manage unfinished operations: Earlier there were distinct APIs
    which dealt with unfinished states and separate lists maintaining them
    that are `cmdutil.afterresolvestates`, `cmdutil.unfinishedstates` and