/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_git_remote_helper.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-11-21 04:04:16 UTC
  • mfrom: (7194.1.3 fastexport-empty-parents)
  • Revision ID: breezy.the.bot@gmail.com-20181121040416-nezggu6006aydt9x
Don't create temporary branches in fastexport.

Merged from https://code.launchpad.net/~jelmer/brz/fastexport-empty-parents/+merge/358959

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
        f = BytesIO()
131
131
        self.helper.cmd_import(f, ["import", "refs/heads/master"])
132
132
        self.assertEqual(
 
133
            b'reset refs/heads/master\n'
133
134
            b'commit refs/heads/master\n'
134
135
            b'mark :1\n'
135
136
            b'committer Somebody <jrandom@example.com> 1330445983 +0000\n'