[Pkg-bazaar-commits] ./bzr/unstable r295: todo

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:51:45 UTC 2009


------------------------------------------------------------
revno: 295
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Thu 2005-04-28 18:16:41 +1000
message:
  todo
modified:
  TODO
-------------- next part --------------
=== modified file 'TODO'
--- a/TODO	2005-04-28 07:24:55 +0000
+++ b/TODO	2005-04-28 08:16:41 +0000
@@ -52,9 +52,21 @@
 
 __ http://mail.python.org/pipermail/python-list/2001-April/037847.html
 
+* 'bzr ignore' command that just adds a line to the .bzrignore file
+  and makes it versioned.
+
+* 'bzr help commands' should give a one-line summary of each command.
+
 Medium things
 -------------
 
+* Display command grammar in help messages rather than hardcoding it.
+
+* Change command functions into Command() objects, like in hct, and
+  then the grammar can be described directly in there.  Since all
+  option definitions are global we can define them just once and
+  reference them from each command.
+
 * Selective commit of only some files.
 
 * Faster diff/status.  



More information about the Pkg-bazaar-commits mailing list