diff mercurial/hg.py @ 1093:1f1661c58283

commands: use revlog directly for debug commands This eliminates the import in hg.py
author mpm@selenic.com
date Sat, 27 Aug 2005 14:56:58 -0700
parents 1bca39b85615
children 221b5252864c
line wrap: on
line diff
--- a/mercurial/hg.py
+++ b/mercurial/hg.py
@@ -8,7 +8,6 @@
 import os
 import util
 from node import *
-from revlog import *
 from repo import *
 from demandload import *
 demandload(globals(), "localrepo httprepo sshrepo")