Mercurial > hgsubversion
comparison 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 |
comparison
equal
deleted
inserted
replaced
1231:5c2917375961 | 1232:ba8485b9fee0 |
---|---|
136 'default': 'trunk', | 136 'default': 'trunk', |
137 'dev_branch': 'branches/dev_branch', | 137 'dev_branch': 'branches/dev_branch', |
138 'old_trunk': 'branches/old_trunk', | 138 'old_trunk': 'branches/old_trunk', |
139 }, | 139 }, |
140 'copies.svndump': trunk_only, | 140 'copies.svndump': trunk_only, |
141 'copyafterclose.svndump': { | |
142 'default': 'trunk', | |
143 'test': 'branches/test' | |
144 }, | |
141 'copybeforeclose.svndump': { | 145 'copybeforeclose.svndump': { |
142 'default': 'trunk', | 146 'default': 'trunk', |
143 'test': 'branches/test' | 147 'test': 'branches/test' |
144 }, | 148 }, |
145 'delentries.svndump': trunk_only, | 149 'delentries.svndump': trunk_only, |