Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4, 0.4.1, and 0.5

changeset: remove invalid function call

Changeset 85e0f41b782a

Parent 4f3966742685

by TK Soh

Changes to one file · Browse files at 85e0f41b782a Showing diff from parent 4f3966742685 Diff from another changeset...

 
726
727
728
729
730
731
732
 
726
727
728
 
729
730
731
@@ -726,7 +726,6 @@
  if dialog.run() == gtk.RESPONSE_NO:   return   cmdline = ['hg', 'revert', '--verbose', '--rev', str(rev), self.curfile] - self.restore_cwd()   dlg = CmdDialog(cmdline)   dlg.run()   dlg.hide()