##// END OF EJS Templates
Fix empty pull bug that appeared this morning...
Fix empty pull bug that appeared this morning -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Fix empty pull bug that appeared this morning manifest hash: 53e4709a701f03d9905933c80758ba13caf3998c -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCwxdJywK+sNU5EO8RAuoPAJ4tb9fd1Emm21/HLAEpyntaW2uoHQCfcc8z J8LB4mVG3gTsvRtiLZBVV/g= =+2C3 -----END PGP SIGNATURE-----

File last commit:

r495:e94cebc6 merge default
r522:2f1de824 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