tests/test-subrepo.t
changeset 15231 cd6f10dccf16
parent 14536 52cbeb5a651b
child 15265 460135339d74
equal deleted inserted replaced
15230:697289c5d415 15231:cd6f10dccf16
    49   parent: 1:7cf8cfea66e4 tip
    49   parent: 1:7cf8cfea66e4 tip
    50    1
    50    1
    51   branch: default
    51   branch: default
    52   commit: (clean)
    52   commit: (clean)
    53   update: (current)
    53   update: (current)
       
    54 
       
    55 commands that require a clean repo should respect subrepos
       
    56 
       
    57   $ echo b >> s/a
       
    58   $ hg backout tip
       
    59   abort: uncommitted changes in subrepo s
       
    60   [255]
       
    61   $ hg revert -C -R s s/a
    54 
    62 
    55 add sub sub
    63 add sub sub
    56 
    64 
    57   $ echo ss = ss > s/.hgsub
    65   $ echo ss = ss > s/.hgsub
    58   $ hg init s/ss
    66   $ hg init s/ss