##// END OF EJS Templates
Test update to branch tip
Brendan Cully -
r4175:fc12ac37 default
parent child Browse files
Show More
@@ -63,3 +63,11 b' except ValueError, inst:'
63 63 else:
64 64 print "ValueError: %s" % inst
65 65 EOF
66
67 echo % update with no arguments: tipmost revision of the current branch
68 hg up -q -C 0
69 hg up -q
70 hg id
71 hg up -q 1
72 hg up -q
73 hg id
@@ -94,3 +94,6 b' foo 4:4909a37'
94 94 bar 2:67ec16bde7f1575d523313b9bca000f6a6f12dca
95 95 % test old hg reading branch cache with feature list
96 96 ValueError raised correctly, good.
97 % update with no arguments: tipmost revision of the current branch
98 bf1bc2f45e83
99 4909a3732169 (foo) tip
General Comments 0
You need to be logged in to leave comments. Login now