55
54
print " Bazaar configuration:", config.config_dir()
56
55
print " Bazaar log file:", trace._bzr_log_filename
58
58
print bzrlib.__copyright__
59
59
print "http://bazaar-vcs.org/"
61
61
print "bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and"
62
62
print "you may use, modify and redistribute it under the terms of the GNU"
63
63
print "General Public License version 2 or later."
66
67
def _get_bzr_source_tree():