/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/delta.py

  • Committer: Keir Mierle
  • Date: 2006-11-23 18:56:25 UTC
  • mto: (2168.1.1 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 2171.
  • Revision ID: keir@cs.utoronto.ca-20061123185625-ndto53ylcb8zo1y6
Fix spacing error and add tests for status --short command flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
                    path += '*'
106
106
 
107
107
                if show_ids:
108
 
                    print >>to_file, '  %-30s %s' % (path, fid)
 
108
                    print >>to_file, '%s  %-30s %s' % (short_status_letter, path, fid)
109
109
                else:
110
 
                    print >>to_file, '%s %s' % (short_status_letter, path)
 
110
                    print >>to_file, '%s  %s' % (short_status_letter, path)
111
111
            
112
112
        if self.removed:
113
113
            if not short_status: