[Pkg-bazaar-commits] ./bzr-gtk/unstable r91: Some update to TODO.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:49:18 UTC 2009


------------------------------------------------------------
revno: 91
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: bzr-gtk
timestamp: Sun 2006-10-08 23:57:40 +0200
message:
  Some update to TODO.
modified:
  TODO
  nautilus-bzr.py
-------------- next part --------------
=== modified file 'TODO'
--- a/TODO	2006-10-08 20:51:52 +0000
+++ b/TODO	2006-10-08 21:57:40 +0000
@@ -23,3 +23,8 @@
   not on, e.g., cdroms?
 - Add a 'merge' window, allowing merges from other branches.
 - Show list of pending merges in the commit window
+- Dialog for applying a bundle
+- Switch dialog
+- Ability to bind/unbind the branch
+- List Bzr options in context menu in a way that makes sense (alphabetically?)
+- Allow specifying two revisions in the diff window rather then always diffing between base and working tree

=== modified file 'nautilus-bzr.py'
--- a/nautilus-bzr.py	2006-10-08 20:51:52 +0000
+++ b/nautilus-bzr.py	2006-10-08 21:57:40 +0000
@@ -164,13 +164,13 @@
             tree, path = WorkingTree.open_containing(file)
         except NotBranchError:
             item = nautilus.MenuItem('BzrNautilus::newtree',
-                                 'Create new Bazaar tree',
+                                 'Make directory versioned',
                                  'Create new Bazaar tree in this folder')
             item.connect('activate', self.newtree_cb, vfs_file)
             items.append(item)
 
             item = nautilus.MenuItem('BzrNautilus::clone',
-                                 'Checkout',
+                                 'Checkout Bazaar branch',
                                  'Checkout Existing Bazaar Branch')
             item.connect('activate', self.clone_cb, vfs_file)
             items.append(item)
@@ -207,7 +207,7 @@
                 if not vfs_file.is_directory():
                     return
                 item = nautilus.MenuItem('BzrNautilus::newtree',
-                                     'Create new Bazaar tree',
+                                     'Make directory versioned',
                                      'Create new Bazaar tree in %s' % vfs_file.get_name())
                 item.connect('activate', self.newtree_cb, vfs_file)
                 return item,



More information about the Pkg-bazaar-commits mailing list