/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 bzrlib/builtins.py

  • Committer: Jonathan Riddell
  • Date: 2011-09-16 15:39:47 UTC
  • mfrom: (6144 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6146.
  • Revision ID: jriddell@canonical.com-20110916153947-dl2qdlakcd2ximon
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
3056
3056
            export(rev_tree, dest, format, root, subdir, filtered=filters,
3057
3057
                   per_file_timestamps=per_file_timestamps)
3058
3058
        except errors.NoSuchExportFormat, e:
3059
 
            raise errors.BzrCommandError('Unsupported export format: %s' % e.format)
 
3059
            raise errors.BzrCommandError(gettext('Unsupported export format: %s') % e.format)
3060
3060
 
3061
3061
 
3062
3062
class cmd_cat(Command):