tests/test-subrepo.t
changeset 21024 7731a2281cf0
parent 20827 ca5dd216cb62
child 21041 a2cc3c08c3ac
equal deleted inserted replaced
21023:57b50abe2b24 21024:7731a2281cf0
   946   $ hg -R s id
   946   $ hg -R s id
   947   fc627a69481f
   947   fc627a69481f
   948   $ hg -R t id
   948   $ hg -R t id
   949   e95bcfa18a35
   949   e95bcfa18a35
   950 
   950 
   951 Sticky subrepositorys, file changes
   951 Sticky subrepositories, file changes
   952   $ touch s/f1
   952   $ touch s/f1
   953   $ touch t/f1
   953   $ touch t/f1
   954   $ hg add -S s/f1
   954   $ hg add -S s/f1
   955   $ hg add -S t/f1
   955   $ hg add -S t/f1
   956   $ hg id
   956   $ hg id
  1331   15: secret
  1331   15: secret
  1332 
  1332 
  1333   $ cd ..
  1333   $ cd ..
  1334 
  1334 
  1335 
  1335 
  1336 Test that comit --secret works on both repo and subrepo (issue4182)
  1336 Test that commit --secret works on both repo and subrepo (issue4182)
  1337 
  1337 
  1338   $ cd main
  1338   $ cd main
  1339   $ echo secret >> b
  1339   $ echo secret >> b
  1340   $ echo secret >> s/b
  1340   $ echo secret >> s/b
  1341   $ hg commit --secret --subrepo -m "secret"
  1341   $ hg commit --secret --subrepo -m "secret"