~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: 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:
1757
1757
 
1758
1758
    takes_options = ['revision', 'name-from-revision']
1759
1759
    takes_args = ['filename']
 
1760
    encoding_type = 'exact'
1760
1761
 
1761
1762
    @display_command
1762
1763
    def run(self, filename, revision=None, name_from_revision=False):