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

thgstatus: add missing \n on note text

Changeset fa34bf72a8e9

Parent a117986cca6e

by Adrian Buehlmann

Changes to one file · Browse files at fa34bf72a8e9 Showing diff from parent a117986cca6e Diff from another changeset...

 
90
91
92
93
 
94
95
96
 
90
91
92
 
93
94
95
96
@@ -90,7 +90,7 @@
  f.write(e)   showentry(ui.note, e)   f.close() - ui.note("thgstatus updated") + ui.note("thgstatus updated\n")    cmdtable = {   'thgstatus':