##// 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:

r9611:a3d73b3e default
r10364:de1e7099 default
Show More
test-revlog-group-emptyiter.out
16 lines | 440 B | text/plain | TextLexer
/ tests / test-revlog-group-emptyiter.out
Peter Arrenbrecht
revlog: add test for 7659eecd9da2 (issue1678)
r8635 # -- setting up base repo
adding a
# -- cloning base repo
Adrian Buehlmann
hg.clone: report branch name on update
r9611 updating to branch default
Peter Arrenbrecht
revlog: add test for 7659eecd9da2 (issue1678)
r8635 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
# -- setting up cset to push
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
adding a
created new head
# -- pushing
pushing to ../a
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 0 changes to 0 files (+1 heads)