~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-03-22 09:57:11 UTC
  • mfrom: (5724.1.4 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20110322095711-9bggm9tnxnw9frow
(jameinel) Fix tar exporters to always write to binary streams. (John A
 Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2922
2922
         zip                          .zip
2923
2923
      =================       =========================
2924
2924
    """
 
2925
    encoding = 'exact'
2925
2926
    takes_args = ['dest', 'branch_or_subdir?']
2926
2927
    takes_options = ['directory',
2927
2928
        Option('format',