[Pkg-bazaar-commits] ./bzr-gtk/unstable r467: Merge support for applying patches/bundles to Bazaar branches.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:50:25 UTC 2009


------------------------------------------------------------
revno: 467
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2008-04-25 20:48:06 +0100
message:
  Merge support for applying patches/bundles to Bazaar branches.
added:
  bzr-gtk.applications
  bzr-handle-patch.desktop
modified:
  NEWS
  setup.py
    ------------------------------------------------------------
    revno: 450.7.1
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: mime
    timestamp: Wed 2008-04-02 20:01:18 +0200
    message:
      Register bzr-gtk as patch handler.
    added:
      bzr-gtk.applications
    modified:
      setup.py
    ------------------------------------------------------------
    revno: 450.7.2
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: mime
    timestamp: Wed 2008-04-02 20:21:29 +0200
    message:
      Register bzr ghandle-patch as command for opening diffs and patches.
    added:
      bzr-handle-patch.desktop
    modified:
      setup.py
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2008-04-25 19:41:23 +0000
+++ b/NEWS	2008-04-25 19:48:06 +0000
@@ -28,6 +28,9 @@
 
   * Add compare with option to revisions menu. (Javier Derderian)
 
+  * Register file handler for applying patches/bundles to Bazaar branches.
+    (Jelmer Vernooij)
+
  BUG FIXES
 
   * Make adding tags from the viz work again. (Daniel Schierbeck)

=== added file 'bzr-gtk.applications'
--- a/bzr-gtk.applications	1970-01-01 00:00:00 +0000
+++ b/bzr-gtk.applications	2008-04-02 18:01:18 +0000
@@ -0,0 +1,7 @@
+bzr-gtk-patch
+	command="bzr handle-patch"
+	name=Bazaar
+	can_open_multiple_files=false
+	expects_uris=false
+	requires_terminal=false
+	mime_types=text/x-diff,text/x-patch,application/x-bazaar-merge-directive

=== added file 'bzr-handle-patch.desktop'
--- a/bzr-handle-patch.desktop	1970-01-01 00:00:00 +0000
+++ b/bzr-handle-patch.desktop	2008-04-02 18:21:29 +0000
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Bazaar
+Comment=Apply Bazaar Bundle
+Icon=bazaar
+Exec=bzr ghandle-patch %f
+NoDisplay=true
+Terminal=false
+Type=Application
+Categories=
+MimeType=text/x-diff;text/x-patch;application/x-bazaar-merge-directive;

=== modified file 'setup.py'
--- a/setup.py	2008-04-11 00:25:00 +0000
+++ b/setup.py	2008-04-25 19:48:06 +0000
@@ -136,7 +136,9 @@
                                  'icons/bzr-icon-64.png']),
                 ('share/applications', ['olive-gtk.desktop',
                                         'bazaar-properties.desktop',
+                                        'bzr-handle-patch.desktop',
                                         'bzr-notify.desktop']),
+                ('share/application-registry', ['bzr-gtk.applications']),
                 ('share/pixmaps', ['icons/olive-gtk.png', 'icons/bzr-icon-64.png']),
                 ('share/icons/hicolor/scalable/emblems', 
                     ['icons/emblem-bzr-added.svg', 



More information about the Pkg-bazaar-commits mailing list