Mercurial > hgsubversion
comparison tests/test_utility_commands.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 | de384e4e0423 |
children | 045120d3a110 |
comparison
equal
deleted
inserted
replaced
642:c2d606a1dc6f | 643:d2ef7220a079 |
---|---|
1 import test_util | |
2 | |
1 import os | 3 import os |
2 import unittest | 4 import unittest |
3 | 5 |
4 from hgext import rebase | 6 from hgext import rebase |
5 from mercurial import hg | 7 from mercurial import hg |
8 from mercurial import node | 10 from mercurial import node |
9 from mercurial import commands | 11 from mercurial import commands |
10 | 12 |
11 from hgsubversion import util | 13 from hgsubversion import util |
12 from hgsubversion import svncommands | 14 from hgsubversion import svncommands |
13 import test_util | |
14 from hgsubversion import wrappers | 15 from hgsubversion import wrappers |
15 | 16 |
16 expected_info_output = '''URL: %(repourl)s/%(branch)s | 17 expected_info_output = '''URL: %(repourl)s/%(branch)s |
17 Repository Root: %(repourl)s | 18 Repository Root: %(repourl)s |
18 Repository UUID: df2126f7-00ab-4d49-b42c-7e981dde0bcf | 19 Repository UUID: df2126f7-00ab-4d49-b42c-7e981dde0bcf |