Mercurial > hgsubversion
comparison tests/test_util.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 | 76c833526fbc |
| children | 3d5c4352a6c8 |
comparison
equal
deleted
inserted
replaced
| 346:4b992ebdecc6 | 347:537de0300510 |
|---|---|
| 1 import errno | 1 import errno |
| 2 import imp | |
| 2 import os | 3 import os |
| 3 import subprocess | 4 import subprocess |
| 4 import shutil | 5 import shutil |
| 5 import StringIO | 6 import StringIO |
| 6 import stat | 7 import stat |
| 7 import tempfile | 8 import tempfile |
| 8 import unittest | 9 import unittest |
| 9 import urllib | 10 import urllib |
| 11 | |
| 12 import __init__ | |
| 10 | 13 |
| 11 from mercurial import context | 14 from mercurial import context |
| 12 from mercurial import commands | 15 from mercurial import commands |
| 13 from mercurial import hg | 16 from mercurial import hg |
| 14 from mercurial import node | 17 from mercurial import node |
