Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

commit: return value from _commit

else dialog will not auto-close

Changeset e2e5de9b1b5b

Parent 8937ab7d10fa

by Steve Borho

Changes to one file · Browse files at e2e5de9b1b5b Showing diff from parent 8937ab7d10fa Diff from another changeset...

 
221
222
223
224
 
225
226
227
 
221
222
223
 
224
225
226
227
@@ -221,7 +221,7 @@
  cwd = os.getcwd()   try:   os.chdir(repo.root) - self._commit(repo, ui) + return self._commit(repo, ui)   finally:   os.chdir(cwd)