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

« back to all changes in this revision

Viewing changes to dulwich/tests/test_fastexport.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:
61
61
        b = Blob()
62
62
        b.data = "FOO"
63
63
        t = Tree()
64
 
        t.add(stat.S_IFREG | 0644, "foo", b.id)
 
64
        t.add("foo", stat.S_IFREG | 0644, b.id)
65
65
        c = Commit()
66
66
        c.committer = c.author = "Jelmer <jelmer@host>"
67
67
        c.author_time = c.commit_time = 1271345553