tests/test-subrepo-deep-nested-change.t
branchstable
changeset 15321 e174353e8cda
parent 14281 ccb7240acf32
child 15447 9910f60a37ee
equal deleted inserted replaced
15320:681267a5f491 15321:e174353e8cda
    75    revision c57a0840e3badd667ef3c3ef65471609acb2ba3c
    75    revision c57a0840e3badd667ef3c3ef65471609acb2ba3c
    76 
    76 
    77 Modifying deeply nested 'sub2'
    77 Modifying deeply nested 'sub2'
    78 
    78 
    79   $ echo modified > cloned/sub1/sub2/sub2
    79   $ echo modified > cloned/sub1/sub2/sub2
    80   $ hg commit -m "deep nested modif should trigger a commit" -R cloned
    80   $ hg commit --subrepos -m "deep nested modif should trigger a commit" -R cloned
    81   committing subrepository sub1
    81   committing subrepository sub1
    82   committing subrepository sub1/sub2
    82   committing subrepository sub1/sub2
    83 
    83 
    84 Checking modified node ids
    84 Checking modified node ids
    85 
    85