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

stable thgstrip: close dialog after stripped if selected 'no backup'

Changeset f29789348b53

Parent 2103df1df1e1

by Yuki KODAMA

Changes to one file · Browse files at f29789348b53 Showing diff from parent 2103df1df1e1 Diff from another changeset...

 
387
388
389
 
 
390
391
392
 
387
388
389
390
391
392
393
394
@@ -387,6 +387,8 @@
  self.cmd.execute(cmdline, cmd_done)     def after_strip(self): + if self.buopt_none.get_active(): + self.response(gtk.RESPONSE_CLOSE)   root = self.repo.root   bakdir = os.path.join(root, r'.hg\strip-backup')   escaped = bakdir.replace('\\', '\\\\')