Mercurial > hgsubversion
comparison tests/test_push_command.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 | 8e621dbb82d4 |
| children | e910e3ebd23b |
comparison
equal
deleted
inserted
replaced
| 642:c2d606a1dc6f | 643:d2ef7220a079 |
|---|---|
| 1 import test_util | |
| 2 | |
| 1 import atexit | 3 import atexit |
| 2 import errno | 4 import errno |
| 3 import os | 5 import os |
| 4 import random | 6 import random |
| 5 import shutil | 7 import shutil |
| 12 from mercurial import hg | 14 from mercurial import hg |
| 13 from mercurial import node | 15 from mercurial import node |
| 14 from mercurial import revlog | 16 from mercurial import revlog |
| 15 from mercurial import util as hgutil | 17 from mercurial import util as hgutil |
| 16 | 18 |
| 17 import test_util | |
| 18 import time | 19 import time |
| 19 | 20 |
| 20 | 21 |
| 21 class PushTests(test_util.TestBase): | 22 class PushTests(test_util.TestBase): |
| 22 def setUp(self): | 23 def setUp(self): |
