~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: mbp at sourcefrog
  • Date: 2005-04-11 01:58:58 UTC
  • Revision ID: mbp@sourcefrog.net-20050411015857-f781b0d325632cf5cacd2481
- more output from test.sh
- write revison-history in a way that is hardlink-safe

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
 
127
127
    :todo: Don't show unchanged files unless ``--all`` is given?
128
128
    """
 
129
    #import bzrlib.status
 
130
    #bzrlib.status.tree_status(Branch('.'))
129
131
    Branch('.').show_status(show_all=all)
130
132
 
131
133