/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/revisionspec.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
458
458
            rev = branch.repository.get_revision(r.rev_id)
459
459
            if not rev.parent_ids:
460
460
                revno = 0
461
 
                revision_id = None
 
461
                revision_id = revision.NULL_REVISION
462
462
            else:
463
463
                revision_id = rev.parent_ids[0]
464
464
                try: