##// END OF EJS Templates
Incorporated most of Aron Griffis suggestions for sh compatibility.
Incorporated most of Aron Griffis suggestions for sh compatibility.

File last commit:

r801:1f9ec150 default
r804:19388dcb default
Show More
test-tags.out
39 lines | 754 B | text/plain | TextLexer
mpm@selenic.com
Add a tags/identify test group...
r345 + hg init
+ hg id
unknown
+ hg add a
Thomas Arendsen Hein
Updated output of tests.
r801 + hg commit -m test -d 0 0
mpm@selenic.com
Add a tags/identify test group...
r345 + hg co
+ hg identify
mpm@selenic.com
update tests to reflect new short hash length...
r374 acb14030fe0a tip
Thomas Arendsen Hein
Updated output of tests.
r801 + hg -q tip
mpm@selenic.com
Add a tags/identify test group...
r345 acb14030fe0a21b60322c440ad2d20cf7685a376 first
+ hg add .hgtags
Thomas Arendsen Hein
Updated output of tests.
r801 + hg commit -m add tags -d 0 0
mpm@selenic.com
Add a tags/identify test group...
r345 + hg tags
Thomas Arendsen Hein
Updated output of tests.
r801 tip 1:b53d0e1f3043ecbccf1b9ad2cea562c1b50462b2
mpm@selenic.com
Add a tags/identify test group...
r345 first 0:acb14030fe0a21b60322c440ad2d20cf7685a376
Thomas Arendsen Hein
Updated output of tests.
r801 hg -q tip ?:?
mpm@selenic.com
Add a tags/identify test group...
r345 + hg identify
Thomas Arendsen Hein
Updated output of tests.
r801 b53d0e1f3043 tip
mpm@selenic.com
Add a tags/identify test group...
r345 + hg status
mpm@selenic.com
Update test output for status change...
r748 M a
mpm@selenic.com
Add a tags/identify test group...
r345 + hg identify
Thomas Arendsen Hein
Updated output of tests.
r801 b53d0e1f3043+ 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
mpm@selenic.com
Update test output for status change...
r748 M a
mpm@selenic.com
Add a tags/identify test group...
r345 + hg add b
Thomas Arendsen Hein
Updated output of tests.
r801 + hg commit -m branch -d 0 0
mpm@selenic.com
Add a tags/identify test group...
r345 + 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
Thomas Arendsen Hein
Updated output of tests.
r801 c8edf04160c7+b53d0e1f3043+ tip
mpm@selenic.com
Add a tags/identify test group...
r345 + hg status
mpm@selenic.com
Update test output for status change...
r748 M .hgtags
M a