Mercurial > hgsubversion
comparison tests/test_fetch_renames.py @ 643:d2ef7220a079
tests: import test_util as the first module in all relevant tests
| author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
|---|---|
| date | Wed, 14 Jul 2010 15:39:18 +0200 |
| parents | 5c8a48828ae9 |
| children | 312b37bc5e20 |
comparison
equal
deleted
inserted
replaced
| 642:c2d606a1dc6f | 643:d2ef7220a079 |
|---|---|
| 1 import test_util | |
| 2 | |
| 1 import sys | 3 import sys |
| 2 import unittest | 4 import unittest |
| 3 | |
| 4 import test_util | |
| 5 | |
| 6 | 5 |
| 7 class TestFetchRenames(test_util.TestBase): | 6 class TestFetchRenames(test_util.TestBase): |
| 8 def _debug_print_copies(self, repo): | 7 def _debug_print_copies(self, repo): |
| 9 w = sys.stderr.write | 8 w = sys.stderr.write |
| 10 for rev in repo: | 9 for rev in repo: |
