tests/test-mq-qnew.out
branchstable
changeset 10588 b0b19d61d79a
parent 10397 8cb81d75730c
child 10589 92b8c79b34c2
equal deleted inserted replaced
10587:a48d256cc7d9 10588:b0b19d61d79a
     3 % qnew should refuse bad patch names
     3 % qnew should refuse bad patch names
     4 abort: "series" cannot be used as the name of a patch
     4 abort: "series" cannot be used as the name of a patch
     5 abort: "status" cannot be used as the name of a patch
     5 abort: "status" cannot be used as the name of a patch
     6 abort: "guards" cannot be used as the name of a patch
     6 abort: "guards" cannot be used as the name of a patch
     7 abort: ".hgignore" cannot be used as the name of a patch
     7 abort: ".hgignore" cannot be used as the name of a patch
       
     8 abort: ".mqfoo" cannot be used as the name of a patch
       
     9 abort: "foo#bar" cannot be used as the name of a patch
     8 % qnew with uncommitted changes
    10 % qnew with uncommitted changes
     9 uncommitted.patch
    11 uncommitted.patch
    10 % qnew implies add
    12 % qnew implies add
    11 A .hgignore
    13 A .hgignore
    12 A series
    14 A series
    50 % qnew should refuse bad patch names
    52 % qnew should refuse bad patch names
    51 abort: "series" cannot be used as the name of a patch
    53 abort: "series" cannot be used as the name of a patch
    52 abort: "status" cannot be used as the name of a patch
    54 abort: "status" cannot be used as the name of a patch
    53 abort: "guards" cannot be used as the name of a patch
    55 abort: "guards" cannot be used as the name of a patch
    54 abort: ".hgignore" cannot be used as the name of a patch
    56 abort: ".hgignore" cannot be used as the name of a patch
       
    57 abort: ".mqfoo" cannot be used as the name of a patch
       
    58 abort: "foo#bar" cannot be used as the name of a patch
    55 % qnew with uncommitted changes
    59 % qnew with uncommitted changes
    56 uncommitted.patch
    60 uncommitted.patch
    57 % qnew implies add
    61 % qnew implies add
    58 A .hgignore
    62 A .hgignore
    59 A series
    63 A series