Mercurial > hgsubversion
comparison tests/test_single_dir_clone.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 | 930bb6df19a0 |
| children | a45365f1492a |
comparison
equal
deleted
inserted
replaced
| 642:c2d606a1dc6f | 643:d2ef7220a079 |
|---|---|
| 1 import test_util | |
| 2 | |
| 1 import errno | 3 import errno |
| 2 import shutil | 4 import shutil |
| 3 import unittest | 5 import unittest |
| 4 | 6 |
| 5 from mercurial import commands | 7 from mercurial import commands |
| 6 from mercurial import context | 8 from mercurial import context |
| 7 from mercurial import hg | 9 from mercurial import hg |
| 8 from mercurial import node | 10 from mercurial import node |
| 9 from mercurial import ui | 11 from mercurial import ui |
| 10 | |
| 11 import test_util | |
| 12 | |
| 13 | 12 |
| 14 class TestSingleDir(test_util.TestBase): | 13 class TestSingleDir(test_util.TestBase): |
| 15 def test_clone_single_dir_simple(self): | 14 def test_clone_single_dir_simple(self): |
| 16 repo = self._load_fixture_and_fetch('branch_from_tag.svndump', | 15 repo = self._load_fixture_and_fetch('branch_from_tag.svndump', |
| 17 stupid=False, | 16 stupid=False, |
