~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help.py

  • Committer: John Arbash Meinel
  • Date: 2012-06-08 06:59:50 UTC
  • mto: (6015.57.2 2.4)
  • mto: This revision was merged to the branch mainline in revision 6558.
  • Revision ID: john@arbash-meinel.com-20120608065950-3ldv3l9qal3g1rtu
Fix bug #1010339.

'bzr testament' should use exact encoding for its output. It previously simulated
this by using sys.stdout directly, but that does not set binary mode on Windows.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2005-2011 Canonical Ltd
 
1
# Copyright (C) 2005-2010 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
135
135
            help_topics.HelpTopicIndex(),
136
136
            _mod_commands.HelpCommandIndex(),
137
137
            plugin.PluginsHelpIndex(),
138
 
            help_topics.ConfigOptionHelpIndex(),
139
138
            ]
140
139
 
141
140
    def _check_prefix_uniqueness(self):