~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/status.py

Merged John Meinel's integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
                old = branch.repository.revision_tree(rev_id)
75
75
            except NoSuchRevision, e:
76
76
                raise BzrCommandError(str(e))
77
 
            if len(revision) > 1:
 
77
            if (len(revision) > 1) and (revision[1].spec is not None):
78
78
                try:
79
79
                    rev_id = revision[1].in_history(branch).rev_id
80
80
                    new = branch.repository.revision_tree(rev_id)