tests/test-topic.t
changeset 2888 aa5268900ba1
parent 2869 b629874ccaac
child 2889 31cbace4c0f1
equal deleted inserted replaced
2887:c1cf3c8947f1 2888:aa5268900ba1
    87   abort: cannot use --current and --clear
    87   abort: cannot use --current and --clear
    88   [255]
    88   [255]
    89   $ hg topics --clear somerandomtopic
    89   $ hg topics --clear somerandomtopic
    90   abort: cannot use --clear when setting a topic
    90   abort: cannot use --clear when setting a topic
    91   [255]
    91   [255]
       
    92 
       
    93 Trying some invalid topicnames
       
    94 
       
    95   $ hg topic '.'
       
    96   $ hg topic null
       
    97   $ hg topic tip
       
    98   $ hg topic 12345
       
    99   $ hg topic '   '
    92 
   100 
    93 Test commit flag and help text
   101 Test commit flag and help text
    94 
   102 
    95   $ echo stuff >> alpha
   103   $ echo stuff >> alpha
    96   $ HGEDITOR=cat hg ci -t topicflag
   104   $ HGEDITOR=cat hg ci -t topicflag