[PATCH] windows: fix missing import of util.Abort

Sune Foldager cryo at cyanite.org
Thu Apr 2 10:09:49 CDT 2009


# HG changeset patch
# User Sune Foldager <cryo at cyanite.org>
# Date 1238684957 -7200
# Node ID 5325596c354c344b70f1175175c2736c605721d4
# Parent  96501a4abbecfdb795a63e41a4e084aaa1bb699d
windows: fix missing import of util.Abort

diff -r 96501a4abbec -r 5325596c354c mercurial/windows.py
--- a/mercurial/windows.py	Thu Apr 02 16:49:34 2009 +0200
+++ b/mercurial/windows.py	Thu Apr 02 17:09:17 2009 +0200
@@ -8,6 +8,7 @@
 reference.
 """
 
+from util import Abort
 from i18n import _
 import errno, msvcrt, os, osutil, re, sys
 nulldev = 'NUL:'


More information about the Mercurial-devel mailing list