mercurial/commands.py
changeset 12004 1fe4702fe2df
parent 11969 52ec5c813723
child 12032 ad787252fed6
--- a/mercurial/commands.py	Fri Aug 20 18:26:20 2010 +0200
+++ b/mercurial/commands.py	Fri Aug 20 15:31:05 2010 -0500
@@ -1286,9 +1286,10 @@
         problems += 1
 
     # compiled modules
-    ui.status(_("Checking extensions...\n"))
+    ui.status(_("Checking installed modules (%s)...\n")
+              % os.path.dirname(__file__))
     try:
-        import bdiff, mpatch, base85
+        import bdiff, mpatch, base85, osutil
     except Exception, inst:
         ui.write(" %s\n" % inst)
         ui.write(_(" One or more extensions could not be found"))