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

filedata: Add missing carriage return to "missing subrepo" status information

Changeset b3e39d7b0a64

Parent af3744ebfb92

by Angel Ezquerra

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

 
173
174
175
176
 
177
178
179
 
173
174
175
 
176
177
178
179
@@ -173,7 +173,7 @@
    out.append(_('Revision has changed from:') + u'\n\n')   if missingsub: - out.append(hglib.tounicode(_('changeset: %s') % sfrom + '\n')) + out.append(hglib.tounicode(_('changeset: %s') % sfrom + '\n\n'))   else:   out.append(hglib.tounicode(getLog(_ui, srepo, opts)))