tests/test-newbranch
changeset 4176 fc12ac3755d5
parent 4169 0182cb2e4aac
child 4198 aee3d312c32e
child 4205 a7af0eeae8a3
equal deleted inserted replaced
4175:a2335e832e16 4176:fc12ac3755d5
    61     if str(inst) == "invalid literal for int():%s" % firstline:
    61     if str(inst) == "invalid literal for int():%s" % firstline:
    62         print "ValueError raised correctly, good."
    62         print "ValueError raised correctly, good."
    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