~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Robert Collins
  • Date: 2005-09-06 16:17:20 UTC
  • mto: (1092.3.1)
  • mto: This revision was merged to the branch mainline in revision 1397.
  • Revision ID: robertc@robertcollins.net-20050906161719-a1e89946ae641bce
improve a docstring

Show diffs side-by-side

added added

removed removed

Lines of Context:
596
596
            self.unlock()
597
597
 
598
598
    def get_revision(self, revision_id):
599
 
        """Return the Revision object for a named revision"""
 
599
        """Return the Revision object for a named revision. 
 
600
        
 
601
        This operates on the storage level - it is agnostic as to
 
602
        logical presence or absence from the branch.
 
603
        """
600
604
        xml_file = self.get_revision_xml(revision_id)
601
605
 
602
606
        try: