/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5566
5566
                    revno = branch.revision_id_to_dotted_revno(revid)
5567
5567
                    if isinstance(revno, tuple):
5568
5568
                        revno = '.'.join(map(str, revno))
5569
 
                except errors.NoSuchRevision:
 
5569
                except (errors.NoSuchRevision, errors.GhostRevisionsHaveNoRevno):
5570
5570
                    # Bad tag data/merges can lead to tagged revisions
5571
5571
                    # which are not in this branch. Fail gracefully ...
5572
5572
                    revno = '?'