tests/test-mq-qnew.out
changeset 7296 695383442347
parent 2714 85070b784896
child 7297 bd6deb7525f4
equal deleted inserted replaced
7295:66d0fc108044 7296:695383442347
       
     1 adding a
       
     2 % qnew should refuse bad patch names
       
     3 abort: "series" cannot be used as the name of a patch
       
     4 abort: "status" cannot be used as the name of a patch
       
     5 abort: "guards" cannot be used as the name of a patch
       
     6 abort: ".hgignore" cannot be used as the name of a patch
       
     7 % qnew with uncommitted changes
       
     8 abort: local changes found, refresh first
       
     9 A somefile
       
    10 % qnew implies add
       
    11 A .hgignore
       
    12 A series
       
    13 A test.patch
       
    14 % qnew missing
       
    15 abort: missing: No such file or directory
       
    16 % qnew -m
       
    17 foo bar
       
    18 % qnew twice
       
    19 abort: patch "first.patch" already exists
       
    20 abort: patch "first.patch" already exists