##// END OF EJS Templates
Work-around failing tests/test-bad-pull with slow bg process....
Work-around failing tests/test-bad-pull with slow bg process. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Work-around failing tests/test-bad-pull with slow bg process. Without the 'sleep 2' python dumb.py often appeared after hg clone. manifest hash: b32381ac46a7691f2a92595b650b2406853644c2 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCxOM+W7P1GVgWeRoRAjgTAJ9OqrikdK043Eiyyx9dG8DR1XZ7tgCggdmM AVYvAZO3P+WlaWDu3MaxEXY= =0XN5 -----END PGP SIGNATURE-----

File last commit:

r495:e94cebc6 merge default
r545:721bfca3 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
[PATCH] Set locale before run-tests does anything...
r488 C a
mpm@selenic.com
[PATCH] add clone command...
r485 C .hgtags