/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

  • Committer: Martin Pool
  • Date: 2007-08-21 03:40:50 UTC
  • mfrom: (2736 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2737.
  • Revision ID: mbp@sourcefrog.net-20070821034050-gcppw53kbcm2gwgd
merge trunk

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: