~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/status.py

  • Committer: Martin Pool
  • Date: 2005-05-11 07:50:07 UTC
  • Revision ID: mbp@sourcefrog.net-20050511075007-9ce9c01a6a5e6660
- fix header for listing of unknown files
- don't report root directory in status listing, since it's never 
  changed
- fix up status format in tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    done_header = False
49
49
    for path in unknowns:
50
50
        if not done_header:
51
 
            print 'unknown files:'
 
51
            print 'unknown:'
52
52
            done_header = True
53
53
        print ' ', path