~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/textui.py

  • Committer: mbp at sourcefrog
  • Date: 2005-04-05 06:49:02 UTC
  • Revision ID: mbp@sourcefrog.net-20050405064902-0ddd0e6b29762088
new "rename" command

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
def show_status(state, kind, name):
21
21
    if kind == 'directory':
22
 
        # use this even on windows?
23
22
        kind_ch = '/'
24
23
    else:
25
24
        assert kind == 'file'