Mercurial > hgsubversion
comparison tests/test_rebuildmeta.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 | ea0f42e0004d |
children | dcac6dc1abe6 |
comparison
equal
deleted
inserted
replaced
642:c2d606a1dc6f | 643:d2ef7220a079 |
---|---|
1 import test_util | |
2 | |
1 import os | 3 import os |
2 import pickle | 4 import pickle |
3 import unittest | 5 import unittest |
4 | |
5 import test_util | |
6 | 6 |
7 from mercurial import context | 7 from mercurial import context |
8 from mercurial import extensions | 8 from mercurial import extensions |
9 from mercurial import hg | 9 from mercurial import hg |
10 from mercurial import ui | 10 from mercurial import ui |