Mercurial > hgsubversion
comparison tests/test_diff.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 | 537de0300510 |
| children | 95abc4cfc78f |
comparison
equal
deleted
inserted
replaced
| 642:c2d606a1dc6f | 643:d2ef7220a079 |
|---|---|
| 1 import test_util | |
| 2 | |
| 1 import unittest | 3 import unittest |
| 2 import tests | 4 import tests |
| 3 | 5 |
| 4 from mercurial import ui | 6 from mercurial import ui |
| 5 | 7 |
| 6 from hgsubversion import wrappers | 8 from hgsubversion import wrappers |
| 7 | |
| 8 import test_util | |
| 9 | 9 |
| 10 expected_diff_output = '''Index: alpha | 10 expected_diff_output = '''Index: alpha |
| 11 =================================================================== | 11 =================================================================== |
| 12 --- alpha\t(revision 3) | 12 --- alpha\t(revision 3) |
| 13 +++ alpha\t(working copy) | 13 +++ alpha\t(working copy) |
