diff -r 1f0f84660dea -r 810ca383da9c mercurial/commands.py --- a/mercurial/commands.py Tue Oct 28 19:07:14 2008 +0100 +++ b/mercurial/commands.py Tue Oct 28 19:25:26 2008 +0100 @@ -11,7 +11,7 @@ import os, re, sys import hg, util, revlog, bundlerepo, extensions, copies import difflib, patch, time, help, mdiff, tempfile, url -import version, socket +import version import archival, changegroup, cmdutil, hgweb.server, sshserver, hbisect import merge as merge_