comparison 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
comparison
equal deleted inserted replaced
31793:69d8fcf20014 31794:54b1af732415
1441 { 1441 {
1442 "summary": "list repository named branches", 1442 "summary": "list repository named branches",
1443 "topic": "branches" 1443 "topic": "branches"
1444 }, 1444 },
1445 { 1445 {
1446 "summary": "create a changegroup file", 1446 "summary": "create a bundle file",
1447 "topic": "bundle" 1447 "topic": "bundle"
1448 }, 1448 },
1449 { 1449 {
1450 "summary": "output the current or given revision of files", 1450 "summary": "output the current or given revision of files",
1451 "topic": "cat" 1451 "topic": "cat"