tests/test-subrepo.t
changeset 16109 cb756482c1aa
parent 16073 b254f827b7a6
parent 16107 a3dcc59054ca
child 16429 71dcce391a44
equal deleted inserted replaced
16104:5535e66b3016 16109:cb756482c1aa
   567   $ hg clone repo repo2
   567   $ hg clone repo repo2
   568   updating to branch default
   568   updating to branch default
   569   cloning subrepo s from $TESTTMP/sub/repo/s (glob)
   569   cloning subrepo s from $TESTTMP/sub/repo/s (glob)
   570   2 files updated, 0 files merged, 0 files removed, 0 files unresolved
   570   2 files updated, 0 files merged, 0 files removed, 0 files unresolved
   571   $ hg -q -R repo2 pull -u
   571   $ hg -q -R repo2 pull -u
   572   [1]
       
   573   $ echo 1 > repo2/s/a
   572   $ echo 1 > repo2/s/a
   574   $ hg -R repo2/s ci -m2
   573   $ hg -R repo2/s ci -m2
   575   $ hg -q -R repo2/s push
   574   $ hg -q -R repo2/s push
   576   $ hg -R repo2/s up -C 0
   575   $ hg -R repo2/s up -C 0
   577   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   576   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   625 
   624 
   626   $ hg -R issue1852b pull -u issue1852a
   625   $ hg -R issue1852b pull -u issue1852a
   627   pulling from issue1852a
   626   pulling from issue1852a
   628   searching for changes
   627   searching for changes
   629   no changes found
   628   no changes found
   630   [1]
       
   631 
   629 
   632 Try the same, but with pull -u
   630 Try the same, but with pull -u
   633 
   631 
   634   $ hg init issue1852c
   632   $ hg init issue1852c
   635   $ hg -R issue1852c pull -r0 -u issue1852a
   633   $ hg -R issue1852c pull -r0 -u issue1852a