Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hg.py @ 14064:e4bfb9c337f3
remove unused imports and variables
author | Alexander Solovyov <alexander@solovyov.net> |
---|---|
date | Sat, 30 Apr 2011 13:59:14 +0200 |
parents | 97ed99d1f419 |
children | 72c84f24b420 |
line wrap: on
line diff
--- a/mercurial/hg.py Sat Apr 30 07:30:38 2011 -0500 +++ b/mercurial/hg.py Sat Apr 30 13:59:14 2011 +0200 @@ -8,9 +8,9 @@ from i18n import _ from lock import release -from node import hex, nullid, nullrev, short +from node import hex, nullid import localrepo, bundlerepo, httprepo, sshrepo, statichttprepo, bookmarks -import lock, util, extensions, error, encoding, node +import lock, util, extensions, error, node import cmdutil, discovery, url import merge as mergemod import verify as verifymod