← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] lp:~henninge/launchpad/bug-740208-ws-regression into lp:launchpad

 

I don't know why the diff comes out so long, even with the prerequisite. It may have to do with the fact that the prerequisite has already been merged *and* reverted...

The actual change in this branch is this:


=== modified file 'lib/lp/code/interfaces/diff.py'
--- lib/lp/code/interfaces/diff.py	2011-01-31 17:08:35 +0000
+++ lib/lp/code/interfaces/diff.py	2011-07-13 13:03:35 +0000
@@ -24,6 +24,7 @@
 from zope.schema import (
     Bool,
     Bytes,
+    Dict,
     Int,
     Text,
     TextLine,
@@ -53,7 +54,7 @@
         Int(title=_('The number of lines in this diff.'), readonly=True))
 
     diffstat = exported(
-        Text(title=_('Statistics about this diff'), readonly=True))
+        Dict(title=_('Statistics about this diff'), readonly=True))
 
     added_lines_count = exported(
         Int(title=_('The number of lines added in this diff.'),

-- 
https://code.launchpad.net/~henninge/launchpad/bug-740208-ws-regression/+merge/67937
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~henninge/launchpad/bug-740208-ws-regression into lp:launchpad.


References