~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/annotate.py

Make annotate cope better with revisions committed without a valid 
email address.  (Marien Zwart)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
import bzrlib.weave
35
35
from bzrlib.config import extract_email_address
 
36
from bzrlib.errors import BzrError
36
37
 
37
38
 
38
39
def annotate_file(branch, rev_id, file_id, verbose=False, full=False,