/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/git/tests/test_blackbox.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2019-02-14 02:18:20 UTC
  • mfrom: (7268.1.1 dulwich-compat)
  • Revision ID: breezy.the.bot@gmail.com-20190214021820-dguuvpfwt68nkvuy
Fix compatibility with newer versions of Dulwich.

Merged from https://code.launchpad.net/~jelmer/brz/dulwich-compat/+merge/362765

Show diffs side-by-side

added added

removed removed

Lines of Context:
308
308
        self.repo.stage("foo")
309
309
        self.repo.do_commit(
310
310
            b"message", committer=b"Somebody <user@example.com>",
 
311
            author=b"Somebody <user@example.com>",
311
312
            commit_timestamp=1526330165, commit_timezone=0,
312
313
            author_timestamp=1526330165, author_timezone=0,
313
314
            merge_heads=[b'aa' * 20])