~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2007-07-13 03:16:31 UTC
  • mto: This revision was merged to the branch mainline in revision 2615.
  • Revision ID: mbp@sourcefrog.net-20070713031631-4gjpqe2qabwvtmvm
Update tests for new version display

Show diffs side-by-side

added added

removed removed

Lines of Context:
2480
2480
 
2481
2481
        if cache_dir is not None:
2482
2482
            tree_creator.TreeCreator.CACHE_ROOT = osutils.abspath(cache_dir)
2483
 
        show_version(show_config=False, show_copyright=False)
 
2483
        if not list_only:
 
2484
            show_version(show_config=False, show_copyright=False)
2484
2485
        print
2485
2486
        if testspecs_list is not None:
2486
2487
            pattern = '|'.join(testspecs_list)