~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-06-27 01:22:28 UTC
  • Revision ID: mbp@sourcefrog.net-20050627012228-c8650e0499020c41
- fix missing import

Show diffs side-by-side

added added

removed removed

Lines of Context:
1239
1239
    """
1240
1240
    takes_args = ['file+']
1241
1241
    def run(self, file_list):
 
1242
        from bzrlib.branch import find_branch
 
1243
        
1242
1244
        if not file_list:
1243
1245
            file_list = ['.']
1244
1246