Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 7280:810ca383da9c
remove unused variables
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Tue, 28 Oct 2008 19:25:26 +0100 |
parents | 08dc0152bb5e |
children | d14c25e823ba |
line wrap: on
line diff
--- 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_