tests/test-subrepo-svn.t
changeset 48879 9987d14ad63f
parent 44096 e598c874b4af
child 49416 075a553028e2
equal deleted inserted replaced
48878:0583d7f0fdff 48879:9987d14ad63f
   247    source   file:/*/$TESTTMP/svn-repo/src (glob) (no-windows !)
   247    source   file:/*/$TESTTMP/svn-repo/src (glob) (no-windows !)
   248    revision 2
   248    revision 2
   249 
   249 
   250 verify subrepo is contained within the repo directory
   250 verify subrepo is contained within the repo directory
   251 
   251 
   252   $ "$PYTHON" -c "from __future__ import print_function; import os.path; print(os.path.exists('s'))"
   252   $ "$PYTHON" -c "import os.path; print(os.path.exists('s'))"
   253   True
   253   True
   254 
   254 
   255 update to nullrev (must delete the subrepo)
   255 update to nullrev (must delete the subrepo)
   256 
   256 
   257   $ hg up null
   257   $ hg up null