~ubuntu-branches/ubuntu/quantal/dulwich/quantal

« back to all changes in this revision

Viewing changes to dulwich/repo.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2011-04-12 22:18:19 UTC
  • mfrom: (1.2.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20110412221819-xmoseax1zcc1r4u0
Tags: 0.7.1-1
* Add missing Breaks: field to python-dulwich.
* Switch to debhelper 7, drop cdbs.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
955
955
        """Returns a list of the commits reachable from head.
956
956
 
957
957
        Returns a list of commit objects. the first of which will be the commit
958
 
        of head, then following theat will be the parents.
 
958
        of head, then following that will be the parents.
959
959
 
960
960
        Raises NotCommitError if any no commits are referenced, including if the
961
961
        head parameter isn't the sha of a commit.