tests/test-mq.out
changeset 6001 30d2fecaab76
parent 5898 52cfe86ebe55
parent 5981 ca2af0c81c9a
child 6048 cfb4a51da7d5
equal deleted inserted replaced
6000:8e7d64989bb8 6001:30d2fecaab76
    57 % qinit
    57 % qinit
    58 % -R qinit
    58 % -R qinit
    59 % qinit -c
    59 % qinit -c
    60 A .hgignore
    60 A .hgignore
    61 A series
    61 A series
       
    62 % qnew should refuse bad patch names
       
    63 abort: "series" cannot be used as the name of a patch
       
    64 abort: "status" cannot be used as the name of a patch
       
    65 abort: "guards" cannot be used as the name of a patch
       
    66 abort: ".hgignore" cannot be used as the name of a patch
    62 % qnew implies add
    67 % qnew implies add
    63 A .hgignore
    68 A .hgignore
    64 A series
    69 A series
    65 A test.patch
    70 A test.patch
    66 % qinit; qinit -c
    71 % qinit; qinit -c
   279 ? foo.rej
   284 ? foo.rej
   280 % mq tags
   285 % mq tags
   281 0 qparent
   286 0 qparent
   282 1 qbase foo
   287 1 qbase foo
   283 2 qtip bar tip
   288 2 qtip bar tip
       
   289 % bad node in status
       
   290 Now at: foo
       
   291 changeset:   0:cb9a9f314b8b
       
   292 mq status file refers to unknown node
       
   293 tag:         tip
       
   294 user:        test
       
   295 date:        Thu Jan 01 00:00:00 1970 +0000
       
   296 summary:     a
       
   297 
       
   298 mq status file refers to unknown node
       
   299 default                        0:cb9a9f314b8b
       
   300 abort: working directory revision is not qtip
   284 new file
   301 new file
   285 
   302 
   286 diff --git a/new b/new
   303 diff --git a/new b/new
   287 new file mode 100755
   304 new file mode 100755
   288 --- /dev/null
   305 --- /dev/null