[Pkg-bazaar-commits] ./bzr/unstable r284: - more TODO items

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:43:52 UTC 2009


------------------------------------------------------------
revno: 284
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Tue 2005-04-26 16:43:51 +1000
message:
  - more TODO items
modified:
  TODO
-------------- next part --------------
=== modified file 'TODO'
--- a/TODO	2005-04-26 05:20:17 +0000
+++ b/TODO	2005-04-26 06:43:51 +0000
@@ -1,4 +1,6 @@
-(See also various low-level TODOs in the source code.)
+(See also various low-level TODOs in the source code.  Try looking in
+the list archive or on gmane.org for previous discussion of these
+issues, or )
 
 Small things
 ------------
@@ -12,6 +14,7 @@
 
 * Import ElementTree update patch.
 
+* Syntax should be "bzr export -r REV".
 
 Medium things
 -------------
@@ -67,6 +70,18 @@
 
 * Split inventory into per-directory files.
 
+* Fix ignore file parsing:
+
+  - fnmatch is not the same as unix patterns
+
+  - perhaps add extended globs from rsh/rsync
+
+  - perhaps a pattern that matches only directories or non-directories
+
+* Expansion of $Id$ tags within working files.  Perhaps do this in
+  exports first as a simpler case because then we don't need to deal
+  with removing the tags on the way back in.
+
 
 Large things
 ------------
@@ -75,4 +90,4 @@
 
 * GUI (maybe in Python GTK+?)
 
-* C library interface
\ No newline at end of file
+* C library interface



More information about the Pkg-bazaar-commits mailing list