~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bugtracker.py

  • Committer: Martin Pool
  • Date: 2009-03-19 03:58:36 UTC
  • mto: (4070.11.9 249908-doc-generate)
  • mto: This revision was merged to the branch mainline in revision 4464.
  • Revision ID: mbp@sourcefrog.net-20090319035836-c7jgh5weino3r5qn
Ask textwrap not to break long words or on hyphens

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
16
 
17
 
import textwrap
18
 
 
19
17
from bzrlib import registry, help_topics
20
18
from bzrlib.lazy_import import lazy_import
21
19
lazy_import(globals(), """