Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hg.py @ 6217:fe8dbbe9520d
Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
author | Joel Rosdahl <joel@rosdahl.net> |
---|---|
date | Thu, 06 Mar 2008 22:51:16 +0100 |
parents | f89fd07fc51d |
children | 5c96a4bca66b |
line wrap: on
line diff
--- a/mercurial/hg.py Thu Mar 06 22:23:41 2008 +0100 +++ b/mercurial/hg.py Thu Mar 06 22:51:16 2008 +0100 @@ -6,8 +6,6 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. -from node import bin, hex, nullid, nullrev, short -from repo import NoCapability, RepoError from i18n import _ import localrepo, bundlerepo, httprepo, sshrepo, statichttprepo import errno, lock, os, shutil, util, extensions