Mercurial > hgsubversion
comparison tests/test_rebuildmeta.py @ 337:46e69be8e2c8
Reorganize to have a more conventional module structure.
This means that hgsubversion now uses absolute imports instead of
relative ones, which makes the tests more reliable.
| author | Augie Fackler <durin42@gmail.com> |
|---|---|
| date | Wed, 13 May 2009 21:39:39 -0500 |
| parents | 75f082b5897e |
| children | 537de0300510 |
comparison
equal
deleted
inserted
replaced
| 336:c0b943cef0c3 | 337:46e69be8e2c8 |
|---|---|
| 3 import unittest | 3 import unittest |
| 4 | 4 |
| 5 from mercurial import hg | 5 from mercurial import hg |
| 6 from mercurial import ui | 6 from mercurial import ui |
| 7 | 7 |
| 8 import svncommands | 8 from hgsubversion import svncommands |
| 9 import hg_delta_editor | 9 from hgsubversion import hg_delta_editor |
| 10 | 10 |
| 11 import test_util | 11 import test_util |
| 12 | 12 |
| 13 def _do_case(self, name, stupid): | 13 def _do_case(self, name, stupid): |
| 14 subdir = test_util.subdir.get(name, '') | 14 subdir = test_util.subdir.get(name, '') |
