Show More
@@ -63,3 +63,11 b' except ValueError, inst:' | |||||
63 | else: |
|
63 | else: | |
64 | print "ValueError: %s" % inst |
|
64 | print "ValueError: %s" % inst | |
65 | EOF |
|
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 | bar 2:67ec16bde7f1575d523313b9bca000f6a6f12dca |
|
94 | bar 2:67ec16bde7f1575d523313b9bca000f6a6f12dca | |
95 | % test old hg reading branch cache with feature list |
|
95 | % test old hg reading branch cache with feature list | |
96 | ValueError raised correctly, good. |
|
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