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 traceback in title update after commit

Changeset e4172375a9f4

Parent 0b2fe4a3b91b

by Steve Borho

Changes to one file · Browse files at e4172375a9f4 Showing diff from parent 0b2fe4a3b91b Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
111
112
113
114
 
115
116
117
 
111
112
113
 
114
115
116
117
@@ -111,7 +111,7 @@
  elif self.mqmode:   patch = self.repo.mq.lookup('qtip')   return root + ' qrefresh ' + patch - return ' '.join([root, 'commit', pats, user, date]) + return ' '.join([root, 'commit', pats or '', user or '', date or ''])     def get_icon(self):   return 'menucommit.ico'