~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-03-14 04:43:54 UTC
  • Revision ID: mbp@sourcefrog.net-20050314044354-63e6c0e08c099e2c
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
736
736
    ## than just a backtrace.
737
737
 
738
738
    try:
 
739
        # TODO: Lift into separate function in trace.py
 
740
        # TODO: Also show contents of /etc/lsb-release, if it can be parsed.
 
741
        #       Perhaps that should eventually go into the platform library?
 
742
        # TODO: If the file doesn't exist, add a note describing it.
739
743
        t = bzrlib.trace._tracefile
740
744
        t.write('-' * 60 + '\n')
741
745
        t.write('bzr invoked at %s\n' % format_date(time.time()))