Mercurial > hgsubversion
diff tests/test_fetch_mappings.py @ 358:2c0649064455
Author maps: handle lines without = gracefully.
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Thu, 28 May 2009 09:41:00 +0200 |
parents | 75f082b5897e |
children | 27e9fea5d114 |
line wrap: on
line diff
--- a/tests/test_fetch_mappings.py +++ b/tests/test_fetch_mappings.py @@ -22,6 +22,7 @@ class MapTests(test_util.TestBase): test_util.load_svndump_fixture(self.repo_path, 'replace_trunk_with_branch.svndump') authormap = open(self.authors, 'w') authormap.write("Augie=Augie Fackler <durin42@gmail.com>\n") + authormap.write("Augie Fackler <durin42@gmail.com>\n") authormap.close() _ui = ui.ui() _ui.setconfig('hgsubversion', 'stupid', str(stupid))