traceback on gdialog due to settings
Created originally on Bitbucket by Anonymous
After using crew version of commit, the commit tool in stable tree traceback on loading settings:
{{{ File "C:\Mercurial\repos\tortoisehg-stable\hggtk\status.py", line 210, in load_settings GDialog.load_settings(self, settings) File "C:\Mercurial\repos\tortoisehg-stable\hggtk\gdialog.py", line 168, in load_settings self._setting_defsize = settings['gdialog'] KeyError: 'gdialog' }}}
I believe some handling might be needed in stable/crew to overcome this, else testing crew will be difficult. I still need to rely on stable for day-to-day work.