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

r9528:314fc589 default
r10364:de1e7099 default
Show More
test-convert-hg-source.out
52 lines | 1.2 KiB | text/plain | TextLexer
/ tests / test-convert-hg-source.out
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Matt Mackall
merge: introduce mergestate
r6512 merging baz and foo to baz
Alexis S. L. Carvalho
convert: mercurial_source: also search for copies in modified files...
r5280 1 files updated, 1 files merged, 0 files removed, 0 files unresolved
(branch merge, don't forget to commit)
1 files updated, 0 files merged, 1 files removed, 0 files unresolved
Matt Mackall
merge: introduce mergestate
r6512 merging foo and baz to baz
Alexis S. L. Carvalho
convert: mercurial_source: also search for copies in modified files...
r5280 1 files updated, 1 files merged, 0 files removed, 0 files unresolved
(branch merge, don't forget to commit)
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Alexis S. L. Carvalho
convert: mercurial_source: also search for copies in modified files...
r5280 initializing destination new repository
scanning source...
sorting...
converting...
Maxim Dounin
Fix copies reporting in log and convert....
r5811 5 add foo bar
4 change foo
3 make bar and baz copies of foo
2 merge local copy
1 merge remote copy
0 mark baz executable
Alexis S. L. Carvalho
convert: mercurial_source: also search for copies in modified files...
r5280 comparing with ../orig
searching for changes
no changes found
Patrick Mezard
convert: make mapfile handle LF and CRLF shamap (issue1846)
r9528 % check shamap LF and CRLF handling
scanning source...
sorting...
converting...
1 change foo again again
0 change foo again
Patrick Mezard
convert: ignore hg source errors with hg.ignoreerrors (issue 1357)...
r7231 % init broken repository
created new head
% break it
initializing destination fixed repository
scanning source...
sorting...
converting...
4 init
Patrick Mezard
convert: correctly detect missing revlog for root revisions
r7232 ignoring: data/b.i@1e88685f5dde: no match found
Patrick Mezard
convert: default revisions order depends on source...
r8692 3 changeall
2 changebagain
Patrick Mezard
convert: ignore hg source errors with hg.ignoreerrors (issue 1357)...
r7231 1 merge
0 moveb
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
3 files, 5 changesets, 5 total revisions
% manifest -r 0
a
% manifest -r tip
a
c
d