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

commit: correct command qnew

Changeset 2708217d3c3e

Parent 043e5f5f69c6

by Simon Heimberg

Changes to one file · Browse files at 2708217d3c3e Showing diff from parent 043e5f5f69c6 Diff from another changeset...

Change 1 of 2 Show Entire File hggtk/​commit.py Stacked
 
493
494
495
496
 
497
498
499
 
512
513
514
 
515
516
517
 
493
494
495
 
496
497
498
499
 
512
513
514
515
516
517
518
@@ -493,7 +493,7 @@
  if qnew:   qnew = fromutf(qnew)   cmdline[1] = 'qnew' - cmdline += '--force' + cmdline.append('--force')   elif self.qheader is not None:   cmdline[1] = 'qrefresh'   if self.opts['addremove']: @@ -512,6 +512,7 @@
  shell_notify([self.cwd] + files)   if qnew:   self.self.qnew_name.set_text('') + self.repo.invalidate()   elif self.qheader is None:   self.text.set_buffer(gtk.TextBuffer())   self._update_recent_messages(self.opts['message'])