##// END OF EJS Templates
Stop patch description import at diff -r...
Stop patch description import at diff -r -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Stop patch description import at diff -r manifest hash: cc269f69c26ad4fba1fdaeefe2dc8191a0669fe0 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCyZmyywK+sNU5EO8RAkODAJ9d/JYpBOZiOcQxlz0n2VtIPtK/IgCgl2Lj caGbq4yn4RxzBQqqIoQzOTQ= =9fHy -----END PGP SIGNATURE-----

File last commit:

r561:cdddf465 default
r614:6bff574d default
Show More
test-tags.out
47 lines | 925 B | text/plain | TextLexer
mpm@selenic.com
Add a tags/identify test group...
r345 + mkdir t
+ cd t
+ hg init
+ hg id
unknown
+ echo a
+ hg add a
+ hg commit -t test -u test -d '0 0'
+ hg co
+ hg identify
mpm@selenic.com
update tests to reflect new short hash length...
r374 acb14030fe0a tip
mpm@selenic.com
Add a tags/identify test group...
r345 ++ hg -q tip
++ cut -d : -f 2
+ T=acb14030fe0a21b60322c440ad2d20cf7685a376
+ echo 'acb14030fe0a21b60322c440ad2d20cf7685a376 first'
+ cat .hgtags
acb14030fe0a21b60322c440ad2d20cf7685a376 first
+ hg add .hgtags
+ hg commit -t 'add tags' -u test -d '0 0'
+ hg tags
tip 1:b9154636be938d3d431e75a7c906504a079bfe07
first 0:acb14030fe0a21b60322c440ad2d20cf7685a376
+ hg identify
mpm@selenic.com
update tests to reflect new short hash length...
r374 b9154636be93 tip
mpm@selenic.com
Add a tags/identify test group...
r345 + echo bb
+ hg status
C a
+ hg identify
mpm@selenic.com
update tests to reflect new short hash length...
r374 b9154636be93+ tip
mpm@selenic.com
Add a tags/identify test group...
r345 + hg co first
+ hg id
mpm@selenic.com
update tests to reflect new short hash length...
r374 acb14030fe0a+ first
mpm@selenic.com
Add a tags/identify test group...
r345 + hg -v id
acb14030fe0a21b60322c440ad2d20cf7685a376+ first
+ hg status
C a
+ echo 1
+ hg add b
+ hg commit -t branch -u test -d '0 0'
+ hg id
mpm@selenic.com
update tests to reflect new short hash length...
r374 c8edf04160c7 tip
mpm@selenic.com
Add a tags/identify test group...
r345 + hg co -m 1
+ hg id
mpm@selenic.com
update tests to reflect new short hash length...
r374 c8edf04160c7+b9154636be93+ tip
mpm@selenic.com
Add a tags/identify test group...
r345 + hg status
mpm@selenic.com
Fix dodiff/changes...
r561 C .hgtags
mpm@selenic.com
[PATCH] Set locale before run-tests does anything...
r488 C a