Hi all,

please allow for the diff -p option in gcommit.

I use to apply this patch after upgrades of bzr-gtk:

=== modified file 'diff.py'
--- diff.py     2008-05-22 02:33:40 +0000
+++ diff.py     2008-07-16 16:48:28 +0000
@@ -270,7 +270,7 @@ class DiffView(DiffFileView):
         """Show the diff for the specified files"""
         s = StringIO()
         show_diff_trees(self.parent_tree, self.rev_tree, s, specific_files,
-                        old_label='', new_label='',
+                        old_label='', new_label='', external_diff_options='-p',
                         # path_encoding=sys.getdefaultencoding()
                         # The default is utf-8, but we interpret the file
                         # contents as getdefaultencoding(), so we should


It may, however, be better to make it configurable.

Note that I tried to follow the proposal for reporting bugs. But when I
tried to branch the trunk, I received this message:

bzr: ERROR: KnitPackRepository('file:///home2/mydev/bzr-gtk/.bzr/repository/')  
                                        
is not compatible with
KnitPackRepository('http://bazaar.launchpad.net/%7Ebzr-gtk/bzr-gtk/trunk/.bzr/repository/')
different rich-root support


Debian unstable:
dpkg -l | grep bzr

ii  bzr                      1.15-1                   easy to use distributed 
version control system
ii  bzr-dbus                 0.1~bzr39-1              D-Bus announcements 
plugin for Bazaar
ii  bzr-gtk                  0.95.0+bzr635-1          provides graphical 
interfaces to Bazaar (bzr) version control
ii  bzrtools                 1.15.0-1                 Collection of tools for 
bzr


Regards
Ingo
-- 
Ingo Strüwing, Database Group
Sun Microsystems GmbH, Sonnenallee 1, D-85551 Kirchheim-Heimstetten
Geschäftsführer: Thomas Schröder,   Wolfgang Engels,   Wolf Frenkel
Vorsitzender des Aufsichtsrates: Martin Häring   HRB München 161028

-- 
bzr-gtk mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.canonical.com/mailman/listinfo/bzr-gtk

Reply via email to