~bzr/ubuntu/hardy/dulwich/bzr-ppa

« back to all changes in this revision

Viewing changes to dulwich/tests/test_fastexport.py

  • Committer: Max Bowsher
  • Date: 2011-04-13 02:38:04 UTC
  • mfrom: (422.1.3 jaunty)
  • Revision ID: maxb@f2s.com-20110413023804-z8qeztdka3qlh19m
Tags: 0.7.1-1~bazaar1~hardy1
Merge 0.7.1-1 and make tweaks re undoing use of dh_python2.

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