--- a/mercurial/dirstate.py Sat Aug 27 14:56:58 2005 -0700
+++ b/mercurial/dirstate.py Sat Aug 27 14:59:25 2005 -0700
@@ -7,8 +7,8 @@
of the GNU General Public License, incorporated herein by reference.
"""
-import sys, struct, os
-from revlog import *
+import struct, os
+from node import *
from demandload import *
demandload(globals(), "time bisect stat util")
--- a/mercurial/hg.py Sat Aug 27 14:56:58 2005 -0700
+++ b/mercurial/hg.py Sat Aug 27 14:59:25 2005 -0700
@@ -5,7 +5,6 @@
# This software may be used and distributed according to the terms
# of the GNU General Public License, incorporated herein by reference.
-import os
import util
from node import *
from repo import *