view tests/test-tags.out @ 801:1f9ec150a476

Updated output of tests.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 29 Jul 2005 15:21:02 +0100
parents 7e4843b7efd2
children 8f5637f0a0c0
line wrap: on
line source

+ hg init
+ hg id
unknown
+ hg add a
+ hg commit -m test -d 0 0
+ hg co
+ hg identify
acb14030fe0a tip
+ hg -q tip
acb14030fe0a21b60322c440ad2d20cf7685a376 first
+ hg add .hgtags
+ hg commit -m add tags -d 0 0
+ hg tags
tip                                1:b53d0e1f3043ecbccf1b9ad2cea562c1b50462b2
first                              0:acb14030fe0a21b60322c440ad2d20cf7685a376
hg -q tip                          ?:?
+ hg identify
b53d0e1f3043 tip
+ hg status
M a
+ hg identify
b53d0e1f3043+ tip
+ hg co first
+ hg id
acb14030fe0a+ first
+ hg -v id
acb14030fe0a21b60322c440ad2d20cf7685a376+ first
+ hg status
M a
+ hg add b
+ hg commit -m branch -d 0 0
+ hg id
c8edf04160c7 tip
+ hg co -m 1
+ hg id
c8edf04160c7+b53d0e1f3043+ tip
+ hg status
M .hgtags
M a