Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

wctxactions: remove NotImplementedError handler

Changeset f127d4086995

Parent 15fccd705d4a

by Steve Borho

Changes to one file · Browse files at f127d4086995 Showing diff from parent 15fccd705d4a Diff from another changeset...

 
171
172
173
174
175
176
177
178
179
 
171
172
173
 
 
 
174
175
176
@@ -171,9 +171,6 @@
  except (error.LookupError), e:   err = hglib.tounicode(str(e))   QMessageBox.critical(parent, name + _(' Aborted'), err) - except NotImplementedError: - QMessageBox.critical(parent, name + _(' not implemented'), - 'Please add it :)')   finally:   os.chdir(cwd)   return notify