Mercurial > hgsubversion
comparison tests/test_diff.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 |
---|---|
1 import unittest | 1 import unittest |
2 | 2 |
3 from mercurial import ui | 3 from mercurial import ui |
4 | 4 |
5 import wrappers | 5 from hgsubversion import wrappers |
6 | 6 |
7 import test_util | 7 import test_util |
8 | 8 |
9 expected_diff_output = '''Index: alpha | 9 expected_diff_output = '''Index: alpha |
10 =================================================================== | 10 =================================================================== |