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

commit: removed trailing whitespace in message format

Changeset 4d5c81e5cea5

Parent 36b352976fb2

by Trey Roessig

Changes to one file · Browse files at 4d5c81e5cea5 Showing diff from parent 36b352976fb2 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
753
754
755
756
 
757
758
759
 
753
754
755
 
756
757
758
759
@@ -753,7 +753,7 @@
  else:   lines[lnum+1] = lines[lnum][ind:].lstrip() \   + lines[lnum+1] - lines[lnum] = lines[lnum][0:ind].rstrip() + ' ' + lines[lnum] = lines[lnum][0:ind].rstrip()   lnum += 1   buf.set_text('\n'.join(lines))