~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

Move to using bzrlib API for blackbox test cases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
732
732
class cmd_info(Command):
733
733
    """Show statistical information about a branch."""
734
734
    takes_args = ['branch?']
735
 
 
 
735
    
736
736
    @display_command
737
737
    def run(self, branch=None):
738
738
        import bzrlib.info