# HG changeset patch # User Sverre Rabbelier <sverre@rabbelier.nl> # Date 1241965258 25200 # Sun May 10 07:20:58 2009 -0700 # Node ID 209a434734ed4cf7411f1b3384ab825a38addc5f # Parent f0628f5270b663222b5deb4832fd996b67a96e77 don't import everything and the kitchen sink diff --git a/__init__.py b/__init__.py --- a/__init__.py +++ b/__init__.py @@ -14,16 +14,9 @@ ''' -# just importing every damn thing because i don't know python that well -# and I have no idea what I actually need -from mercurial import util, repair, merge, cmdutil, commands, hg, url -from mercurial import extensions, ancestor -from mercurial.commands import templateopts -from mercurial.node import nullrev, nullid, short +from mercurial import commands +from mercurial import hg from mercurial.i18n import _ -import os, errno, sys -import subprocess -import dulwich from git_handler import GitHandler # support for `hg clone git://github.com/defunkt/facebox.git`