##// END OF EJS Templates
[PATCH] file type fixes for the other 'OS'...
[PATCH] file type fixes for the other 'OS' -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [PATCH] file type fixes for the other 'OS' From: K Thananchayan <thananck@yahoo.com> Filetype fixes: All working files and files in the repository are processed as binary. .hgignore is read as text when constructing ignorelist as this file is intended to be edited. manifest hash: c034cdcc54011fd3de9e32f1aa8b2b6f84e1b2b8 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCuNoRywK+sNU5EO8RAjarAJ9ScUoFL1A7mpO7qorCy6okhi0nggCcDgpp dfDl4dALGQA0PqXqtI+T5gU= =IVxr -----END PGP SIGNATURE-----

File last commit:

r377:e5d769af merge default
r417:f2d1f5fd 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
C a
C .hgtags