Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

status: show added files as raw text

Do not show them as a large patch against /dev/null, as this is terribly
innefficient.

Changeset 768fcd1fcf9f

Parent 1415fa895056

by Steve Borho

Changes to one file · Browse files at 768fcd1fcf9f Showing diff from parent 1415fa895056 Diff from another changeset...

 
342
343
344
345
 
346
347
348
 
342
343
344
 
345
346
347
348
@@ -342,7 +342,7 @@
  hu = htmlui.htmlui()     show = '&nbsp;&nbsp;(<a href="cmd:show">%s</a>)' % _('show anyway') - if status in '?I': + if status in '?IA':   if showanyway:   # Read untracked file contents from working directory   try: