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

hgext/thgstatus.py: write newline on end status output

Changeset ef7309992b27

Parent 7d4ed841eca0

by Adrian Buehlmann

Changes to one file · Browse files at ef7309992b27 Showing diff from parent 7d4ed841eca0 Diff from another changeset...

 
59
60
61
62
 
63
64
65
 
59
60
61
 
62
63
64
65
@@ -59,7 +59,7 @@
  f.write(dirstatus[dn] + dn + '\n')   f.close()   ui.status(_("updated cached directory status: " - "%i modified, %i added, %i removed") % (nmodified, nadded, nremoved)) + "%i modified, %i added, %i removed\n") % (nmodified, nadded, nremoved))    cmdtable = {   'thgstatus':