Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.1, 0.8.2, and 0.8.3

merge: make commit tool transient of merge tool

Workaround modal/focus issues on Windows

Changeset a9d729d7c62f

Parent a0f069ba19a6

by Steve Borho

Changes to one file · Browse files at a9d729d7c62f Showing diff from parent a0f069ba19a6 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​merge.py Stacked
 
137
138
139
 
140
141
142
 
137
138
139
140
141
142
143
@@ -137,6 +137,7 @@
    def commit(self, button):   dlg = commit.run(ui.ui()) + dlg.set_transient_for(self)   dlg.set_modal(True)   dlg.set_notify_func(self.commit_notify, dlg)   dlg.display()