##// END OF EJS Templates
dispatch: provide help for disabled extensions and commands...
dispatch: provide help for disabled extensions and commands Before a command is declared unknown, each extension in hgext is searched, starting with hgext.<cmdname>. If there's a matching command, a help message suggests the appropriate extension and how to enable it. Every extension could potentially be imported, but for cases like rebase, relink, etc. only one extension is imported. For the case of "hg help disabledext", if the extension is in hgext, the extension description is read and a similar help suggestion is printed. No extension import occurs.

File last commit:

r6640:d6b53b48 default
r10364:de1e7099 default
Show More
test-bundle-type.out
58 lines | 1.5 KiB | text/plain | TextLexer
/ tests / test-bundle-type.out
Benoit Allard
add compression type type parameter to bundle command
r6570 % bundle w/o type option
adding file.txt
summary: a
searching for changes
1 changesets found
pulling from ../b1
requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
(run 'hg update' to get a working copy)
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
summary: a
% test bundle type None
searching for changes
1 changesets found
Christian Ebert
Make test-bundle-type work on MacOS 10.4.11...
r6640 HG10UN
pulling from ../bNone
Benoit Allard
add compression type type parameter to bundle command
r6570 requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
(run 'hg update' to get a working copy)
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
summary: a
% test bundle type bzip2
searching for changes
1 changesets found
Christian Ebert
Make test-bundle-type work on MacOS 10.4.11...
r6640 HG10BZ
pulling from ../bbzip2
Benoit Allard
add compression type type parameter to bundle command
r6570 requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
(run 'hg update' to get a working copy)
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
summary: a
% test bundle type gzip
searching for changes
1 changesets found
Christian Ebert
Make test-bundle-type work on MacOS 10.4.11...
r6640 HG10GZ
pulling from ../bgzip
Benoit Allard
add compression type type parameter to bundle command
r6570 requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
(run 'hg update' to get a working copy)
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
summary: a
% test garbage file
abort: ../bgarbage: not a Mercurial bundle file
% test invalid bundle type
1 changesets found
abort: unknown bundle type specified with --type