~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/version.py

  • Committer: Martin Pool
  • Date: 2007-07-02 04:48:41 UTC
  • mto: This revision was merged to the branch mainline in revision 2567.
  • Revision ID: mbp@sourcefrog.net-20070702044841-bhqv1470tepruga0
Show bzr.log location in bzr --version output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    config,
26
26
    errors,
27
27
    osutils,
 
28
    trace,
28
29
    )
29
30
from bzrlib.branch import Branch
30
31
 
50
51
    else:
51
52
        print bzrlib.__path__[0]
52
53
    print "Using bazaar configuration:", config.config_dir()
 
54
    print "Logging to:", trace._bzr_log_filename
53
55
    print
54
56
    print bzrlib.__copyright__
55
57
    print "http://bazaar-vcs.org/"