tests/test-mq-missingfiles.t
changeset 29900 50f2966f86ca
parent 26780 bbf544b5f2e9
child 32940 75be14993fda
equal deleted inserted replaced
29899:a9b92164a1f4 29900:50f2966f86ca
    40 Push patch with missing target:
    40 Push patch with missing target:
    41 
    41 
    42   $ hg qpush
    42   $ hg qpush
    43   applying changeb
    43   applying changeb
    44   unable to find 'b' for patching
    44   unable to find 'b' for patching
       
    45   (use '--prefix' to apply patch relative to the current directory)
    45   2 out of 2 hunks FAILED -- saving rejects to file b.rej
    46   2 out of 2 hunks FAILED -- saving rejects to file b.rej
    46   patch failed, unable to continue (try -v)
    47   patch failed, unable to continue (try -v)
    47   patch failed, rejects left in working directory
    48   patch failed, rejects left in working directory
    48   errors during apply, please fix and qrefresh changeb
    49   errors during apply, please fix and qrefresh changeb
    49   [2]
    50   [2]
   145 Push git patch with missing target:
   146 Push git patch with missing target:
   146 
   147 
   147   $ hg qpush
   148   $ hg qpush
   148   applying changeb
   149   applying changeb
   149   unable to find 'b' for patching
   150   unable to find 'b' for patching
       
   151   (use '--prefix' to apply patch relative to the current directory)
   150   1 out of 1 hunks FAILED -- saving rejects to file b.rej
   152   1 out of 1 hunks FAILED -- saving rejects to file b.rej
   151   patch failed, unable to continue (try -v)
   153   patch failed, unable to continue (try -v)
   152   patch failed, rejects left in working directory
   154   patch failed, rejects left in working directory
   153   errors during apply, please fix and qrefresh changeb
   155   errors during apply, please fix and qrefresh changeb
   154   [2]
   156   [2]