~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Martin Pool
  • Date: 2005-05-05 06:59:12 UTC
  • Revision ID: mbp@sourcefrog.net-20050505065912-87c25dafda4579ed
- Split out log printing into new show_log function
  not as a method of Branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
from tree import Tree
23
23
from diff import diff_trees
24
24
from trace import mutter, warning, open_tracefile
 
25
from log import show_log
25
26
import add
26
27
 
27
28
BZRDIR = ".bzr"