~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/graph.py

  • Committer: Andrew Bennetts
  • Date: 2009-03-10 02:44:15 UTC
  • mto: This revision was merged to the branch mainline in revision 4103.
  • Revision ID: andrew.bennetts@canonical.com-20090310024415-3fl3ie61atq39c81
Fix 'trailing' whitespace (actually just a blank line in an indented docstring).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1517
1517
 
1518
1518
    def get_keys(self):
1519
1519
        """See SearchResult.get_keys.
1520
 
        
 
1520
 
1521
1521
        Returns all the keys for the ancestry of the heads, excluding
1522
1522
        NULL_REVISION.
1523
1523
        """