comparison tests/test-subrepo-svn.t @ 12930:9bb180abc4d0 stable

subrepo: test & fix svn subrepo removal
author Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>
date Fri, 05 Nov 2010 15:13:22 +0100
parents 3d6ba8c2b1b8
children 82ca0c43bc44
comparison
equal deleted inserted replaced
12911:f766882000c7 12930:9bb180abc4d0
215 215
216 verify subrepo is contained within the repo directory 216 verify subrepo is contained within the repo directory
217 217
218 $ python -c "import os.path; print os.path.exists('s')" 218 $ python -c "import os.path; print os.path.exists('s')"
219 True 219 True
220
221 update to nullrev (must delete the subrepo)
222
223 $ hg up null
224 0 files updated, 0 files merged, 3 files removed, 0 files unresolved