~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Martin Pool
  • Date: 2005-06-10 06:34:26 UTC
  • Revision ID: mbp@sourcefrog.net-20050610063426-cfcf5c0f96c271ec
- split out updated progress indicator

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from diff import compare_trees
24
24
from trace import mutter, warning, open_tracefile
25
25
from log import show_log
26
 
from plugin import load_plugins
27
26
import add
28
27
 
29
28
BZRDIR = ".bzr"
48
47
 
49
48
__copyright__ = "Copyright 2005 Canonical Development Ltd."
50
49
__author__ = "Martin Pool <mbp@canonical.com>"
51
 
__version__ = '0.0.5'
 
50
__version__ = '0.0.5pre'
52
51
 
53
52
 
54
53
def get_bzr_revision():