~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

MergeĀ fromĀ jam-integration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
 
96
96
 
97
97
def get_bzr_revision():
98
 
    """If bzr is run from a branch, return (revno,revid) or None"""
 
98
    """If bzr is run from a branch, return (revno,revid) or None
 
99
 
 
100
    deprecated in bzr 0.7
 
101
    """
99
102
    import bzrlib.errors
100
103
    from bzrlib.branch import Branch
101
104