diff 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
line wrap: on
line diff
--- a/tests/comprehensive/test_verify_and_startrev.py
+++ b/tests/comprehensive/test_verify_and_startrev.py
@@ -33,6 +33,7 @@ from hgsubversion import verify
     'subdir_is_file_prefix.svndump',
     'correct.svndump',
     'corrupt.svndump',
+    'emptyrepo2.svndump',
 ])
 
 def _do_case(self, name, stupid, layout):