mercurial/repair.py
changeset 6211 f89fd07fc51d
parent 6147 53ae5af55db3
child 6408 3f5f23ba18bc
--- a/mercurial/repair.py	Fri Mar 07 00:24:36 2008 +0100
+++ b/mercurial/repair.py	Thu Mar 06 22:23:26 2008 +0100
@@ -7,7 +7,7 @@
 # of the GNU General Public License, incorporated herein by reference.
 
 import changegroup, os
-from node import *
+from node import nullrev, short
 
 def _bundle(repo, bases, heads, node, suffix, extranodes=None):
     """create a bundle with the specified revisions as a backup"""