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

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


------------------------------------------------------------
revno: 312
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Fri 2005-04-29 10:10:30 +1000
message:
  todo
modified:
  TODO
-------------- next part --------------
=== modified file 'TODO'
--- a/TODO	2005-04-28 10:01:44 +0000
+++ b/TODO	2005-04-29 00:10:30 +0000
@@ -57,7 +57,10 @@
 
 * 'bzr help commands' should give a one-line summary of each command.
 
-* Are any sanity checks useful in 'bzr ignore'?
+* Any useful sanity checks in 'bzr ignore'?  Perhaps give a warning if
+  they try to add a single file which is already versioned, or if they
+  add a pattern which already exists, or if it looks like they gave an
+  unquoted glob.
 
 Medium things
 -------------
@@ -134,6 +137,10 @@
   exports first as a simpler case because then we don't need to deal
   with removing the tags on the way back in.
 
+* Consider using Python logging library as well as/instead of
+  bzrlib.trace.
+
+* Change to using gettext message localization.
 
 Large things
 ------------



More information about the Pkg-bazaar-commits mailing list