tests/test-hgweb-json.t
changeset 42548 3de4f17f4824
parent 41475 c67f55b02f02
child 42581 bb135a784b70
--- a/tests/test-hgweb-json.t	Fri Jun 28 22:57:48 2019 +0530
+++ b/tests/test-hgweb-json.t	Fri Jun 28 21:31:34 2019 +0530
@@ -2057,6 +2057,10 @@
         "topic": "root"
       },
       {
+        "summary": "save and set aside changes from the working directory",
+        "topic": "shelve"
+      },
+      {
         "summary": "add one or more tags for the current or given revision",
         "topic": "tag"
       },
@@ -2069,6 +2073,10 @@
         "topic": "unbundle"
       },
       {
+        "summary": "restore a shelved change to the working directory",
+        "topic": "unshelve"
+      },
+      {
         "summary": "verify the integrity of the repository",
         "topic": "verify"
       },