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

commit: fix typo in mode switch code

Changeset 3b5c65f4df8a

Parent 8c9c49532d2d

by Steve Borho

Changes to one file · Browse files at 3b5c65f4df8a Showing diff from parent 8c9c49532d2d Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
535
536
537
538
 
539
540
541
 
535
536
537
 
538
539
540
541
@@ -535,7 +535,7 @@
  if self.qnew:   self.qnew_name.set_text('')   self.repo.invalidate() - self.state = 'commit' + self.mode = 'commit'   self.qnew = False   _mq = self.repo.mq   _mq.__init__(_mq.ui, _mq.basepath, _mq.path)