comparison tests/test-help.t @ 26758:bde7ef23340d

commands: support consuming stream clone bundles For the same reasons that we don't produce stream clone bundles with `hg bundle`, we don't support consuming stream clone bundles with `hg unbundle`. We introduce a complementary debug command for applying stream clone bundles. This command is mostly to facilitate testing. Although it may be used to manually apply stream clone bundles until a more formal mechanism is (possibly) adopted.
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 15 Oct 2015 13:43:18 -0700
parents 43708f92f471
children 26f622859288
comparison
equal deleted inserted replaced
26757:43708f92f471 26758:bde7ef23340d
779 $ hg help debug 779 $ hg help debug
780 debug commands (internal and unsupported): 780 debug commands (internal and unsupported):
781 781
782 debugancestor 782 debugancestor
783 find the ancestor revision of two revisions in a given index 783 find the ancestor revision of two revisions in a given index
784 debugapplystreamclonebundle
785 apply a stream clone bundle file
784 debugbuilddag 786 debugbuilddag
785 builds a repo with a given DAG from scratch in the current 787 builds a repo with a given DAG from scratch in the current
786 empty repo 788 empty repo
787 debugbundle lists the contents of a bundle 789 debugbundle lists the contents of a bundle
788 debugcheckstate 790 debugcheckstate
1066 1068
1067 Commands: 1069 Commands:
1068 1070
1069 bookmarks create a new bookmark or list existing bookmarks 1071 bookmarks create a new bookmark or list existing bookmarks
1070 clone make a copy of an existing repository 1072 clone make a copy of an existing repository
1073 debugapplystreamclonebundle apply a stream clone bundle file
1071 debugcreatestreamclonebundle create a stream clone bundle file 1074 debugcreatestreamclonebundle create a stream clone bundle file
1072 paths show aliases for remote repositories 1075 paths show aliases for remote repositories
1073 update update working directory (or switch revisions) 1076 update update working directory (or switch revisions)
1074 1077
1075 Extensions: 1078 Extensions: