Mercurial > hgsubversion
diff tests/test_fetch_symlinks.py @ 145:b37c401b7f92
hg_delta_editor: reset properties of deleted entries
Otherwise, in case of entry replacement the properties are incorrectly
inherited.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Mon, 15 Dec 2008 21:57:10 -0600 |
parents | 24a64fb0e74b |
children | d2ef7220a079 |
line wrap: on
line diff
--- a/tests/test_fetch_symlinks.py +++ b/tests/test_fetch_symlinks.py @@ -21,14 +21,17 @@ class TestFetchSymlinks(test_util.TestBa links = { 0: { 'linka': 'a', + 'linka2': 'a', 'd/linka': 'a', }, 1: { 'linkaa': 'a', + 'linka2': 'a', 'd2/linka': 'a', }, 2: { 'linkaa': 'b', + 'linka2': 'a', 'd2/linka': 'b', }, 3: {