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

r8417:39cf453d default
r10364:de1e7099 default
Show More
test-tag.out
96 lines | 3.0 KiB | text/plain | TextLexer
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 changeset: 0:0acdaf898367
mpm@selenic.com
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>...
r401 tag: tip
user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
mpm@selenic.com
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>...
r401 summary: test
Matt Mackall
tag: shorten hash in default commit message...
r2967 changeset: 1:3ecf002a1c57
mpm@selenic.com
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>...
r401 tag: tip
user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
Matt Mackall
tag: shorten hash in default commit message...
r2967 summary: Added tag bleah for changeset 0acdaf898367
mpm@selenic.com
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>...
r401
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 changeset: 0:0acdaf898367
mpm@selenic.com
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>...
r401 tag: bleah
user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
mpm@selenic.com
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>...
r401 summary: test
mpm@selenic.com
Fix test-tag output for new abort message
r1235 abort: working copy of .hgtags is changed (please commit .hgtags manually)
mpm@selenic.com
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>...
r401 failed
John Coomes
tag: allow multiple tags to be added or removed...
r6321 abort: tag names must be unique
failed
abort: the name 'tip' is reserved
failed
abort: tag 'bleah' already exists (use -f to force)
Benoit Boissinot
deprecate the use of 'hg tag NAME [REV]'...
r1654 failed
John Coomes
tag: allow multiple tags to be added or removed...
r6321 abort: tag 'bleah' already exists (use -f to force)
failed
abort: tag 'blecch' does not exist
failed
abort: tag 'blecch' does not exist
failed
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 0acdaf8983679e0aac16e811534eb49d7ee1f2b4 bleah
0acdaf8983679e0aac16e811534eb49d7ee1f2b4 bleah0
John Coomes
tag: allow multiple tags to be added or removed...
r6321 868cc8fbb43b754ad09fa109885d243fc49adae7 gack
868cc8fbb43b754ad09fa109885d243fc49adae7 gawk
868cc8fbb43b754ad09fa109885d243fc49adae7 gorp
Matt Mackall
tag: force load of tag cache
r7814 868cc8fbb43b754ad09fa109885d243fc49adae7 gack
John Coomes
tag: allow multiple tags to be added or removed...
r6321 3807bcf62c5614cb6c16436b514d7764ca5f1631 gack
Matt Mackall
tag: record tag we're superseding, if any (issue 1102)
r6671 3807bcf62c5614cb6c16436b514d7764ca5f1631 gack
John Coomes
tag: allow multiple tags to be added or removed...
r6321 0000000000000000000000000000000000000000 gack
Matt Mackall
tag: record tag we're superseding, if any (issue 1102)
r6671 868cc8fbb43b754ad09fa109885d243fc49adae7 gorp
John Coomes
tag: allow multiple tags to be added or removed...
r6321 0000000000000000000000000000000000000000 gorp
Matt Mackall
tag: shorten hash in default commit message...
r2967 3ecf002a1c572a2f3bb4e665417e60fca65bbd42 bleah1
Benoit Boissinot
change 'hg tag' to tag the parent rev instead of tip
r2647 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
0acdaf8983679e0aac16e811534eb49d7ee1f2b4 foobar
Matt Mackall
tag: shorten hash in default commit message...
r2967 3ecf002a1c572a2f3bb4e665417e60fca65bbd42 bleah1
Benoit Boissinot
disallow '\n' and '\r' in tag names...
r1561 abort: '\n' cannot be used in a tag name
abort: ':' cannot be used in a tag name
Brett Carter
clone: try updating to the actual changeset specified in options...
r8417 % cloning local tags
changeset: 0:0acdaf898367
tag: foobar
tag: bleah
tag: bleah0
user: test
date: Mon Jan 12 13:46:40 1970 +0000
summary: test
changeset: 1:3ecf002a1c57
tag: bleah1
user: test
date: Mon Jan 12 13:46:40 1970 +0000
summary: Added tag bleah for changeset 0acdaf898367
changeset: 2:868cc8fbb43b
tag: gawk
user: test
date: Mon Jan 12 13:46:40 1970 +0000
summary: Added tag bleah0 for changeset 0acdaf898367
changeset: 3:3807bcf62c56
user: test
date: Mon Jan 12 13:46:40 1970 +0000
summary: Added tag gack, gawk, gorp for changeset 868cc8fbb43b
changeset: 4:140c6e8597b4
user: test
date: Mon Jan 12 13:46:40 1970 +0000
summary: Added tag gack for changeset 3807bcf62c56
changeset: 5:470a65fa7cc9
user: test
date: Mon Jan 12 13:46:40 1970 +0000
summary: Removed tag gack, gorp
1[tip] 3ecf002a1c57 1970-01-12 13:46 +0000 test
Added tag bleah for changeset 0acdaf898367
5[tip] 470a65fa7cc9 1970-01-12 13:46 +0000 test
Removed tag gack, gorp
Bryan O'Sullivan
tag: handle .hgtags and .hg/localtags with missing final newline (issue 601)...
r4892 % issue 601
3ecf002a1c572a2f3bb4e665417e60fca65bbd42 bleah13ecf002a1c572a2f3bb4e665417e60fca65bbd42 bleah1
f68b039e72eacbb2e68b0543e1f6e50990aa2bb5 localnewline
0acdaf8983679e0aac16e811534eb49d7ee1f2b4 foobar0acdaf8983679e0aac16e811534eb49d7ee1f2b4 foobar
6ae703d793c8b1f097116869275ecd97b2977a2b newline