comparison tests/comprehensive/test_verify_and_startrev.py @ 938:f9014e28721b

editor: start separating svn copies from open files The separation is not complete as we still have to update the RevisionData deleted set when registering svn copies. This will be cleaned up once open files are themselves separated from RevisionData. Copied symlinks are also being prefixed with 'link '.
author Patrick Mezard <patrick@mezard.eu>
date Wed, 03 Oct 2012 21:27:02 +0200
parents 7f90bb48c9de
children b729909d3793
comparison
equal deleted inserted replaced
937:fb6f6b7fa5a5 938:f9014e28721b
31 31
32 _skipstandard = set([ 32 _skipstandard = set([
33 'subdir_is_file_prefix.svndump', 33 'subdir_is_file_prefix.svndump',
34 'correct.svndump', 34 'correct.svndump',
35 'corrupt.svndump', 35 'corrupt.svndump',
36 'emptyrepo2.svndump',
36 ]) 37 ])
37 38
38 def _do_case(self, name, stupid, layout): 39 def _do_case(self, name, stupid, layout):
39 subdir = test_util.subdir.get(name, '') 40 subdir = test_util.subdir.get(name, '')
40 repo, svnpath = self.load_and_fetch(name, subdir=subdir, stupid=stupid, 41 repo, svnpath = self.load_and_fetch(name, subdir=subdir, stupid=stupid,