Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

stable commit: record commit messages (regression from afe08b4e6fd6)

Changeset aa23bf637b70

Parent 275664ceb1bf

by Phil Currier

Changes to one file · Browse files at aa23bf637b70 Showing diff from parent 275664ceb1bf Diff from another changeset...

 
414
415
416
417
 
 
418
419
420
 
858
859
860
 
861
862
863
 
414
415
416
 
417
418
419
420
421
 
859
860
861
862
863
864
865
@@ -414,7 +414,8 @@
  self.lastCommitMsg = self.msgte.text()   self.setMessage(hglib.tounicode(pctx.description()))   else: - self.setMessage(self.lastCommitMsg) + if self.lastAction == 'qref': + self.setMessage(self.lastCommitMsg)   if refreshwctx:   self.stwidget.refreshWctx()   self.mqtb.setText(curraction._text) @@ -858,6 +859,7 @@
  self.branchop = None   umsg = self.msgte.text()   if self.currentAction != 'qref': + self.lastCommitMsg = ''   if self.currentAction == 'commit':   # capture last message for BugTraq plugin   self.lastmessage = self.getMessage()