Mercurial > hgsubversion
comparison tests/test_fetch_renames.py @ 101:a3b717e4abf5
Cleanups based on pyflakes output.
| author | Augie Fackler <durin42@gmail.com> |
|---|---|
| date | Fri, 21 Nov 2008 16:21:19 -0600 |
| parents | 7d10165cf3d9 |
| children | c2a84d436202 |
comparison
equal
deleted
inserted
replaced
| 100:91ce18fa0375 | 101:a3b717e4abf5 |
|---|---|
| 1 import os | |
| 2 import shutil | |
| 3 import sys | 1 import sys |
| 4 import tempfile | |
| 5 import unittest | 2 import unittest |
| 6 | 3 |
| 7 from mercurial import hg | |
| 8 from mercurial import ui | |
| 9 from mercurial import node | |
| 10 | |
| 11 import fetch_command | |
| 12 import test_util | 4 import test_util |
| 13 | 5 |
| 14 | 6 |
| 15 class TestFetchRenames(test_util.TestBase): | 7 class TestFetchRenames(test_util.TestBase): |
| 16 def _load_fixture_and_fetch(self, fixture_name, stupid): | 8 def _load_fixture_and_fetch(self, fixture_name, stupid): |
