summaryrefslogtreecommitdiff
path: root/cmds.py
diff options
context:
space:
mode:
Diffstat (limited to 'cmds.py')
-rw-r--r--cmds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds.py b/cmds.py
index d90393a..dd13fb0 100644
--- a/cmds.py
+++ b/cmds.py
@@ -677,7 +677,7 @@ class cmd_fast_export(Command):
branch = Branch.open_containing(source)[0]
outf = exporter._get_output_stream(destination)
exporter = exporter.BzrFastExporter(branch,
- outf=outf, git_branch=git_branch, checkpoint=checkpoint,
+ outf=outf, ref="refs/heads/%s" % git_branch, checkpoint=checkpoint,
import_marks_file=import_marks, export_marks_file=export_marks,
revision=revision, verbose=verbose, plain_format=plain,
rewrite_tags=rewrite_tag_names, baseline=baseline)