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

  • Committer: Aaron Bentley
  • Date: 2007-07-12 20:43:51 UTC
  • mfrom: (2609 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2617.
  • Revision ID: abentley@panoramicfeedback.com-20070712204351-d1vl9j526yscbfq3
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
827
827
        
828
828
        This is topologically sorted.
829
829
        """
830
 
        if revision_id is None:
 
830
        if _mod_revision.is_null(revision_id):
831
831
            return [None]
832
832
        revision_id = osutils.safe_revision_id(revision_id)
833
833
        if not self.has_revision(revision_id):