tests/test-mq-qnew.t
changeset 15524 e7119b091809
parent 15501 2371f4aea665
parent 15521 117f9190c1ba
child 16540 4fe8eb4a6e2c
equal deleted inserted replaced
15523:f9da84a950d0 15524:e7119b091809
   121   % qnew implies add
   121   % qnew implies add
   122   A .hgignore
   122   A .hgignore
   123   A series
   123   A series
   124   A uncommitted.patch
   124   A uncommitted.patch
   125   % qnew missing
   125   % qnew missing
   126   abort: missing: No such file or directory
   126   abort: missing: * (glob)
   127   % qnew -m
   127   % qnew -m
   128   foo bar
   128   foo bar
   129   
   129   
   130   % qnew twice
   130   % qnew twice
   131   abort: patch "first.patch" already exists
   131   abort: patch "first.patch" already exists
   188   % qnew implies add
   188   % qnew implies add
   189   A .hgignore
   189   A .hgignore
   190   A series
   190   A series
   191   A uncommitted.patch
   191   A uncommitted.patch
   192   % qnew missing
   192   % qnew missing
   193   abort: missing: No such file or directory
   193   abort: missing: * (glob)
   194   % qnew -m
   194   % qnew -m
   195   # HG changeset patch
   195   # HG changeset patch
   196   # Parent 
   196   # Parent 
   197   foo bar
   197   foo bar
   198   
   198