[Pkg-bazaar-commits] ./bzr-gtk/unstable r277: Fix the "Complete Diff" entry in DiffWindow to show the diff. #140512

James Westby jw+debian at jameswestby.net
Fri Apr 10 07:45:42 UTC 2009


------------------------------------------------------------
revno: 277
committer: James Westby <jw+debian at jameswestby.net>
branch nick: gtk
timestamp: Mon 2007-09-17 21:20:43 +0100
message:
  Fix the "Complete Diff" entry in DiffWindow to show the diff. #140512
modified:
  NEWS
  diff.py
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2007-08-27 12:38:18 +0000
+++ b/NEWS	2007-09-17 20:20:43 +0000
@@ -1,3 +1,10 @@
+0.91.0  IN DEVELOPMENT
+
+ BUG FIXES
+
+  * Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
+    (#140512, James Westby) 
+
 0.90.0	2007-08-27
 
  FEATURES

=== modified file 'diff.py'
--- a/diff.py	2007-07-23 19:25:12 +0000
+++ b/diff.py	2007-09-17 20:20:43 +0000
@@ -174,7 +174,7 @@
         if specific_files == [ None ]:
             return
         elif specific_files == [ "" ]:
-            specific_files = []
+            specific_files = None
 
         s = StringIO()
         show_diff_trees(self.parent_tree, self.rev_tree, s, specific_files)



More information about the Pkg-bazaar-commits mailing list