/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/tests/test_generate_docs.py

  • Committer: Ian Clatworthy
  • Date: 2009-06-16 12:54:50 UTC
  • mfrom: (4446 +trunk)
  • mto: (4447.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4448.
  • Revision ID: ian.clatworthy@canonical.com-20090616125450-a0nzs1pyoo2nybd1
merge bzr.dev r4446

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
from cStringIO import StringIO
24
24
 
 
25
import bzrlib.commands
25
26
from bzrlib.tests import TestCase, TestSkipped
26
27
 
27
28
 
37
38
        self.sio = StringIO()
38
39
        self.options = Options()
39
40
        self.options.bzr_name = 'bzr'
 
41
        bzrlib.commands.install_bzr_command_hooks()
40
42
 
41
43
    def test_man_page(self):
42
44
        try: