Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

thgconfig: check import error without disabling demandimport

Changeset 9d7d99509a4a

Parent 5b54efceb405

by Simon Heimberg

Changes to one file · Browse files at 9d7d99509a4a Showing diff from parent 5b54efceb405 Diff from another changeset...

 
513
514
515
516
517
518
519
 
520
521
522
 
513
514
515
 
 
516
 
517
518
519
520
@@ -513,10 +513,8 @@
  return     try: - from mercurial import demandimport - demandimport.disable()   import iniparse - demandimport.enable() + iniparse.INIConfig   except ImportError:   dialog.error_dialog(self, _('Iniparse package not found'),   _('Please install iniparse package') + '\n' +