~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bundle/commands.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-12-20 11:04:44 UTC
  • mfrom: (2178.4.6 win32.binary-stdout)
  • Revision ID: pqm@pqm.ubuntu.com-20061220110444-a991704cfe50d2b3
(bialix) Bugfix #55276: on win32 cat, bundle and diff commands provide
 binary output without mangling line-endings

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
                            type=unicode)]
99
99
    takes_args = ['base?']
100
100
    aliases = ['bundle']
 
101
    encoding_type = 'exact'
101
102
 
102
103
    def run(self, base=None, revision=None, output=None, remember=False):
103
104
        from bzrlib import user_encoding