Mercurial > hgsubversion
comparison tests/test_unaffected_core.py @ 851:9ce00cb1d676
Merge alternate tunnel schemes.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Sat, 25 Feb 2012 14:51:22 -0600 |
parents | 312b37bc5e20 |
children | d741f536f23a |
comparison
equal
deleted
inserted
replaced
850:d3bc067c0f72 | 851:9ce00cb1d676 |
---|---|
86 repo2 = hg.repository(ui, self.wc_path + '2') | 86 repo2 = hg.repository(ui, self.wc_path + '2') |
87 | 87 |
88 self.assertEqual(repo[branch].hex(), repo2['.'].hex()) | 88 self.assertEqual(repo[branch].hex(), repo2['.'].hex()) |
89 | 89 |
90 def suite(): | 90 def suite(): |
91 all = [unittest.TestLoader().loadTestsFromTestCase(TestMercurialCore)] | 91 all_tests = [unittest.TestLoader().loadTestsFromTestCase(TestMercurialCore)] |
92 return unittest.TestSuite(all) | 92 return unittest.TestSuite(all_tests) |