Ticket #6682 (new defect)
"binary files ... differ" in diff/patch files
| Reported by: | r.bhatia@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12 |
| Component: | rendering | Version: | 0.10.3 |
| Severity: | minor | Keywords: | diff |
| Cc: |
Description
hi, please do not skip content of patchfiles when it states that two binary files differ:
e.g.
--- a/main.inc.php 2007-11-29 09:45:26.065072250 +0100
+++ b/main.inc.php 2008-01-14 22:48:30.340162500 +0100
@@ -85,7 +85,7 @@ $rcmail_config['smtp_log'] = TRUE;
$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size');
// relative path to the skin folder
-$rcmail_config['skin_path'] = 'skins/default/';
+$rcmail_config['skin_path'] = 'skins/ipax/';
// use this folder to store temp files (must be writebale for apache user)
$rcmail_config['temp_dir'] = 'temp/';
Binary files a/blank.gif and b/blank.gif differ
is it possible to render such information at the top, when displaying the content of patch files?
cheers,
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


