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

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:26:17 UTC 2009


------------------------------------------------------------
revno: 43
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-03-14 15:43:54 +1100
message:
  todo
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-03-13 06:14:22 +0000
+++ b/bzrlib/commands.py	2005-03-14 04:43:54 +0000
@@ -736,6 +736,10 @@
     ## than just a backtrace.
 
     try:
+        # TODO: Lift into separate function in trace.py
+        # TODO: Also show contents of /etc/lsb-release, if it can be parsed.
+        #       Perhaps that should eventually go into the platform library?
+        # TODO: If the file doesn't exist, add a note describing it.
         t = bzrlib.trace._tracefile
         t.write('-' * 60 + '\n')
         t.write('bzr invoked at %s\n' % format_date(time.time()))



More information about the Pkg-bazaar-commits mailing list