Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

commit: minor cleanups

Changeset 02aaa4d701a5

Parent 238cafe081b6

by Steve Borho

Changes to one file · Browse files at 02aaa4d701a5 Showing diff from parent 238cafe081b6 Diff from another changeset...

Change 1 of 2 Show Entire File hggtk/​commit.py Stacked
 
387
388
389
390
391
 
392
393
394
 
439
440
441
442
 
443
444
445
 
387
388
389
 
 
390
391
392
393
 
438
439
440
 
441
442
443
444
@@ -387,8 +387,7 @@
  self._last_commit_id = None   self.reload_status()   except: - Prompt('Undo commit', 'Errors during rollback!', - self).run() + Prompt('Undo commit', 'Errors during rollback!', self).run()       def _should_addremove(self, files): @@ -439,7 +438,7 @@
  # call the threaded CmdDialog to do the commit, so the the large commit   # won't get locked up by potential large commit. CmdDialog will also   # display the progress of the commit operation. - cmdline = ["hg", "commit", "--verbose", "--repository", self.repo.root] + cmdline = ['hg', 'commit', '--verbose', '--repository', self.repo.root]   if self.qheader is not None:   cmdline[1] = 'qrefresh'   if self.opts['addremove']: