tests/test-narrow-rebase.t
changeset 40337 cb516a854bc7
parent 36079 a2a6e724d61a
child 42613 35ebdbb38efb
equal deleted inserted replaced
40336:d365e2b7aa2a 40337:cb516a854bc7
    84 
    84 
    85 Rebase interrupts on conflicting changes outside narrow spec
    85 Rebase interrupts on conflicting changes outside narrow spec
    86 
    86 
    87   $ hg update -q 'desc("conflicting outside/f1")'
    87   $ hg update -q 'desc("conflicting outside/f1")'
    88   $ hg phase -f -d .
    88   $ hg phase -f -d .
    89   no phases changed
       
    90   $ hg rebase -d 'desc("modify outside/f1")'
    89   $ hg rebase -d 'desc("modify outside/f1")'
    91   rebasing 4:707c035aadb6 "conflicting outside/f1"
    90   rebasing 4:707c035aadb6 "conflicting outside/f1"
    92   abort: conflict in file 'outside/f1' is outside narrow clone
    91   abort: conflict in file 'outside/f1' is outside narrow clone
    93   [255]
    92   [255]