Mercurial > hgsubversion
diff tests/test_util.py @ 1232:ba8485b9fee0
editor: correctly import copies of directories from non-tracked or closed branches
author | David Schleimer <dschleimer@fb.com> |
---|---|
date | Sun, 17 Nov 2013 09:57:00 -0800 |
parents | 518a9552f7f9 |
children | d3c79072bc6a |
line wrap: on
line diff
--- a/tests/test_util.py +++ b/tests/test_util.py @@ -138,6 +138,10 @@ custom = { 'old_trunk': 'branches/old_trunk', }, 'copies.svndump': trunk_only, + 'copyafterclose.svndump': { + 'default': 'trunk', + 'test': 'branches/test' + }, 'copybeforeclose.svndump': { 'default': 'trunk', 'test': 'branches/test'