comparison tests/test_diff.py @ 347:537de0300510

Remove the 'outgoing' wrapper, and use the Mercurial infrastructure instead.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Fri, 22 May 2009 15:12:31 +0200
parents 46e69be8e2c8
children d2ef7220a079
comparison
equal deleted inserted replaced
346:4b992ebdecc6 347:537de0300510
1 import unittest 1 import unittest
2 import tests
2 3
3 from mercurial import ui 4 from mercurial import ui
4 5
5 from hgsubversion import wrappers 6 from hgsubversion import wrappers
6 7