diff tests/test-hgweb-json.t @ 31794:54b1af732415

commands: update help for "bundle" We now have a dedicated help topic to describe bundle specification strings. Let's update `hg bundle`'s documentation to reflect its existence. While I was hear, I also tweaked some wording which I felt was out of date and needed tweaking. Specifically, `hg bundle` no longer just deals with "changegroup" data: it can also generate files that have non-changegroup data.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 01 Apr 2017 13:43:43 -0700
parents 69d8fcf20014
children 2b130e26c3a4
line wrap: on
line diff
--- a/tests/test-hgweb-json.t	Sat Apr 01 13:42:06 2017 -0700
+++ b/tests/test-hgweb-json.t	Sat Apr 01 13:43:43 2017 -0700
@@ -1443,7 +1443,7 @@
         "topic": "branches"
       },
       {
-        "summary": "create a changegroup file",
+        "summary": "create a bundle file",
         "topic": "bundle"
       },
       {